Searched defs:zw (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.h71 struct vertex2f zw; member in struct:vl_compositor_layer
/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp240 float zw = w * zs; local
243 out->setValue(1.0 - (yy + zz), (xy - zw), (xz + yw),
244 (xy + zw), 1 - (xx + zz), (yz - xw),
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DPhysicsHoverControl.java63 protected int zw = 5; field in class:PhysicsHoverControl
65 protected Vector3f HOVER_HEIGHT_LF_START = new Vector3f(xw, 1, zw);
66 protected Vector3f HOVER_HEIGHT_RF_START = new Vector3f(-xw, 1, zw);
67 protected Vector3f HOVER_HEIGHT_LR_START = new Vector3f(xw, 1, -zw);
68 protected Vector3f HOVER_HEIGHT_RR_START = new Vector3f(-xw, 1, -zw);
69 protected Vector3f HOVER_HEIGHT_LF = new Vector3f(xw, -yw, zw);
70 protected Vector3f HOVER_HEIGHT_RF = new Vector3f(-xw, -yw, zw);
71 protected Vector3f HOVER_HEIGHT_LR = new Vector3f(xw, -yw, -zw);
72 protected Vector3f HOVER_HEIGHT_RR = new Vector3f(-xw, -yw, -zw);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h71 struct vertex2f zw; member in struct:vl_compositor_layer
/external/ceres-solver/include/ceres/
H A Drotation.h183 // zw = z * w, where * is the Quaternion product between 4 vectors.
185 void QuaternionProduct(const T z[4], const T w[4], T zw[4]);
561 void QuaternionProduct(const T z[4], const T w[4], T zw[4]) { argument
562 zw[0] = z[0] * w[0] - z[1] * w[1] - z[2] * w[2] - z[3] * w[3];
563 zw[1] = z[0] * w[1] + z[1] * w[0] + z[2] * w[3] - z[3] * w[2];
564 zw[2] = z[0] * w[2] - z[1] * w[3] + z[2] * w[0] + z[3] * w[1];
565 zw[3] = z[0] * w[3] + z[1] * w[2] - z[2] * w[1] + z[3] * w[0];
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTransformationMatrix.cpp1426 double zw = decomp.quaternionZ * decomp.quaternionW; local
1429 TransformationMatrix rotationMatrix(1 - 2 * (yy + zz), 2 * (xy - zw), 2 * (xz + yw), 0,
1430 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1391 float xw, yw, zw; /* interpolation weights */ local
1409 samp->linear_texcoord_p(p, depth, &z0, &z1, &zw);
1424 rgba[TGSI_NUM_CHANNELS*c] = lerp_3d(xw, yw, zw,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1391 float xw, yw, zw; /* interpolation weights */ local
1409 samp->linear_texcoord_p(p, depth, &z0, &z1, &zw);
1424 rgba[TGSI_NUM_CHANNELS*c] = lerp_3d(xw, yw, zw,

Completed in 229 milliseconds