OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTFSIN
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h
55
#define
PVRTFSIN
(x) PVRTX2F(PVRTXSIN(PVRTF2X(x)))
63
#define
PVRTFSIN
(x) ((float)sin(x))
108
#define PVRTSIN(x)
PVRTFSIN
(x)
PVRTQuaternionF.cpp
55
fSin = (float)
PVRTFSIN
(fAngle * 0.5f);
168
A = (float)(
PVRTFSIN
((1.0f-t)*fAngle) /
PVRTFSIN
(fAngle));
169
B = (float)(
PVRTFSIN
(t*fAngle) /
PVRTFSIN
(fAngle));
PVRTMatrixF.cpp
154
fSine = (float)
PVRTFSIN
(-fAngle);
157
fSine = (float)
PVRTFSIN
(fAngle);
182
fSine = (float)
PVRTFSIN
(-fAngle);
185
fSine = (float)
PVRTFSIN
(fAngle);
210
fSine = (float)
PVRTFSIN
(-fAngle);
213
fSine = (float)
PVRTFSIN
(fAngle);
Completed in 63 milliseconds