Searched defs:PVRTABS (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTFixedPoint.h28 #define PVRTABS(a) ((a) <= 0 ? -(a) : (a) ) macro
76 #define VERTTYPEABS(a) PVRTABS(a)

Completed in 112 milliseconds