Searched defs:PVRTF2X (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTFixedPoint.h24 #define PVRTF2X(f) ( (int) ( (f)*(65536) ) ) macro
39 #define PVRT_PI_OVER_TWOx PVRTF2X(PVRT_PI_OVER_TWOf)
40 #define PVRT_PIx PVRTF2X(PVRT_PIf)
41 #define PVRT_TWO_PIx PVRTF2X(PVRT_TWO_PIf)
42 #define PVRT_ONEx PVRTF2X(PVRT_ONEf)
48 #define PVRTXACOS(x) (acos_val[PVRTXMUL(((((x) + PVRTF2X(1.0f))>>1) & 0x0000FFFF), (NUM_ENTRIES-1))])
54 #define PVRTFCOS(x) PVRTX2F(PVRTXCOS(PVRTF2X(x)))
55 #define PVRTFSIN(x) PVRTX2F(PVRTXSIN(PVRTF2X(x)))
56 #define PVRTFTAN(x) PVRTX2F(PVRTXTAN(PVRTF2X(x)))
57 #define PVRTFACOS(x) PVRTX2F(PVRTXACOS(PVRTF2X(
[all...]

Completed in 142 milliseconds