HomeSort by relevance Sort by last modified time
    Searched refs:recipLen (Results 1 - 17 of 17) sorted by null

  /frameworks/rs/scriptc/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_quaternion.rsh 114 const float recipLen = 1.f / sqrt(len);
115 x *= recipLen;
116 y *= recipLen;
117 z *= recipLen;
152 const float recipLen = 1.f / sqrt(len);
153 rsQuaternionMultiply(q, recipLen);
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 121 float recipLen = 1.f / len;
122 x *= recipLen;
123 y *= recipLen;
124 z *= recipLen;
Matrix4f.java 166 float recipLen = 1.f / len;
167 x *= recipLen;
168 y *= recipLen;
169 z *= recipLen;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 124 float recipLen = 1.f / len;
125 x *= recipLen;
126 y *= recipLen;
127 z *= recipLen;
Matrix4f.java 167 float recipLen = 1.f / len;
168 x *= recipLen;
169 y *= recipLen;
170 z *= recipLen;
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 291 float recipLen = 1.0f / len;
292 x *= recipLen;
293 y *= recipLen;
294 z *= recipLen;
  /frameworks/rs/
rsMatrix4x4.cpp 215 const float recipLen = 1.f / sqrtf(len);
216 x *= recipLen;
217 y *= recipLen;
218 z *= recipLen;
  /frameworks/base/libs/hwui/
Matrix.cpp 325 float recipLen = 1.0f / length;
326 x *= recipLen;
327 y *= recipLen;
328 z *= recipLen;
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 613 float recipLen = 1.0f / len;
614 x *= recipLen;
615 y *= recipLen;
616 z *= recipLen;
  /frameworks/native/opengl/libagl/
matrix.cpp 361 const GLfloat recipLen = reciprocalf(len);
362 x *= recipLen;
363 y *= recipLen;
364 z *= recipLen;
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 

Completed in 344 milliseconds