OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rlf
(Results
1 - 2
of
2
) sorted by null
/cts/tests/openglperf2/jni/graphics/
Matrix.cpp
144
float
rlf
= 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz);
local
145
fx *=
rlf
;
146
fy *=
rlf
;
147
fz *=
rlf
;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java
98
float
rlf
= 1.0f / Matrix.length(zAxisX, zAxisY, zAxisZ);
local
99
zAxisX *=
rlf
;
100
zAxisY *=
rlf
;
101
zAxisZ *=
rlf
;
Completed in 328 milliseconds