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

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpa.h68 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
H A Dmpatan.c61 __mp_dbl(x,&dx,p); dx=ABS(dx);
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc101 #ifdef ABS
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h68 #define ABS(x) (x >= 0 ? x : -x) macro
78 #define ABSIZ(x) ABS (SIZ (x))
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp438 #define ABS(x) (((x)<0) ? -(x) : (x)) macro
441 dx=x2-x1; ax=ABS(dx)<<1; sx=SGN(dx);
442 dy=y2-y1; ay=ABS(dy)<<1; sy=SGN(dy);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c5746 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
5861 if ((ABS(magnitude) < ABS(magnitude_max)) ||
5862 (ABS(magnitude) < ABS(magnitude_min)))
5866 if ((ABS(phase) < ABS(phase_max)) ||
5867 (ABS(phase) < ABS(phase_min)))
5876 if (ABS(magnitude_ma
[all...]
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) macro
119 if (ABS(target_power_val_t2[power_tblindex],
131 ABS(ahp->paprd_training_power,
190 if (ABS(target_power_val_t2[power_tblindex], ahp->paprd_training_power)
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
3064 if (ABS(target_power_val_t2_eep[i], target_power_val_t2[i]) >
3159 #undef ABS macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c443 mp_size_t bignum_size = ((ABS (exponent) + BITS_PER_MP_LIMB - 1)
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp29 #define ABS(x) (((int)(x) ^ ((int)(x) >> 31)) - ((int)(x) >> 31)) macro
1820 ldiff[d][i] = ABS(lab[d][tr][tc][0]

Completed in 193 milliseconds