Searched defs:ABS (Results 1 – 5 of 5) sorted by relevance
31 #define ABS(x) ((x < 0) ? -(x) : (x)) macro
539 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
43 #define ABS( x ) ( x < 0 ? -x : x ) macro
378 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
150 #define ABS OP_BASE + 47 macro