Searched refs:PVRTFCOS (Results 1 – 3 of 3) sorted by relevance
54 #define PVRTFCOS(x) PVRTX2F(PVRTXCOS(PVRTF2X(x))) macro62 #define PVRTFCOS(x) ((float)cos(x)) macro107 #define PVRTCOS(x) PVRTFCOS(x)
153 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()
56 fCos = (float)PVRTFCOS(fAngle * 0.5f); in PVRTMatrixQuaternionRotationAxisF()