Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java98 float rlf = 1.0f / Matrix.length(zAxisX, zAxisY, zAxisZ); in setLookAtM() local
99 zAxisX *= rlf; in setLookAtM()
100 zAxisY *= rlf; in setLookAtM()
101 zAxisZ *= rlf; in setLookAtM()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp144 float rlf = 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz); in newLookAt() local
145 fx *= rlf; in newLookAt()
146 fy *= rlf; in newLookAt()
147 fz *= rlf; in newLookAt()