HomeSort by relevance Sort by last modified time
    Searched defs:e0 (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/test/FixIt/
fixit-c90.c 15 enum e0 { enum
  /external/clang/test/CodeGen/
openmp_default_simd_align.c 3 enum e0 { E0 }; enum
5 enum e0 a:31;
alignof.c 4 enum e0 { E0 }; enum
6 enum e0 a:31;
2007-04-11-PR1321.c 4 unsigned int e0 : 17; member in struct:X
  /external/clang/test/SemaTemplate/
template-decl-fail.cpp 9 enum e0 {}; enum
10 template<int x> enum e0 f0(int a=x) {}
enum-argument.cpp 29 enum { e0 = 32 }; enumerator in enum:rdar8020920::X::__anon16959
31 unsigned long long bitfield : e0;
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosl.c 54 int e0; local
75 e0 = __ieee754_rem_pio2l(x, y);
79 switch (e0 & 3) {
s_sinl.c 49 int e0, s; local
73 e0 = __ieee754_rem_pio2l(x, y);
77 switch (e0 & 3) {
s_tanl.c 55 int e0, s; local
79 e0 = __ieee754_rem_pio2l(x, y);
83 switch (e0 & 3) {
e_rem_pio2f.c 52 int32_t e0,n,ix,hx; local
78 e0 = (ix>>23)-150; /* e0 = ilogb(|x|)-23; */
79 SET_FLOAT_WORD(z, ix - ((int32_t)(e0<<23)));
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
e_rem_pio2.c 59 int32_t e0,i,j,nx,n,ix,hx; local
174 e0 = (ix>>20)-1046; /* e0 = ilogb(z)-23; */
175 INSERT_WORDS(z, ix - ((int32_t)(e0<<20)), low);
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
  /external/libcxx/test/std/language.support/support.exception/except.nested/
assign.pass.cpp 33 std::nested_exception e0; local
35 e = e0;
47 std::nested_exception e0;
49 e = e0;
ctor_copy.pass.cpp 33 std::nested_exception e0; local
34 std::nested_exception e = e0;
46 std::nested_exception e0;
47 std::nested_exception e = e0;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.exception/except.nested/
assign.pass.cpp 33 std::nested_exception e0; local
35 e = e0;
47 std::nested_exception e0;
49 e = e0;
ctor_copy.pass.cpp 33 std::nested_exception e0; local
34 std::nested_exception e = e0;
46 std::nested_exception e0;
47 std::nested_exception e = e0;
  /external/jemalloc/test/integration/
thread_tcache_enabled.c 16 bool e0, e1; local
19 if ((err = mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL,
29 if (e0) {
31 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
33 assert_true(e0, "tcache should be enabled");
37 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
39 assert_false(e0, "tcache should be disabled");
42 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
44 assert_true(e0, "tcache should be enabled");
47 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz
    [all...]
  /external/modp_b64/
modp_b64_data.h 6 static const char e0[256] = { variable
  /external/clang/test/Modules/Inputs/
DebugObjC.h 25 e0 = 0 enumerator in enum:__anon16354
  /external/eigen/demos/opengl/
icosphere.cpp 76 int e0 = indices[i+k]; local
78 ids0[k] = e0;
79 if (e1>e0)
80 std::swap(e0,e1);
81 Key edgeKey = Key(e0) | (Key(e1)<<32);
87 mVertices.push_back( (mVertices[e0]+mVertices[e1]).normalized() );

Completed in 513 milliseconds

1 2 3 4 5