HomeSort by relevance Sort by last modified time
    Searched defs:uz (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_norm_tmp.h 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
64 tx = ux * m0 + uy * m1 + uz * m2;
65 ty = ux * m4 + uy * m5 + uz * m6;
66 tz = ux * m8 + uy * m9 + uz * m10;
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
93 tx = ux * m0 + uy * m1 + uz * m2;
94 ty = ux * m4 + uy * m5 + uz * m6;
95 tz = ux * m8 + uy * m9 + uz * m10;
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
133 tz = uz * m10
157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
194 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
226 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
256 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
286 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
    [all...]
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
64 tx = ux * m0 + uy * m1 + uz * m2;
65 ty = ux * m4 + uy * m5 + uz * m6;
66 tz = ux * m8 + uy * m9 + uz * m10;
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
93 tx = ux * m0 + uy * m1 + uz * m2;
94 ty = ux * m4 + uy * m5 + uz * m6;
95 tz = ux * m8 + uy * m9 + uz * m10;
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
133 tz = uz * m10
157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
194 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
226 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
256 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
286 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
    [all...]
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 56 float uz = sx * fy - sy * fx; local
70 m[9] = uz;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 620 // BigInteger uz = this.x;
621 // if (uz.signum() <= 0)
642 // while (!(uz.equals(ECConstants.ZERO)))
645 // int j = uz.bitLength() - vz.bitLength();
650 // final BigInteger uzCopy = uz;
651 // uz = vz;
666 // uz = uz.xor(vz.shiftLeft(j));
1046 IntArray uz = (IntArray)this.x.clone(); local
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 163 float uz = sx * fy - sy * fx; local
177 d[9] = uz;
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 65 typedef N4::UnaryOpOverload<N3::Z>::type UZ;
66 UZ *uz = a8; local
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 70 float uz = sx * fy - sy * fx; local
84 m[9] = uz;
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 67 float uz = sx * fy - sy * fx; local
81 m[9] = uz;
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 729 float uz = sx * fy - sy * fx; local
742 rm[rmOffset + 9] = uz;

Completed in 6257 milliseconds