Home
last modified time | relevance | path

Searched defs: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
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp144 float rlf = 1.0f / (float) sqrt(fx * fx + fy * fy + fz * fz); in newLookAt() local