HomeSort by relevance Sort by last modified time
    Searched refs:PVRTABS (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTQuaternionX.cpp 92 if (PVRTABS(fSinAngle)<PVRTF2X(0.0005f))
199 n = PVRTABS(quat.w) + PVRTABS(quat.x) + PVRTABS(quat.y) + PVRTABS(quat.z);
PVRTFixedPoint.h 28 #define PVRTABS(a) ((a) <= 0 ? -(a) : (a) )
76 #define VERTTYPEABS(a) PVRTABS(a)
PVRTVector.h 574 int n = PVRTABS(x) + PVRTABS(y) + PVRTABS(z);
607 int n = PVRTABS(x) + PVRTABS(y) + PVRTABS(z);
    [all...]
PVRTMatrixX.cpp 760 n = PVRTABS(vIn.x) + PVRTABS(vIn.y) + PVRTABS(vIn.z);
PVRTMatrixF.cpp 280 if ((det_1 == 0.0) || (PVRTABS(det_1 / (pos - neg)) < 1.0e-15))
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 635 LightPos.z = 200.0f * PVRTABS(sin((PVRT_PI / 4.0f) + m_fLightPos));

Completed in 68 milliseconds