Searched defs:round (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Clock.c41 static round();
512 * work because of round-off error (sigh).
592 x = w->clock.centerX + round(length * sinangle),
593 y = w->clock.centerY - round(length * cosangle),
594 x1 = w->clock.centerX - round(ws + wc),
595 y1 = w->clock.centerY + round(wc - ws)); /* 1 ---- 2 */
598 x2 = w->clock.centerX - round(ws - wc),
599 y2 = w->clock.centerY + round(wc + ws)); /* 2 ----- 3 */
666 x = w->clock.centerX + round(length * sinangle),
667 y = w->clock.centerY - round(lengt
722 static int round(x) function
[all...]

Completed in 11 milliseconds