Searched defs:_ABS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/head/ | ||
H A D | math.h | 122 #define _ABS(x) ((x) < 0 ? -(x) : (x)) macro |
/titanic_50/usr/src/lib/libbc/inc/include/ | ||
H A D | math.h | 289 #define _ABS(x) ((x) < 0 ? -(x) : (x)) macro |