HomeSort by relevance Sort by last modified time
    Searched defs:A4 (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/INPUTS/
macro_pounder_fn.c 10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B)
macro_pounder_obj.c 10 #define A4 A3 A3 A3 A3 A3 A3
11 #define A5 A4 A4 A4 A4 A4 A4
  /external/clang/test/Index/
annotate-comments-preprocessor.c 18 #define A4 1 // Aaa.
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
  /external/libcxxabi/test/
dynamic_cast5.pass.cpp 44 struct A4
49 virtual ~A4() {}
54 A4* getA4() {return this;}
58 : public A4,
64 t1::A1* getA1() {return A4::getA1();}
65 A2* getA2() {return A4::getA2();}
66 A3* getA3() {return A4::getA3();}
67 A4* getA4() {return A4::getA4();}
76 A4 a4 local
220 A4 a4; local
364 A4 a4; local
507 A4 a4; local
650 A4 a4; local
793 A4 a4; local
936 A4 a4; local
1079 A4 a4; local
1222 A4 a4; local
    [all...]
dynamic_cast14.pass.cpp 44 struct A4
49 virtual ~A4() {}
53 A4* getA4() {return this;}
58 public A4
64 A1* getA1_4() {return A4::getA1();}
67 A4* getA4() {return A4::getA4();}
93 A4* getA4() {return A5::getA4();}
110 A4* getA4() {return A7::getA4();}
138 A4* getA4() {return A8::getA4();
219 A4 a4; local
940 A4 a4; local
1661 A4 a4; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast5.pass.cpp 44 struct A4
49 virtual ~A4() {}
54 A4* getA4() {return this;}
58 : public A4,
64 t1::A1* getA1() {return A4::getA1();}
65 A2* getA2() {return A4::getA2();}
66 A3* getA3() {return A4::getA3();}
67 A4* getA4() {return A4::getA4();}
76 A4 a4 local
220 A4 a4; local
364 A4 a4; local
507 A4 a4; local
650 A4 a4; local
793 A4 a4; local
936 A4 a4; local
1079 A4 a4; local
1222 A4 a4; local
    [all...]
dynamic_cast14.pass.cpp 44 struct A4
49 virtual ~A4() {}
53 A4* getA4() {return this;}
58 public A4
64 A1* getA1_4() {return A4::getA1();}
67 A4* getA4() {return A4::getA4();}
93 A4* getA4() {return A5::getA4();}
110 A4* getA4() {return A7::getA4();}
138 A4* getA4() {return A8::getA4();
219 A4 a4; local
940 A4 a4; local
1661 A4 a4; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_log.c 92 static double A4 = .0004348877777076145742;
396 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
456 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 101 Object *A4 = DUT.allocate(Cap, Allocator);
102 EXPECT_NE(A1, A4);
103 EXPECT_NE(A2, A4);
104 EXPECT_NE(A3, A4);
  /external/clang/test/Parser/
cxx-casting.cpp 122 D< ::F> A4;
declarators.c 138 A4 12, // expected-error{{expected '= constant-expression' or end of enumerator definition}}
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 65 struct A4 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
84 switch (a4) {} // @84
93 //expected-error@84 {{statement requires expression of integer type ('extended_examples::A4' invalid)}}
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast5.cpp 43 struct A4
48 virtual ~A4() {}
53 A4* getA4() {return this;}
57 : public A4,
63 t1::A1* getA1() {return A4::getA1();}
64 A2* getA2() {return A4::getA2();}
65 A3* getA3() {return A4::getA3();}
66 A4* getA4() {return A4::getA4();}
75 A4 a4 local
219 A4 a4; local
363 A4 a4; local
506 A4 a4; local
649 A4 a4; local
792 A4 a4; local
935 A4 a4; local
1078 A4 a4; local
1221 A4 a4; local
    [all...]
dynamic_cast14.cpp 43 struct A4
48 virtual ~A4() {}
52 A4* getA4() {return this;}
57 public A4
63 A1* getA1_4() {return A4::getA1();}
66 A4* getA4() {return A4::getA4();}
92 A4* getA4() {return A5::getA4();}
109 A4* getA4() {return A7::getA4();}
137 A4* getA4() {return A8::getA4();
218 A4 a4; local
939 A4 a4; local
1660 A4 a4; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_expl.h 71 A4 = 4.16666666666666666666666666425885320e-2L,
264 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 +
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 220 MatrixType A4 = A2 * A2;
221 m_tmp1.noalias() = A4 * A2;
222 m_tmp2 = b[7]*m_tmp1 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
224 m_V = b[6]*m_tmp1 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
233 MatrixType A4 = A2 * A2;
234 MatrixType A6 = A4 * A2;
236 m_tmp2 = b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
238 m_V = b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
248 MatrixType A4 = A2 * A2;
249 m_tmp1.noalias() = A4 * A2
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
frameparser.h 53 A4,
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 55 A4,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 56 A4,
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 34 struct A4 {
35 A4();
40 A4 a4; // expected-error {{deleted function}} variable
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 8 struct A4 {
10 A4() : a(0xf00000a4) {}
35 struct TestF0 : A4, virtual B4 {
44 // CHECK-NEXT: 0 | struct A4 (base)
56 // CHECK-X64-NEXT: 0 | struct A4 (base)
65 struct TestF1 : A4, virtual A16 {
73 // CHECK-NEXT: 0 | struct A4 (base)
84 // CHECK-X64-NEXT: 0 | struct A4 (base)
93 struct TestF2 : A4, virtual C4 {
101 // CHECK-NEXT: 0 | struct A4 (base
    [all...]
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 47 struct A4 {
52 template class A4<int>;
  /external/webp/src/dsp/
filters_sse2.c 80 const __m128i A4 = _mm_slli_si128(A3, 2);
81 const __m128i A5 = _mm_add_epi8(A3, A4);
  /art/runtime/arch/mips64/
registers_mips64.h 38 A4 = 8,
  /external/clang/test/Sema/
warn-duplicate-enum.c 7 A4};

Completed in 891 milliseconds

1 2