Home
last modified time | relevance | path

Searched refs:PVRTFCOS (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTFixedPoint.h54 #define PVRTFCOS(x) PVRTX2F(PVRTXCOS(PVRTF2X(x))) macro
62 #define PVRTFCOS(x) ((float)cos(x)) macro
107 #define PVRTCOS(x) PVRTFCOS(x)
DPVRTMatrixF.cpp153 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationXF()
156 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationXF()
181 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationYF()
184 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationYF()
209 fCosine = (float)PVRTFCOS(-fAngle); in PVRTMatrixRotationZF()
212 fCosine = (float)PVRTFCOS(fAngle); in PVRTMatrixRotationZF()
DPVRTQuaternionF.cpp56 fCos = (float)PVRTFCOS(fAngle * 0.5f); in PVRTMatrixQuaternionRotationAxisF()