Searched defs:A3 (Results 1 - 20 of 20) sorted by relevance

/external/clang/INPUTS/
H A Dmacro_pounder_fn.c9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) macro
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
H A Dmacro_pounder_obj.c9 #define A3 A2 A2 A2 A2 A2 A2 macro
10 #define A4 A3 A3 A3 A3 A3 A3
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c17 #define A3 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/clang/test/Parser/
H A Dcxx-extra-semi.cpp23 void A3() { }; ;; // expected-warning{{extra ';' after member function definition}} function in class:A
H A Dcxx-casting.cpp82 ::D< ::F> A3; local
/external/arduino/hardware/arduino/cores/arduino/
H A DWProgram.h37 const static uint8_t A3 = 57; variable
54 const static uint8_t A3 = 17; variable
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp50 struct A3 { struct
54 struct D3 : A3, B3 {
H A Dwarn-unique-enum.cpp2 enum A { A1 = 1, A2 = 1, A3 = 1 }; // expected-warning {{all elements of 'A' are initialized with literals to value 1}} \ enumerator in enum:A
H A Duninitialized.cpp244 int A3; member in struct:__anon4746::A
265 D(char (*)[3]) : c(c.b.a.A3) {} // expected-warning {{field is uninitialized when used here}}
271 D(char (*)[7]) : c(c.a.A3) {}
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp29 union A3 { union
30 A3();
33 A3 a3; // expected-error {{deleted function}}
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java325 public static class A3 implements Serializable, Cloneable {}; class in class:AnalyzerTest.Dummy
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp116 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; local
137 A3 = A;
138 for( i = 0; i < p; i++, A3 += n )
140 Aip = A3[p];
141 Aiq = A3[q];
144 A3[p] = (float) (Aip * c - Aiq * s);
145 A3[q] = (float) (Aiq * c + Aip * s);
149 for( ; i < q; i++, A3 += n )
152 Aiq = A3[q];
156 A3[
266 double *A3, Apq, App, Aqq, App2, Aqq2, Aip, Aiq, Vpi, Vqi; local
[all...]
H A Dcxmathfuncs.cpp909 A3 = .24022650695886477918181338054308 / EXPPOLY_32F_A0, local
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
1476 A3 = +0.3333333333333333333333333333333333333333, local
1482 ((A0*(xq) + A2)*(xq) + A4)*(xq) + ((A1*(xq) + A3)*(xq) + A5)*(x))
/external/speex/libspeex/
H A Dmath_approx.h158 #define A3 1486 macro
173 sq = MULT16_16_Q13(x, ADD16(A1, MULT16_16_Q13(x, ADD16(A2, MULT16_16_Q13(x, (A3))))));
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp498 // CHECK-19-NEXT: -- (Test12::A3, 40) vtable address --
499 // CHECK-19-NEXT: 18 | void Test12::A3::a3()
510 struct A3 { struct in namespace:Test12
515 struct A : A1, A2, A3 {
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c6 A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has been assigned}} enumerator in enum:A
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h889 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, argument
891 return new (allocate()) T(A1, A2, A3, St, LCtx);
896 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/cvaux/src/
H A Dcveigenobjects.cpp92 float *A3, Apq = A1[q], App, Aqq, Aip, Aiq, Vpi, Vqi; local
113 A3 = A;
114 for( i = 0; i < p; i++, A3 += n )
116 Aip = A3[p];
117 Aiq = A3[q];
120 A3[p] = (float) (Aip * c - Aiq * s);
121 A3[q] = (float) (Aiq * c + Aip * s);
125 for( ; i < q; i++, A3 += n )
128 Aiq = A3[q];
132 A3[
[all...]
/external/openssl/crypto/modes/
H A Dgcm128.c1477 #define A3 A2 macro
/external/svox/pico/lib/
H A Dpicopam.c184 picoos_uint8 a3_overall_syllable; /* A3 */
277 #define A3 8 macro
1839 outVect[T_A3] = inVect[A3];
3113 case A3:
3114 /*processor for A3*/
3121 pam->sSyllFeats[pam->nCurrSyllable].phoneV[A3]
3124 pam->sSyllFeats[pam->nCurrSyllable].phoneV[A3]
3128 pam->sSyllFeats[pam->nCurrSyllable].phoneV[A3] = 0;
4201 for (nFeat = A3; nFeat <= J3; nFeat++) {
4672 pam->sSyllFeats[pam->nCurrSyllable].phoneV[A3]
[all...]

Completed in 457 milliseconds