Searched refs:PVRTABS (Results 1 – 6 of 6) sorted by relevance
92 if (PVRTABS(fSinAngle)<PVRTF2X(0.0005f)) in PVRTMatrixQuaternionToAxisAngleX()199 n = PVRTABS(quat.w) + PVRTABS(quat.x) + PVRTABS(quat.y) + PVRTABS(quat.z); in PVRTMatrixQuaternionNormalizeX()
28 #define PVRTABS(a) ((a) <= 0 ? -(a) : (a) ) macro76 #define VERTTYPEABS(a) PVRTABS(a)
574 int n = PVRTABS(x) + PVRTABS(y) + PVRTABS(z); in normalize()607 int n = PVRTABS(x) + PVRTABS(y) + PVRTABS(z); in normalized()
760 n = PVRTABS(vIn.x) + PVRTABS(vIn.y) + PVRTABS(vIn.z); in PVRTMatrixVec3NormalizeX()
280 if ((det_1 == 0.0) || (PVRTABS(det_1 / (pos - neg)) < 1.0e-15)) in PVRTMatrixInverseF()
635 LightPos.z = 200.0f * PVRTABS(sin((PVRT_PI / 4.0f) + m_fLightPos)); in RenderScene()