HomeSort by relevance Sort by last modified time
    Searched defs:rls (Results 1 - 4 of 4) sorted by null

  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 155 float rls = 1.0f / (float) sqrt(sx * sx + sy * sy + sz * sz); local
156 sx *= rls;
157 sy *= rls;
158 sz *= rls;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 109 float rls = 1.0f / Matrix.length(xAxisX, xAxisY, xAxisZ); local
110 xAxisX *= rls;
111 xAxisY *= rls;
112 xAxisZ *= rls;
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 721 float rls = 1.0f / Matrix.length(sx, sy, sz); local
722 sx *= rls;
723 sy *= rls;
724 sz *= rls;
  /system/bt/stack/rfcomm/
rfc_int.h 135 } rls; member in union:__anon106564::__anon106565

Completed in 419 milliseconds