Searched defs:recipLen (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsMatrix4x4.cpp215 const float recipLen = 1.f / sqrtf(len); local
216 x *= recipLen;
217 y *= recipLen;
218 z *= recipLen;
/frameworks/base/libs/hwui/
H A DMatrix.cpp325 float recipLen = 1.0f / length; local
326 x *= recipLen;
327 y *= recipLen;
328 z *= recipLen;
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp361 const GLfloat recipLen = reciprocalf(len); local
362 x *= recipLen;
363 y *= recipLen;
364 z *= recipLen;

Completed in 4278 milliseconds