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

/haiku-buildtools/gcc/mpc/src/
H A Dmpc-impl.h42 #undef SAFE_ABS macro
44 #define SAFE_ABS(type,x) ((x) >= 0 ? (type)(x) : -(type)(x)) macro
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-impl.h1118 #define SAFE_ABS(type,x) ((x) >= 0 ? (type)(x) : -(type)(x)) macro

Completed in 49 milliseconds