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

1 2 3

  /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::__anon7048
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);
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/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/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);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapPutTester.java 37 K k0 = samples.e0.getKey();
39 V v0 = samples.e0.getValue();
48 expectAdded(samples.e0);
55 K k0 = samples.e0.getKey();
56 V v0 = samples.e0.getValue();
69 getMap().put(samples.e0.getKey(), samples.e0.getValue());
71 expectAdded(samples.e0, samples.e1);
78 K k0 = samples.e0.getKey();
80 V v0 = samples.e0.getValue()
    [all...]
  /external/speex/libspeex/
ltp_bfin.h 162 spx_word32_t e0; local
179 e0=inner_prod(sw, sw, len);
295 g = DIV32(corr[i-start], 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(energy[i-start])),6));

Completed in 2725 milliseconds

1 2 3