/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
M4.java | 24 public class M4 { 27 public M4() { 30 public M4(M4 other) { 44 public M4 multiply(M4 other) { 45 M4 result = new M4();
|
GLShape.java | 72 public void animateTransform(M4 transform) { 90 mTransform = new M4(mAnimateTransform); 96 public M4 mTransform; 97 public M4 mAnimateTransform;
|
Layer.java | 92 M4 mTransform = new M4();
|
GLVertex.java | 73 public void update(IntBuffer vertexBuffer, M4 transform) {
|
GLWorld.java | 67 public void transformVertex(GLVertex vertex, M4 transform) {
|
/external/clang/test/Misc/ |
macro-backtrace.c | 7 #define M4(A, B) M3(A, B) 8 #define M5(A, B) M4(A, B)
|
/external/clang/test/Preprocessor/ |
assembler-with-cpp.c | 41 #define M4 expanded 42 #define M5() M4 ## (
|
/external/libsepol/tests/ |
Makefile | 0 M4 ?= m4 38 $(M4) $(M4PARAMS) $^ > $@ 41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
|
/external/bison/djgpp/ |
config.site | 55 # A sane default for m4. 56 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
sparc_matrix.h | 39 #define M4 %f20 84 ldd [BASE + ( 4 * 0x4)], M4; \ 97 ldd [BASE + ( 4 * 0x4)], M4; \ 116 ldd [BASE + ( 4 * 0x4)], M4; \ 125 ldd [BASE + ( 4 * 0x4)], M4; \ 136 ldd [BASE + ( 4 * 0x4)], M4; \ 144 ldd [BASE + ( 4 * 0x4)], M4; \
|
norm.S | 57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6) 62 fmuls %f0, M4, %f5 ! FGM Group 107 fmuls M4, %f15, M4 122 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6) 127 fmuls %f0, M4, %f5 ! FGM Group 345 fmuls M4, %f15, M4 360 fmuls %f0, M4, %f5 ! FGM Group 452 fmuls %f0, M4, %f5 ! FGM Grou [all...] |
/external/mesa3d/src/mesa/sparc/ |
sparc_matrix.h | 39 #define M4 %f20 84 ldd [BASE + ( 4 * 0x4)], M4; \ 97 ldd [BASE + ( 4 * 0x4)], M4; \ 116 ldd [BASE + ( 4 * 0x4)], M4; \ 125 ldd [BASE + ( 4 * 0x4)], M4; \ 136 ldd [BASE + ( 4 * 0x4)], M4; \ 144 ldd [BASE + ( 4 * 0x4)], M4; \
|
/external/clang/test/Sema/ |
unused-expr.c | 133 #define M4(a, b) (foo((a), (b)) ? 0 : t3(a), 1) 144 M4(i, j); // no warning 155 #undef M4
|
/external/llvm/unittests/Support/ |
MemoryTest.cpp | 92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); 94 EXPECT_NE((void*)nullptr, M4.base()); 95 EXPECT_LE(16U, M4.size()); 96 EXPECT_FALSE(Memory::releaseMappedMemory(M4)); 165 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), nullptr, 168 EXPECT_NE((void*)nullptr, M4.base()); 169 EXPECT_LE(64U * sizeof(int), M4.size()); 170 x = (int*)M4.base(); 173 EXPECT_FALSE(Memory::releaseMappedMemory(M4)); 226 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC) [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | [all...] |
/external/clang/include/clang/Driver/ |
Multilib.h | 120 const Multilib &M3, const Multilib &M4); 122 const Multilib &M3, const Multilib &M4,
|
/external/clang/lib/Driver/ |
Multilib.cpp | 170 const Multilib &M3, const Multilib &M4) { 175 Ms.push_back(M4); 180 const Multilib &M3, const Multilib &M4, 186 Ms.push_back(M4);
|
/external/chromium_org/third_party/opus/src/celt/ |
mathops.h | 224 #define M4 4936 230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); 236 #undef M4
|
/external/chromium_org/third_party/speex/libspeex/ |
math_approx.h | 277 #define M4 4936 281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); 287 #undef M4
|
/external/libopus/celt/ |
mathops.h | 224 #define M4 4936 230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); 236 #undef M4
|
/external/speex/libspeex/ |
math_approx.h | 277 #define M4 4936 281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); 287 #undef M4
|
/external/openssl/crypto/md5/asm/ |
md5-ia64.S | 34 // {in,out}3 Block Value 4 M4 135 #define M4 in3 673 mov V = M4 684 mov M4 = M5 730 mov M0 = M4 741 mov M4 = Z 779 mov V = M4 790 mov M4 = M13
|
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/ |
poly1305_vec.c | 289 xmmi M0, M1, M2, M3, M4; 357 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT); 376 T5 = _mm_mul_epu32(M4, p->S21.v); 377 T6 = _mm_mul_epu32(M4, p->S22.v); 396 T5 = _mm_mul_epu32(M4, p->S23.v); 397 T6 = _mm_mul_epu32(M4, p->S24.v); 408 T5 = _mm_mul_epu32(M4, p->R20.v); 421 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT); 427 T4 = _mm_add_epi64(T4, M4); 478 xmmi M0, M1, M2, M3, M4; [all...] |
/external/clang/unittests/Driver/ |
MultilibTest.cpp | 149 Multilib M4("", "", ""); 154 ASSERT_TRUE(M1 == M4)
|