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

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.h68 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h68 #define ABS(x) (x >= 0 ? x : -x) macro
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp438 #define ABS(x) (((x)<0) ? -(x) : (x)) macro
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp29 #define ABS(x) (((int)(x) ^ ((int)(x) >> 31)) - ((int)(x) >> 31)) macro
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) macro
404 #undef ABS macro
H A Dar9300_eeprom.c2900 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) macro
3159 #undef ABS macro
H A Dar9300_reset.c5746 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
[all...]

Completed in 87 milliseconds