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

  /external/clang/test/CodeGen/
vector.c 11 typedef int vty __attribute((vector_size(16))); typedef
12 int test2() { vty b; return b[2LL]; }
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 347 float vty = posBuf[idxPositions++]; local
357 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight;
358 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight;
359 rz += (mat.m20 * vtx + mat.m21 * vty + mat.m22 * vtz + mat.m23) * weight;
462 float vty = posBuf[idxPositions++]; local
479 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight;
480 ry += (mat.m10 * vtx + mat.m11 * vty + mat.m12 * vtz + mat.m13) * weight;
481 rz += (mat.m20 * vtx + mat.m21 * vty + mat.m22 * vtz + mat.m23) * weight;

Completed in 293 milliseconds