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

  /external/clang/INPUTS/
macro_pounder_fn.c 12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B)
13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B)
macro_pounder_obj.c 12 #define A6 A5 A5 A5 A5 A5 A5
13 #define A7 A6 A6 A6 A6 A6 A6
  /external/clang/test/Index/
annotate-comments-preprocessor.c 20 #define A6 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/lldb/test/lang/c/stepping/
main.c 63 int A6 = complex (a(4), b(5), c(6)); // Stop here to step targetting b and hitting breakpoint.
  /external/arduino/hardware/arduino/cores/arduino/
WProgram.h 40 const static uint8_t A6 = 60;
57 const static uint8_t A6 = 20;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 234 MatrixType A6 = A4 * A2;
235 m_tmp1.noalias() = A6 * 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;
271 MatrixType A6 = A4 * A2;
273 m_V = b[17]*m_tmp1 + b[15]*A6 + b[13]*A4 + b[11]*A2; // used for temporary storage
275 m_tmp2 += b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
277 m_tmp2 = b[16]*m_tmp1 + b[14]*A6 + b[12]*A4 + b[10]*A2;
279 m_V += b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
  /external/libcxxabi/test/
dynamic_cast14.cpp 70 struct A6
74 virtual ~A6() {}
77 A6* getA6() {return this;}
82 public A6
89 A1* getA1_6() {return A6::getA1_6();}
94 A6* getA6() {return A6::getA6();}
111 A6* getA6() {return A7::getA6();}
139 A6* getA6() {return A8::getA6();}
160 A6* getA6() {return A8::getA6();
220 A6 a6; local
941 A6 a6; local
1662 A6 a6; local
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast14.cpp 70 struct A6
74 virtual ~A6() {}
77 A6* getA6() {return this;}
82 public A6
89 A1* getA1_6() {return A6::getA1_6();}
94 A6* getA6() {return A6::getA6();}
111 A6* getA6() {return A7::getA6();}
139 A6* getA6() {return A8::getA6();}
160 A6* getA6() {return A8::getA6();
220 A6 a6; local
941 A6 a6; local
1662 A6 a6; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast14.cpp 70 struct A6
74 virtual ~A6() {}
77 A6* getA6() {return this;}
82 public A6
89 A1* getA1_6() {return A6::getA1_6();}
94 A6* getA6() {return A6::getA6();}
111 A6* getA6() {return A7::getA6();}
139 A6* getA6() {return A8::getA6();}
160 A6* getA6() {return A8::getA6();
220 A6 a6; local
941 A6 a6; local
1662 A6 a6; local
    [all...]
  /external/clang/test/Parser/
declarators.c 148 A6; // expected-error{{expected '= constant-expression' or end of enumerator definition}}
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 81 A6 = 1.38888888888888888889971139751596836e-3L;
286 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 +
460 q = r2 + r * r * (A2 + r * (A3 + r * (A4 + r * (A5 + r * (A6 +
  /external/smack/src/org/xbill/DNS/
Type.java 127 public static final int A6 = 38;
264 types.add(A6, "A6", new A6Record());
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java 32 @Retention(RetentionPolicy.RUNTIME) @interface A6 {}
    [all...]

Completed in 545 milliseconds