Searched defs:rlf (Results 1 - 3 of 3) sorted by path

/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp50 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
51 fx *= rlf;
52 fy *= rlf;
53 fz *= rlf;
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp36 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
37 fx *= rlf;
38 fy *= rlf;
39 fz *= rlf;
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz); local
48 fx *= rlf;
49 fy *= rlf;
50 fz *= rlf;

Completed in 99 milliseconds