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

  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 33 float fz = centerZ - eyeZ; local
36 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
39 fz *= rlf;
49 float sx = fy * upZ - fz * upY;
50 float sy = fz * upX - fx * upZ;
54 float ux = sy * fz - sz * fy;
55 float uy = sz * fx - sx * fz;
71 m[10] = -fz;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 44 float fz = centerZ - eyeZ; local
47 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
50 fz *= rlf;
60 float sx = fy * upZ - fz * upY;
61 float sy = fz * upX - fx * upZ;
65 float ux = sy * fz - sz * fy;
66 float uy = sz * fx - sx * fz;
82 m[10] = -fz;
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 47 float fz = centerZ - eyeZ; local
50 float rlf = 1.0f / sqrtf(fx*fx + fy*fy + fz*fz);
53 fz *= rlf;
63 float sx = fy * upZ - fz * upY;
64 float sy = fz * upX - fx * upZ;
68 float ux = sy * fz - sz * fy;
69 float uy = sz * fx - sx * fz;
85 m[10] = -fz;
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 679 float fz = centerZ - eyeZ; local
682 float rlf = 1.0f / Matrix.length(fx, fy, fz);
685 fz *= rlf;
688 float sx = fy * upZ - fz * upY;
689 float sy = fz * upX - fx * upZ;
699 float ux = sy * fz - sz * fy;
700 float uy = sz * fx - sx * fz;
715 rm[rmOffset + 10] = -fz;
  /external/icu4c/tools/tzcode/
tz2icu.cpp 182 void mergeFinalData(const FinalZone& fz);
1406 const FinalZone& fz = p.second; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 115 milliseconds