Searched defs:ABS (Results 1 – 7 of 7) sorted by relevance
83 #define ABS(x) (((x)>=0)?(x):-(x)) macro
95 #define ABS(x) (((x)>=0)?(x):-(x)) macro
203 #define ABS(a) (((a) < 0) ? (-(a)) : (a)) macro
29 #define ABS(x)(((x) >= 0) ? (x) : -(x)) macro
590 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro