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

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-macro-cmd.h 1 #define M4 Value4
  /external/eigen/doc/snippets/
Tutorial_SlicingCol.cpp 9 Map<RowMajorMatrixXf,0,Stride<Dynamic,3> > M4(M3.data(), M3.rows(), (M3.cols()+2)/3,
11 cout << "1 column over 3:" << endl << M4 << "\n"
  /external/clang/test/Driver/Inputs/
gen-response.c 5 #define M4 M3 M3 M3 M3 M3 M3 M3 M3 M3 M3
6 #define M5 M4 M4 M4 M4 M4 M4 M4 M4 M4 M
    [all...]
  /external/clang/test/CoverageMapping/
macro-expansion.c 28 #define M4(x) ((x) && (x))
50 if (M4(x)) {}
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 41 #define M4 expanded
42 #define M5() M4 ## (
bigoutput.c 10 #define M4 M2 M2 M2 M2
11 #define M6 M4 M4 M4 M4
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15838.dir/
a.go 55 func (T) M4() {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15838.dir/
a.go 55 func (T) M4() {
  /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();
  /external/clang/test/Misc/
macro-backtrace.c 7 #define M4(A, B) M3(A, B)
8 #define M5(A, B) M4(A, B)
  /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/selinux/libsepol/tests/
Makefile 0 M4 ?= m4
38 $(M4) $(M4PARAMS) $^ > $@
41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
  /external/libopus/celt/
mathops.h 256 #define M4 4936
262 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
268 #undef M4
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 270 MDNode *M4 = NMD->getOperand(1);
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/
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/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/boringssl/src/crypto/poly1305/
poly1305_vec.c 236 xmmi M0, M1, M2, M3, M4;
304 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
323 T5 = _mm_mul_epu32(M4, p->S21.v);
324 T6 = _mm_mul_epu32(M4, p->S22.v);
343 T5 = _mm_mul_epu32(M4, p->S23.v);
344 T6 = _mm_mul_epu32(M4, p->S24.v);
355 T5 = _mm_mul_epu32(M4, p->R20.v);
368 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
374 T4 = _mm_add_epi64(T4, M4);
425 xmmi M0, M1, M2, M3, M4;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 249 M4
578 M4: "M4",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 249 M4
578 M4: "M4",
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 858 milliseconds