HomeSort by relevance Sort by last modified time
    Searched refs:M4 (Results 1 - 25 of 30) sorted by null

1 2

  /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...]
  /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/CoverageMapping/
macro-expansion.c 28 #define M4(x) ((x) && (x))
50 if (M4(x)) {}
  /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/selinux/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/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; \
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...]
xform.S 465 fmuls %f1, M4, %f6 ! FGM
542 fmuls %f1, M4, %f6 ! FGM
549 fmuls %f9, M4, %f12 ! FGM Group
573 fmuls %f1, M4, %f6 ! FGM Group
671 fmuls %f1, M4, %f6 ! FGM Group
682 fmuls %f10, M4, %f14 ! FGM Group f3, f8 available
712 fmuls %f1, M4, %f6 ! FGM Group
843 fmuls %f1, M4, %f7 ! FGM Group
925 fmuls %f1, M4, %f6 ! FGM Group
994 fmuls %f1, M4, %f6 ! FGM Grou
    [all...]
  /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/google-breakpad/src/testing/include/gmock/
gmock-generated-matchers.h 691 template <typename M1, typename M2, typename M3, typename M4>
695 typename AllOfResult2<M3, M4>::type
699 template <typename M1, typename M2, typename M3, typename M4, typename M5>
703 typename AllOfResult3<M3, M4, M5>::type
707 template <typename M1, typename M2, typename M3, typename M4, typename M5,
712 typename AllOfResult3<M4, M5, M6>::type
716 template <typename M1, typename M2, typename M3, typename M4, typename M5,
721 typename AllOfResult4<M4, M5, M6, M7>::type
725 template <typename M1, typename M2, typename M3, typename M4, typename M5,
729 typename AllOfResult4<M1, M2, M3, M4>::type
    [all...]
  /external/clang/include/clang/Driver/
Multilib.h 123 const Multilib &M3, const Multilib &M4);
125 const Multilib &M3, const Multilib &M4,
  /external/clang/lib/Driver/
Multilib.cpp 163 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});
  /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/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)
  /external/valgrind/drd/scripts/
download-and-build-splash2.in 97 -MACROS := \$(BASEDIR)/null_macros/c.m4.null
99 +MACROS := \$(BASEDIR)/null_macros/c.m4.null.POSIX_BARRIER
100 M4 := m4 -s -Ulen -Uindex
  /external/bison/darwin-lib/
config.h     [all...]

Completed in 717 milliseconds

1 2