Home | History | Annotate | Download | only in lib

Lines Matching refs:AbsoluteValue

27 #define AbsoluteValue(x)  ((x) < 0 ? -(x) : (x))