Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTQuaternionX.cpp56 fSin = PVRTXSIN(fAngle>>1); in PVRTMatrixQuaternionRotationAxisX()
173 A = PVRTXDIV(PVRTXSIN(PVRTXMUL((PVRTF2X(1.0f)-t), fAngle)), PVRTXSIN(fAngle)); in PVRTMatrixQuaternionSlerpX()
174 B = PVRTXDIV(PVRTXSIN(PVRTXMUL(t, fAngle)), PVRTXSIN(fAngle)); in PVRTMatrixQuaternionSlerpX()
DPVRTFixedPoint.h46 #define PVRTXSIN(x) (sin_val[(PVRTXMUL(((PVRTXDIV((x)<0 ? PVRT_PIx-(x):(x), PVRT_TWO_PIx)) & 0x000… macro
55 #define PVRTFSIN(x) PVRTX2F(PVRTXSIN(PVRTF2X(x)))
87 #define PVRTSIN(x) PVRTXSIN(x)
DPVRTMatrixX.cpp159 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationXX()
162 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationXX()
187 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationYX()
190 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationYX()
215 fSine = PVRTXSIN(-fAngle); in PVRTMatrixRotationZX()
218 fSine = PVRTXSIN(fAngle); in PVRTMatrixRotationZX()