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

  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 160 this.$matrix.m24 = matrix.m24;
185 this.$matrix.m24 = matrix[7];
207 this.$matrix.m21, this.$matrix.m22, this.$matrix.m23, this.$matrix.m24,
240 J3DIMatrix4.setUniformArray[7] = this.$matrix.m24;
266 this.$matrix.m24 = 0;
297 tmp = this.$matrix.m24;
298 this.$matrix.m24 = this.$matrix.m42;
332 this.$matrix.m24 /= det;
473 mat.$matrix.m14 = mat.$matrix.m24 = mat.$matrix.m34 = 0
    [all...]
  /external/swiftshader/src/Renderer/
Matrix.hpp 34 float m21, float m22, float m23, float m24,
85 float m21, float m22, float m23, float m24,
162 float m21, float m22, float m23, float m24,
169 M(2, 1) = m21; M(2, 2) = m22; M(2, 3) = m23; M(2, 4) = m24;
Matrix.cpp 278 float m21, float m22, float m23, float m24,
283 float M2344 = m23 * m44 - m43 * m24;
284 float M2334 = m23 * m34 - m33 * m24;
287 float M1324 = m13 * m24 - m23 * m14;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1helper.h 50 FLOAT m21, FLOAT m22, FLOAT m23, FLOAT m24,
55 _21 = m21; _22 = m22; _23 = m23; _24 = m24;
  /external/clang/test/Analysis/
pr22954.c 456 struct mm * m24 = (struct mm *)&l24; local
457 m24->s4 = strdup("hello");
459 memcpy(m24->s3, input, 4);
460 clang_analyzer_eval(m24->s3[0] == 1); // expected-warning{{UNKNOWN}}
461 clang_analyzer_eval(m24->s3[1] == 1); // expected-warning{{UNKNOWN}}
462 clang_analyzer_eval(m24->s3[2] == 1); // expected-warning{{UNKNOWN}}
463 clang_analyzer_eval(m24->s3[3] == 1); // expected-warning{{UNKNOWN}}
    [all...]
  /cts/hostsidetests/compilation/app/src/android/cts/compilation/
CompilationTargetActivity.java 119 case 24: return m24();
323 public int m24() { return new Random(24).nextInt(); } method in class:CompilationTargetActivity

Completed in 116 milliseconds