Searched defs:A4 (Results 1 - 13 of 13) sorted by relevance

/external/clang/INPUTS/
H A Dmacro_pounder_fn.c10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) macro
11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B)
H A Dmacro_pounder_obj.c10 #define A4 A3 A3 A3 A3 A3 A3 macro
11 #define A5 A4 A4 A4 A4 A4 A4
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c18 #define A4 1 // Aaa. macro
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/
H A DWProgram.h38 const static uint8_t A4 = 58; variable
55 const static uint8_t A4 = 18; variable
/external/clang/test/Parser/
H A Dcxx-casting.cpp83 D< ::F> A4; local
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp34 struct A4 { struct
35 A4();
40 A4 a4; // expected-error {{deleted function}}
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h225 MatrixType A4 = A2 * A2; local
226 m_tmp1.noalias() = A4 * A2;
227 m_tmp2 = b[7]*m_tmp1 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
229 m_V = b[6]*m_tmp1 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
238 MatrixType A4 = A2 * A2; local
239 MatrixType A6 = A4 * 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;
253 MatrixType A4 = A2 * A2; local
254 m_tmp1.noalias() = A4 * A
275 MatrixType A4 = A2 * A2; local
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp29 typedef char alignas(4) A4; member in namespace:__anon9855
34 typedef char A4 __attribute__((aligned(4)));
39 typedef __declspec(align(4)) char A4;
48 struct SA4 { A4 a; };
55 struct S5 { A1 a1; A2 a2; A4 a4; A8 a8; };
92 [AlignOf<A4>::Alignment > 0]
131 EXPECT_EQ(4u, alignOf<A4>());
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c7 A4}; enumerator in enum:A
/external/clang/test/SemaCXX/
H A Duninitialized.cpp245 int A4() { return 5;} function in struct:__anon4746::A
266 D(char (*)[4]) : c(c.b.a.A4()) {} // expected-warning {{field is uninitialized when used here}}
272 D(char (*)[8]) : c(c.a.A4()) {}
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h896 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, argument
898 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp908 A4 = .69314718055994546743029643825322 / EXPPOLY_32F_A0, local
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
1477 A4 = -0.5, local
1482 ((A0*(xq) + A2)*(xq) + A4)*(xq) + ((A1*(xq) + A3)*(xq) + A5)*(x))
/external/openssl/crypto/modes/
H A Dgcm128.c1497 A4[]= {0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef,0xfe,0xed,0xfa,0xce,0xde,0xad,0xbe,0xef, local
1508 #define A5 A4

Completed in 1544 milliseconds