Searched defs:PV_ABS (Results 1 – 2 of 2) sorted by relevance
41 #define PV_ABS(x) (((x)<0)? -(x) : (x)) macro
101 #define PV_ABS(x) (((x)<0)? -(x) : (x)) macro