OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTF2X
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrixX.cpp
35
PVRTF2X
(1.0f),
PVRTF2X
(0.0f),
PVRTF2X
(0.0f),
PVRTF2X
(0.0f),
36
PVRTF2X
(0.0f),
PVRTF2X
(1.0f),
PVRTF2X
(0.0f),
PVRTF2X
(0.0f),
37
PVRTF2X
(0.0f),
PVRTF2X
(0.0f), PVRTF2X(1.0f), PVRTF2X(0.0f)
[
all
...]
PVRTQuaternionX.cpp
35
qOut.x =
PVRTF2X
(0.0f);
36
qOut.y =
PVRTF2X
(0.0f);
37
qOut.z =
PVRTF2X
(0.0f);
38
qOut.w =
PVRTF2X
(1.0f);
87
temp =
PVRTF2X
(1.0f) - PVRTXMUL(fCosAngle, fCosAngle);
88
fAngle = PVRTXMUL(PVRTXACOS(fCosAngle),
PVRTF2X
(2.0f));
89
fSinAngle =
PVRTF2X
(((float)sqrt(PVRTX2F(temp))));
92
if (PVRTABS(fSinAngle)<
PVRTF2X
(0.0005f))
94
fSinAngle =
PVRTF2X
(1.0f);
122
if (t<
PVRTF2X
(0.0f) || t>PVRTF2X(1.0f)
[
all
...]
PVRTFixedPoint.h
24
#define
PVRTF2X
(f) ( (int) ( (f)*(65536) ) )
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
(x))
[
all
...]
PVRTFixedPoint.cpp
37
new_mesh->fCenter[0] =
PVRTF2X
(mesh->fCenter[0]);
38
new_mesh->fCenter[1] =
PVRTF2X
(mesh->fCenter[1]);
39
new_mesh->fCenter[2] =
PVRTF2X
(mesh->fCenter[2]);
51
new_mesh->pVertex[i] =
PVRTF2X
(mesh->pVertex[i]);
63
new_mesh->pUV[i] =
PVRTF2X
(mesh->pUV[i]);
72
new_mesh->pNormals[i] =
PVRTF2X
(mesh->pNormals[i]);
99
new_mesh->pPackedVertex[i] =
PVRTF2X
(mesh->pPackedVertex[i]);
PVRTVector.h
581
f = VERTTYPEDIV(
PVRTF2X
(1.0f),
PVRTF2X
(sqrt(PVRTX2F(f))));
614
f = VERTTYPEDIV(
PVRTF2X
(1.0f),
PVRTF2X
(sqrt(PVRTX2F(f))));
[
all
...]
Completed in 193 milliseconds