Searched defs:e0 (Results 1 - 25 of 67) sorted by relevance

123

/external/clang/test/FixIt/
H A Dfixit-c90.c15 enum e0 { enum
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_engine_move.pass.cpp26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_engine_move.pass.cpp26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_engine_move.pass.cpp26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
/external/clang/test/CodeGen/
H A Dalignof.c4 enum e0 { E0 }; enum
6 enum e0 a:31;
H A D2007-04-11-PR1321.c4 unsigned int e0 : 17; member in struct:X
/external/clang/test/SemaTemplate/
H A Dtemplate-decl-fail.cpp9 enum e0 {}; enum
10 template<int x> enum e0 f0(int a=x) {}
H A Denum-argument.cpp29 enum { e0 = 32 }; enumerator in enum:rdar8020920::X::__anon19447
31 unsigned long long bitfield : e0;
/external/chromium_org/third_party/modp_b64/
H A Dmodp_b64_data.h7 static const char e0[256] = { variable
/external/jemalloc/test/integration/
H A Dthread_tcache_enabled.c16 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,
[all...]
/external/libcxx/test/language.support/support.exception/except.nested/
H A Dassign.pass.cpp31 std::nested_exception e0; local
33 e = e0;
44 std::nested_exception e0;
46 e = e0;
H A Dctor_copy.pass.cpp31 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/sandbox/linux/seccomp-bpf/
H A Derrorcode_unittest.cc18 ErrorCode e0; local
19 SANDBOX_ASSERT(e0.err() == SECCOMP_RET_INVALID);
45 ErrorCode e0 = sandbox.Trap(NULL, "a"); local
47 SANDBOX_ASSERT((e0.err() & SECCOMP_RET_DATA) + 1 ==
51 SANDBOX_ASSERT((e0.err() & SECCOMP_RET_DATA) ==
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
44 v[0] = (VERTEX *)GET_VERTEX(e0);
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
80 if (ef[e0]) LINE( v[0], v[1] );
100 GLuint e0, GLuint e1,
108 v[0] = (VERTEX *)GET_VERTEX(e0);
136 if (ef[e0]) POINT( v[0] );
143 if (ef[e0]) LIN
35 unfilled_tri( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2 ) argument
98 unfilled_quad( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
44 v[0] = (VERTEX *)GET_VERTEX(e0);
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
80 if (ef[e0]) LINE( v[0], v[1] );
100 GLuint e0, GLuint e1,
108 v[0] = (VERTEX *)GET_VERTEX(e0);
136 if (ef[e0]) POINT( v[0] );
143 if (ef[e0]) LIN
35 unfilled_tri( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2 ) argument
98 unfilled_quad( struct gl_context *ctx, GLenum mode, GLuint e0, GLuint e1, GLuint e2, GLuint e3 ) argument
[all...]
/external/eigen/demos/opengl/
H A Dicosphere.cpp76 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/
H A De_rem_pio2.c92 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);
H A Dk_rem_pio2.c15 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
16 * double x[],y[]; int e0,nx,prec; int ipio2[];
34 * of x[0] is given in input parameter e0 (i.e., x[0]*2^e0
38 * e0 = ieee_ilogb(z)-23
39 * z = ieee_scalbn(z,-e0)
60 * e0 The exponent of x[0]
94 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
96 * e0-3-24*jv >= 0 or (e0
164 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSampleElements.java30 public final E e0; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { argument
37 this.e0 = e0;
68 Helpers.mapEntry(keys.e0, values.e0),
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c52 GLuint e0,
65 GLuint e0,
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
91 GLuint e0,
98 if (ef[e0]) _swrast_Point( ctx, v0 );
109 GLuint e0,
119 SWvertex *v0 = &verts[e0];
149 render(ctx, ef, e0, e1, e2, v0, v1, v2);
157 render(ctx, ef, e0, e
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
108 _swsetup_render_tri(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2, GLuint facing, swsetup_edge_render_prim_tri render) argument
[all...]
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 ) argument
47 v[0] = &verts[e0];
84 SS_COLOR(v[0]->color, vbcolor[e0]);
89 COPY_4V(v[0]->attrib[FRAG_ATTRIB_COL0], vbcolor[e0]);
117 SS_SPEC(v[0]->attrib[FRAG_ATTRIB_COL1], vbspec[e0]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/external/chromium_org/third_party/speex/libspeex/
H A Dpseudofloat.h288 int e0=0,e=0; local
296 e0 = spx_ilog2(b)-14;
297 b = VSHR32(b, e0);
298 e0 = -e0;
307 e += e0;
/external/chromium_org/v8/third_party/fdlibm/
H A Dfdlibm.cc116 int __kernel_rem_pio2(double* x, double* y, int e0, int nx) { argument
120 int32_t jv = (e0 - 3) / 24;
122 int32_t q0 = e0 - 24 * (jv + 1);
258 int32_t e0 = (ix >> 20) - 1046; local
260 zi |= static_cast<uint64_t>(ix - (e0 << 20)) << 32;
272 int n = __kernel_rem_pio2(tx, y, e0, nx);
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon18809
/external/clang/test/Sema/
H A Dfunction-redecl.c127 enum e0 {one}; enum
129 void f3(enum e0 x) {}

Completed in 1059 milliseconds

123