Searched refs:PVRTXSIN (Results 1 – 3 of 3) sorted by relevance
56 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()
46 #define PVRTXSIN(x) (sin_val[(PVRTXMUL(((PVRTXDIV((x)<0 ? PVRT_PIx-(x):(x), PVRT_TWO_PIx)) & 0x000… macro55 #define PVRTFSIN(x) PVRTX2F(PVRTXSIN(PVRTF2X(x)))87 #define PVRTSIN(x) PVRTXSIN(x)
159 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()