OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTFTAN
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h
56
#define
PVRTFTAN
(x) PVRTX2F(PVRTXTAN(PVRTF2X(x)))
64
#define
PVRTFTAN
(x) ((float)tan(x))
109
#define PVRTTAN(x)
PVRTFTAN
(x)
PVRTMatrixF.cpp
486
f = 1.0f / (float)
PVRTFTAN
(fFOVy * 0.5f);
543
f = 1.0f / (float)
PVRTFTAN
(fFOVy * 0.5f);
Completed in 319 milliseconds