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

/external/clang/test/SemaTemplate/
H A Dinstantiate-non-type-template-parameter.cpp40 enum E { E1, E2, E3 }; enumerator in enum:rdar8980215::E
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54Integrator.java80 private static final double E3 = -71.0 / 16695.0; field in class:DormandPrince54Integrator
141 final double errSum = E1 * yDotK[0][j] + E3 * yDotK[2][j] +
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c16 enum E3 { enum
H A Denum2.c16 enum E3 { enum
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
H A Dp2.cpp81 struct E3 { struct
82 E3() = default;
83 E3(const E3&) = default;
84 E3(E3&&) = default;
85 E3 &operator=(const E3&) = default;
86 E3 &operator=(E3
[all...]
/external/clang/test/SemaCXX/
H A Dmember-name-lookup.cpp23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}} enum in struct:B
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum in struct:C
50 D::E3 e3; // expected-error{{multiple base classes}}
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}}
74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}} enum in struct:B2
81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum in struct:C2
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}}
125 E3 e
[all...]
H A Dconstant-expression-cxx1y.cpp917 struct E3 : E1 {} e3; struct in namespace:EmptyClass
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp49 constexpr enum E3 { V3 } e3 = V3; enum
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted copy}} struct in inherits:DeletedCopyAssign
159 template struct CopyAssign<E3>; // expected-note {{here}}
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c32 E3 = E2 enumerator in enum:E
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp300 static const unsigned int E3[256] = { variable
644 E3[block[(i+C3)%Nb] & 0xFF]) )
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp177 enum E3 { e3a = (1u << 31) - 1 } e3; enum
193 // CHECK: %[[E3:.*]] = icmp ule i32 {{.*}}, 2147483647
194 // CHECK: br i1 %[[E3]]
236 // CHECK: %[[E3:.*]] = icmp eq i64 %[[MISALIGN]], 0
239 // CHECK: %[[E123:.*]] = and i1 %[[E12]], %[[E3]]
/external/svox/pico/lib/
H A Dpicopam.c209 picoos_uint8 e3_e4_word; /* E3,E4 */
303 #define E3 34 macro
1805 outVect[T_E3] = inVect[E3];
3608 case E3:/*processor for E3,E4*/
3611 sDest = E3;
3617 sDest = E3;
3645 case E4:/*processor for E4 : done in E3*/
4325 = pam->sSyllFeats[pam->nCurrSyllable].phoneV[E3]

Completed in 369 milliseconds