Home
last modified time | relevance | path

Searched refs:PVRTFTAN (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTFixedPoint.h56 #define PVRTFTAN(x) PVRTX2F(PVRTXTAN(PVRTF2X(x))) macro
64 #define PVRTFTAN(x) ((float)tan(x)) macro
109 #define PVRTTAN(x) PVRTFTAN(x)
DPVRTMatrixF.cpp486 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovLHF()
543 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovRHF()