OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTFACOS
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h
57
#define
PVRTFACOS
(x) PVRTX2F(PVRTXACOS(PVRTF2X(x)))
65
#define
PVRTFACOS
(x) ((float)acos(x))
110
#define PVRTACOS(x)
PVRTFACOS
(x)
PVRTQuaternionF.cpp
87
fAngle = (float)
PVRTFACOS
(fCosAngle)*2.0f;
158
fAngle = (float)
PVRTFACOS
(fCosine);
Completed in 2622 milliseconds