Searched refs:ABS (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXcmu.c126 #undef ABS macro
127 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
940 size = ABS(w);
975 w = ABS(w);
976 r = ABS(r);
977 g = ABS(g);
978 b = ABS(b);
1057 if (ABS(r) > 2 || ABS(g) > 2 || ABS(
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c70 #undef ABS macro
71 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
1711 xScale = ABS(100.0 / (urx - llx));
1712 yScale = ABS(100.0 / (ury - lly));

Completed in 62 milliseconds