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

  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 26 const char* qy; member in struct:net::test::__anon11307::TestVector
248 ASSERT_TRUE(DecodeHexString(test_vector[i].qy, key + qx_len, &qy_len,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 56 const GLfloat qy = v2[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 56 const GLfloat qy = v2[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 841 float qw = q.w, qx = q.x, qy = q.y, qz = q.z; local
842 res.x = x * qw + y * qz - z * qy + w * qx;
843 res.y = -x * qz + y * qw + z * qx + w * qy;
844 res.z = x * qy - y * qx + z * qw + w * qz;
845 res.w = -x * qx - y * qy - z * qz + w * qw;
    [all...]

Completed in 208 milliseconds