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

  /external/mesa3d/src/mesa/math/
m_xform_tmp.h 85 const GLfloat m3 = m[3], m15 = m[15]; local
92 to[i][3] = m3 * ox + m15;
251 const GLfloat m3 = m[3], m7 = m[7], m15 = m[15]; local
258 to[i][3] = m3 * ox + m7 * oy + m15;
422 const GLfloat m3 = m[3], m7 = m[7], m11 = m[11], m15 = m[15]; local
429 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15;
590 const GLfloat m3 = m[3], m7 = m[7], m11 = m[11], m15 = m[15]; local
597 to[i][3] = m3 * ox + m7 * oy + m11 * oz + m15 * ow;
  /external/python/cpython3/Modules/_blake2/impl/
blake2b.c 296 const uint64_t m15 = ( ( uint64_t * )block )[15]; local
blake2s.c 282 const uint32_t m15 = ( ( uint32_t * )block )[15]; local
  /toolchain/binutils/binutils-2.27/opcodes/
hppa-dis.c 292 int m15, m0, m1; local
296 m15 = GET_BIT (word, 31);
298 word = word | (m15 << 15) | ((m15 ^ m0) << 14) | ((m15 ^ m1) << 13);
  /frameworks/base/core/jni/android/opengl/
util.cpp 416 float m15 = m[15]; local
421 f[3] = m15 - m[12];
429 f[3] = m15 + m[12];
437 f[3] = m15 - m[13];
445 f[3] = m15 + m[13];
453 f[3] = m15 - m[14];
461 f[3] = m15 + m[14];
    [all...]
  /cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java 110 case 15: return m15();
314 public int m15() { return new Random(15).nextInt(); } method in class:CompilationTargetActivity

Completed in 328 milliseconds