Home
last modified time | relevance | path

Searched defs:_ABS (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/head/
H A Dmath.h122 #define _ABS(x) ((x) < 0 ? -(x) : (x)) macro
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmath.h289 #define _ABS(x) ((x) < 0 ? -(x) : (x)) macro