Searched defs:M3 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Misc/
H A Dmacro-backtrace.c6 #define M3(A, B) M2(A, B) macro
7 #define M4(A, B) M3(A, B)
28 // CHECK-LIMIT: macro-backtrace.c:6:18: note: expanded from macro 'M3'
29 // CHECK-LIMIT: #define M3(A, B) M2(A, B)
42 // CHECK-NO-CARETS-NEXT: macro-backtrace.c:6:18: note: expanded from macro 'M3'
/external/speex/libspeex/
H A Dmath_approx.h276 #define M3 -11943 macro
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)))))));
286 #undef M3 macro
/external/skia/bench/
H A DMathBench.cpp293 static SkBenchmark* M3(void* p) { return new QMul64Bench(p); } function
307 static BenchRegistry gReg3(M3);
H A DMatrixBench.cpp352 static SkBenchmark* M3(void* p) { return new FloatDoubleConcatMatrixBench(p); } function
359 static BenchRegistry gReg3(M3);
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S50 // {in,out}19 Block Value 3 M3
134 #define M3 in19 define
441 // Passed the first 4 words (M0 - M3) and initial (A, B, C, D) values,
548 G(B, C, D, A, M3) \
549 LOOP(B, C, 20, M3, RotateM3, label)
558 H(B, C, D, A, M3) \
559 LOOP(B, C, 23, M3, RotateM3, label)
568 I(B, C, D, A, M3) \
569 LOOP(B, C, 21, M3, RotateM3, label)
690 mov U = M3
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1198 const M3t &M3) : Option(Optional, NotHidden) {
1199 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1206 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1215 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1225 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, this);
1232 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, argument
1235 apply(M0, this); apply(M1, this); apply(M2, this); apply(M3, thi
1197 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1362 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3) argument
1369 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1378 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1387 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1397 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]

Completed in 125 milliseconds