Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTQuaternionF.cpp55 fSin = (float)PVRTFSIN(fAngle * 0.5f); in PVRTMatrixQuaternionRotationAxisF()
168 A = (float)(PVRTFSIN((1.0f-t)*fAngle) / PVRTFSIN(fAngle)); in PVRTMatrixQuaternionSlerpF()
169 B = (float)(PVRTFSIN(t*fAngle) / PVRTFSIN(fAngle)); in PVRTMatrixQuaternionSlerpF()
DPVRTFixedPoint.h55 #define PVRTFSIN(x) PVRTX2F(PVRTXSIN(PVRTF2X(x))) macro
63 #define PVRTFSIN(x) ((float)sin(x)) macro
108 #define PVRTSIN(x) PVRTFSIN(x)
DPVRTMatrixF.cpp154 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationXF()
157 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationXF()
182 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationYF()
185 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationYF()
210 fSine = (float)PVRTFSIN(-fAngle); in PVRTMatrixRotationZF()
213 fSine = (float)PVRTFSIN(fAngle); in PVRTMatrixRotationZF()