/external/clang/test/FixIt/ |
fixit-c90.c | 15 enum e0 { enum
|
/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::__anon23259 31 unsigned long long bitfield : e0;
|
/external/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));
|
/external/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));
|
/external/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));
|
/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);
|
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/clang/test/CodeGen/ |
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/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;
|
/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/chromium_org/third_party/modp_b64/ |
modp_b64_data.h | 7 static const char e0[256] = { variable
|
/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/chromium_org/sandbox/linux/seccomp-bpf/ |
errorcode_unittest.cc | 15 ErrorCode e0; local 16 SANDBOX_ASSERT(e0.err() == SECCOMP_RET_INVALID); 42 ErrorCode e0 = sandbox.Trap(NULL, "a"); local 44 SANDBOX_ASSERT((e0.err() & SECCOMP_RET_DATA) + 1 == 48 SANDBOX_ASSERT((e0.err() & SECCOMP_RET_DATA) ==
|
/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() );
|
/external/fdlibm/ |
e_rem_pio2.c | 92 int e0,i,j,nx,n,ix,hx; local 163 e0 = (ix>>20)-1046; /* e0 = ieee_ilogb(z)-23; */ 164 __HI(z) = ix - (e0<<20); 172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
|