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

  /external/clang/test/SemaTemplate/
instantiate-non-type-template-parameter.cpp 40 enum E { E1, E2, E3 };
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54Integrator.java 80 private static final double E3 = -71.0 / 16695.0;
141 final double errSum = E1 * yDotK[0][j] + E3 * yDotK[2][j] +
  /prebuilts/go/darwin-x86/src/math/big/
arith_386.s 89 JMP E3
97 E3: CMPL BX, BP // i < n
arith_arm.s 76 B E3
81 E3:
arith_amd64.s 180 JLE E3 // if n <= 0 goto E3
192 E3: MOVQ CX, c+56(FP) // return c
  /prebuilts/go/linux-x86/src/math/big/
arith_386.s 89 JMP E3
97 E3: CMPL BX, BP // i < n
arith_arm.s 76 B E3
81 E3:
arith_amd64.s 180 JLE E3 // if n <= 0 goto E3
192 E3: MOVQ CX, c+56(FP) // return c
  /external/clang/test/ASTMerge/Inputs/
enum1.c 16 enum E3 {
enum2.c 16 enum E3 {
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 81 struct E3 {
82 E3() = default;
83 E3(const E3&) = default;
84 E3(E3&&) = default;
85 E3 &operator=(const E3&) = default;
86 E3 &operator=(E3&&) = default
89 E3 e3; variable
90 static_assert(noexcept(E3(), E3(E3()), E3(e3), e3 = E3(), e3 = e3), ""); variable
    [all...]
  /external/clang/test/SemaCXX/
member-name-lookup.cpp 23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}}
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}}
50 D::E3 e3; // expected-error{{multiple base classes}} local
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} local
74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}}
81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}}
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types} local
125 E3 e3; \/\/ expected-error{{member 'E3' found in multiple base classes of different types}} local
    [all...]
constant-expression-cxx1y.cpp 25 enum E { e1, e2, e3 }; enumerator in enum:E
917 struct E3 : E1 {} e3; member in namespace:EmptyClass
930 constexpr int test3 = f(e3, 0);
933 constexpr int test6 = f(e3, 1);
936 constexpr int test9 = f(e3, 2);
939 constexpr int testc = f(e3, 3);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 49 constexpr enum E3 { V3 } e3 = V3; variable in typeref:enum:E3
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted copy}}
159 template struct CopyAssign<E3>; // expected-note {{here}}
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt_aes.cpp 217 static const unsigned int E3[256] = {
458 E3[block[(i + C3) % Nb] & 0xFF]))
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 32 E3 = E2
  /external/webp/src/dsp/
rescaler_sse2.c 273 const __m128i E3 = _mm_srli_epi64(D3, WEBP_RESCALER_RFIX);
274 ProcessRow(&E0, &E1, &E2, &E3, &mult, dst + x_out);
319 const __m128i E3 = _mm_sub_epi64(A3, D3);
326 ProcessRow(&E0, &E1, &E2, &E3, &mult_xy, dst + x_out);
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 176 enum E3 { e3a = (1u << 31) - 1 } e3; variable in typeref:enum:E3
192 // CHECK: %[[E3:.*]] = icmp ule i32 {{.*}}, 2147483647
193 // CHECK: br i1 %[[E3]]
195 int c = e3;
235 // CHECK: %[[E3:.*]] = icmp eq i64 %[[MISALIGN]], 0
238 // CHECK: %[[E123:.*]] = and i1 %[[E12]], %[[E3]]
  /external/caliper/examples/src/main/java/examples/
EnumSetContainsBenchmark.java 58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17,
64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17,
  /external/svox/pico/lib/
picopam.c 209 picoos_uint8 e3_e4_word; /* E3,E4 */
303 #define E3 34
    [all...]

Completed in 1163 milliseconds