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

1 2 3 4

  /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/Modules/Inputs/
DebugObjC.h 19 e0 = 0 enumerator in enum:__anon9149
  /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::__anon9689
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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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);
  /external/libcxx/test/std/language.support/support.exception/except.nested/
assign.pass.cpp 31 std::nested_exception e0; local
33 e = e0;
44 std::nested_exception e0;
46 e = e0;
ctor_copy.pass.cpp 31 std::nested_exception e0; local
32 std::nested_exception e = e0;
43 std::nested_exception e0;
44 std::nested_exception e = e0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
assign.pass.cpp 31 std::nested_exception e0; local
33 e = e0;
44 std::nested_exception e0;
46 e = e0;
ctor_copy.pass.cpp 31 std::nested_exception e0; local
32 std::nested_exception e = e0;
43 std::nested_exception e0;
44 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", &e0, &sz, NULL, 0))) {
28 if (e0) {
30 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz),
32 assert_true(e0, "tcache should be enabled");
36 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
38 assert_false(e0, "tcache should be disabled");
41 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0,
43 assert_true(e0, "tcache should be enabled");
46 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0
    [all...]
  /external/libweave/third_party/modp_b64/
modp_b64_data.h 6 static const char e0[256] = { variable
  /external/modp_b64/
modp_b64_data.h 6 static const char e0[256] = { variable
  /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 315 milliseconds

1 2 3 4