Searched refs:abs (Results 1 - 18 of 18) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsmathops.psw39 abs
H A Ddpsmathops.psw39 abs
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpwraps.psw43 1 1 idtransform abs exch abs exch scale
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h43 #define abs(x) (((x) < 0) ? (-(x)) : (x)) macro
H A DXaw3_1Text.c1065 if (abs(n) > ctx->text.lt.lines)
1224 if (abs(move) < ctx->core.width) {
1668 if ( abs(delta) <= 1 )
1827 if ( (abs((long) time - (long) ctx->text.lasttime) < MULTI_CLICK_TIME) &&
2644 XawstPositions, sd, abs(delta), TRUE);
H A DXaw3_1Clock.c60 #define abs(a) ((a) < 0 ? -(a) : (a)) macro
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dswarm.c195 distance = abs(dx) + abs(dy); /* approximation */
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h102 #define abs(x) ((x < 0) ? -x : x) macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h121 #define abs(x) ((x < 0) ? -x : x) macro
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DMultiSink.c262 (int) y - abs(ext->max_logical_extent.y),
295 y += abs(ext->max_logical_extent.y);
318 (int) y - abs(ext->max_logical_extent.y),
773 *y += abs( ext->max_logical_extent.y );
H A DLabel.c66 /* needed for abs() */
73 int abs();
532 ksy += abs(ext->max_ink_extent.y);
H A DSmeBSB.c42 /* needed for abs() */
47 extern int abs();
248 fontset_ascent = abs(ext->max_ink_extent.y);
H A DList.c600 str_y = y + abs(ext->max_ink_extent.y);
H A DText.c1177 if (abs(n) > ctx->text.lt.lines)
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c341 if ((vblrc > 0) && (abs(diff_ns) > 1000000)) {
1507 if (abs(diff_ns) > DRM_REDUNDANT_VBLIRQ_THRESH_NS) {
H A Ddrm_edid.c1197 #define MODE_REFRESH_DIFF(m,r) (abs((m)->vrefresh - target_refresh))
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_tv.c905 if (tv_mode && abs(tv_mode->refresh - drm_mode_vrefresh(mode) * 1000)
H A Dintel_display.c531 this_err = abs(clock.dot - target);
590 this_err = abs(clock.dot - target);
646 this_err = abs(clock.dot - target) ;

Completed in 292 milliseconds