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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h 54 #define PVRTFCOS(x) PVRTX2F(PVRTXCOS(PVRTF2X(x)))
62 #define PVRTFCOS(x) ((float)cos(x))
107 #define PVRTCOS(x) PVRTFCOS(x)
PVRTMatrixF.cpp 153 fCosine = (float)PVRTFCOS(-fAngle);
156 fCosine = (float)PVRTFCOS(fAngle);
181 fCosine = (float)PVRTFCOS(-fAngle);
184 fCosine = (float)PVRTFCOS(fAngle);
209 fCosine = (float)PVRTFCOS(-fAngle);
212 fCosine = (float)PVRTFCOS(fAngle);
PVRTQuaternionF.cpp 56 fCos = (float)PVRTFCOS(fAngle * 0.5f);

Completed in 417 milliseconds