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

/frameworks/base/libs/rs/
H A DrsMatrix.cpp77 const float recipLen = 1.f / len; local
78 x *= recipLen;
79 y *= recipLen;
80 z *= recipLen;
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp361 const GLfloat recipLen = reciprocalf(len); local
362 x *= recipLen;
363 y *= recipLen;
364 z *= recipLen;

Completed in 70 milliseconds