HomeSort by relevance Sort by last modified time
    Searched defs:yz (Results 26 - 34 of 34) sorted by null

12

  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix4.java 48 /** YZ: Typically the negative sine of the angle when rotated on the X axis. On Vector3 multiplication this value is multiplied
173 final float yy = quaternionY * ys, yz = quaternionY * zs, zz = quaternionZ * zs; local
182 val[M12] = (yz - wx);
186 val[M21] = (yz + wx);
225 final float yy = quaternionY * ys, yz = quaternionY * zs, zz = quaternionZ * zs; local
234 val[M12] = scaleZ * (yz - wx);
238 val[M21] = scaleY * (yz + wx);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
928 yz = y * z;
943 M(1,2) = (one_c * yz) - xs;
947 M(2,1) = (one_c * yz) + xs;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 620 float yz = y * z; local
630 rm[rmOffset + 9] = yz*nc - xs;
632 rm[rmOffset + 6] = yz*nc + xs;
  /frameworks/native/opengl/libagl/
matrix.cpp 368 const GLfloat yz = y * z; local
374 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;
375 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;
  /toolchain/binutils/binutils-2.25/bfd/
mmo.c 76 the @samp{YZ} field (a 16-bit big-endian number), are used for
98 0x9802YYZZ. Increase the current location by @samp{YZ} bytes.
107 0x9804YYZZ. @samp{YZ} is stored into the current location plus
108 @math{2 - 4 * YZ}.
113 @samp{YZ} in lop_fixr: it is xor:ed into the current location
127 0x9807YYZZ. @samp{YZ} is the line number. Together with
133 0x9808YYZZ. @samp{YZ} is the type number. Data until the next
134 lopcode other than lop_quote forms special data of type @samp{YZ}.
139 where @var{n} is the @samp{YZ}-type. The flags for such a
165 lop_stab lopcode and its data. The @samp{YZ} field contains th
1706 unsigned int yz = (y * 256 + z); local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 393 milliseconds

12