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

  /external/icu4c/common/
uarrsort.c 188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; local
193 p=xw;
205 if(p!=xw) {
  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 235 float xw = w * xs; local
244 (xy + zw), 1 - (xx + zz), (yz - xw),
245 (xz - yw), (yz + xw), 1.0 - (xx + yy));
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
Converter.java 155 float xw = oldQuaternion.getW() * xs; local
168 newMatrix.m12 = (yz - xw);
170 newMatrix.m21 = (yz + xw);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 62 protected int xw = 3; 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/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 410 float xw = w * xs; local
423 result.m12 = (yz - xw);
425 result.m21 = (yz + xw);
455 float xw = w * xs; local
468 result.m12 = (yz - xw);
470 result.m21 = (yz + xw);
514 float xw = x * w * norm; local
530 store.z = 2 * (yz + xw);
534 store.y = 2 * (yz - xw);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1091 double xw = decomp.quaternionX * decomp.quaternionW; local
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 160 milliseconds