Searched defs:M4 (Results 1 - 20 of 20) sorted by relevance

/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-macro-cmd.h1 #define M4 Value4 macro
/external/eigen/doc/snippets/
H A DTutorial_SlicingCol.cpp9 Map<RowMajorMatrixXf,0,Stride<Dynamic,3> > M4(M3.data(), M3.rows(), (M3.cols()+2)/3,
11 cout << "1 column over 3:" << endl << M4 << "\n" variable
/external/clang/test/Driver/Inputs/
H A Dgen-response.c5 #define M4 M3 M3 M3 M3 M3 M3 M3 M3 M3 M3 macro
6 #define M5 M4 M4 M4 M4 M4 M4 M4 M4 M4 M
[all...]
/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c41 #define M4 expanded macro
42 #define M5() M4 ## (
H A Dbigoutput.c10 #define M4 M2 M2 M2 M2 macro
11 #define M6 M4 M4 M4 M4
/external/clang/test/CoverageMapping/
H A Dmacro-expansion.c28 #define M4(x) ((x) && (x)) macro
50 if (M4(x)) {}
/external/clang/test/Misc/
H A Dmacro-backtrace.c7 #define M4(A, B) M3(A, B) macro
8 #define M5(A, B) M4(A, B)
/external/selinux/libsepol/tests/
H A DMakefile0 M4 ?= m4
38 $(M4) $(M4PARAMS) $^ > $@
41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
1 M4 ?= m4 macro
/external/llvm/unittests/Support/
H A DMemoryTest.cpp92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); local
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, local
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 local
[all...]
/external/clang/lib/Driver/
H A DMultilib.cpp163 const Multilib &M3, const Multilib &M4) {
164 return Either({M1, M2, M3, M4});
168 const Multilib &M3, const Multilib &M4,
170 return Either({M1, M2, M3, M4, M5});
162 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4) argument
167 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/external/libopus/celt/
H A Dmathops.h224 #define M4 4936 macro
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 macro
/external/llvm/unittests/Linker/
H A DLinkModulesTest.cpp270 MDNode *M4 = NMD->getOperand(1); local
277 EXPECT_TRUE(M4->isUniqued());
278 EXPECT_EQ(M3, M4->getOperand(0));
298 EXPECT_EQ(M4, NMD->getOperand(1));
305 EXPECT_TRUE(M4->isUniqued());
306 EXPECT_EQ(M3, M4->getOperand(0));
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h39 #define M4 %f20 macro
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/speex/libspeex/
H A Dmath_approx.h277 #define M4 4936 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)))))));
287 #undef M4 macro
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c287 xmmi M0, M1, M2, M3, M4; local
355 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
374 T5 = _mm_mul_epu32(M4, p->S21.v);
375 T6 = _mm_mul_epu32(M4, p->S22.v);
394 T5 = _mm_mul_epu32(M4, p->S23.v);
395 T6 = _mm_mul_epu32(M4, p->S24.v);
406 T5 = _mm_mul_epu32(M4, p->R20.v);
419 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
425 T4 = _mm_add_epi64(T4, M4);
476 xmmi M0, M1, M2, M3, M4; local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h1203 const M4t &M4) : Option(Optional | NotHidden) {
1205 apply(M4, this);
1212 const M4t &M4, const M5t &M5) : Option(Optional | NotHidden) {
1214 apply(M4, this); apply(M5, this);
1221 const M4t &M4, const M5t &M5,
1224 apply(M4, this); apply(M5, this); apply(M6, this);
1231 const M4t &M4, const M5t &M5, const M6t &M6,
1234 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1368 const M4t &M4) : Option(ZeroOrMore | NotHidden) {
1370 apply(M4, thi
1202 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1211 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1220 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1230 opt(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
1367 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1376 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1385 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1395 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...]
/external/bison/darwin-lib/
H A Dconfig.h1809 /* Define to the GNU M4 executable name. */
1810 #define M4 "/usr/bin/m4" macro
1812 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */
/external/bison/linux-lib/
H A Dconfig.h1809 /* Define to the GNU M4 executable name. */
1810 #define M4 "/usr/bin/m4" macro
1812 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp7833 // Constant-fold the M4 and M5 mask arguments.
7834 llvm::APSInt M4, M5; local
7835 bool IsConstM4 = E->getArg(1)->isIntegerConstantExpr(M4, getContext());
7840 // standard intrinsic. We only support some combinations of M4 and M5.
7842 switch (M4.getZExtValue()) {
7866 Value *M4Value = llvm::ConstantInt::get(getLLVMContext(), M4);
/external/bison/lib/
H A Dconfig.in.h1808 /* Define to the GNU M4 executable name. */
1809 #undef M4 macro
1811 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */

Completed in 624 milliseconds