HomeSort by relevance Sort by last modified time
    Searched defs:A6 (Results 1 - 12 of 12) 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/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 239 MatrixType A6 = A4 * A2;
240 m_tmp1.noalias() = A6 * A2;
241 m_tmp2 = b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
243 m_V = b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
276 MatrixType A6 = A4 * A2;
278 m_V = b[17]*m_tmp1 + b[15]*A6 + b[13]*A4 + b[11]*A2; // used for temporary storage
280 m_tmp2 += b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
282 m_tmp2 = b[16]*m_tmp1 + b[14]*A6 + b[12]*A4 + b[10]*A2;
284 m_V += b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
  /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...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 82 A6 = 15, A7 = 16, T8XD = 17, T8XS = 18, TAXD = 19
    [all...]
  /external/smack/src/org/xbill/DNS/
Type.java 127 public static final int A6 = 38;
264 types.add(A6, "A6", new A6Record());
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 338 // T8, TA, A6, A7 - Prefix after the 0x0F prefix.
340 A6 = 15 << Op0Shift, A7 = 16 << Op0Shift,
  /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 280 milliseconds