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

12

/external/clang/test/FixIt/
H A Dfixit-c90.c15 enum e0 { enum
/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.cpp28 enum { e0 = 32 }; enumerator in enum:rdar8020920::X::__anon4786
30 unsigned long long bitfield : e0;
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h16 static const char e0[256] = { variable
/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/clang/test/CodeGenCXX/
H A Dconst-init.cpp20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon4348
/external/clang/test/Sema/
H A Dfunction-redecl.c129 enum e0 {one}; enum
131 void f3(enum e0 x) {}
H A Denum.c57 enum e0 { // expected-note {{previous definition is here}} enum
58 E0 = sizeof(enum e0 { E1 }), // expected-error {{nested redefinition}}
/external/speex/libspeex/
H A Dltp_bfin.h162 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));
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;
H A Dltp.c178 spx_word32_t e0; local
231 e0=inner_prod(sw, sw, len);
298 g = DIV32(SHL32(EXTEND32(corr16[i-start]),cshift), 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(SHL32(EXTEND32(ener16[i-start]),eshift))),6));
428 spx_word16_t e0=exc2[-pitch-1+i]; local
432 e0 = SHR16(e0,1);
434 x[i][0]=MULT16_16_Q14(r[0], e0);
436 x[i][j+1]=ADD32(x[i+1][j],MULT16_16_P14(r[j+1], e0));
/external/clang/test/SemaCXX/
H A Denum.cpp77 enum E { e0 }; enumerator in enum:PR7051::E
/external/icu4c/test/intltest/
H A Ditercoll.cpp349 int32_t e0 = i->next(status); // save the first collation element local
387 else if (e != e0)
389 errln("got 0x%X, expected 0x%X", e, e0);
/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp195 int e0 = _edges[0] & 1; local
207 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
/external/skia/samplecode/
H A DSampleColorFilter.cpp54 int e0 = 0; local
74 e0 += err0;
81 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc386 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); local
389 addr_max = max(e0, e1);
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp778 ir_rvalue *e0, *e1, *result; local
780 e0 = new(mem_ctx) ir_dereference_array(op0->clone(mem_ctx, NULL),
784 result = do_comparison(mem_ctx, operation, e0, e1);
800 ir_rvalue *e0, *e1, *result; local
803 e0 = new(mem_ctx) ir_dereference_record(op0->clone(mem_ctx, NULL),
807 result = do_comparison(mem_ctx, operation, e0, e1);
/external/skia/src/core/
H A DSkConcaveToTriangles.cpp218 VertexType classify(Vertex **e0, Vertex **e1);
455 Vertex::VertexType Vertex::classify(Vertex **e0, Vertex **e1) { argument
469 *e0 = prev();
472 // The are both above: sort so that e0 is on the left.
475 *e0 = this;
478 *e0 = prev();
485 *e0 = this; // flat to the left
489 *e0 = prev(); // concave to the left
497 *e0 = this;
500 // They are both below: sort so that e0 i
583 Vertex *e0, *e1; local
608 Vertex *e0, *e1; local
711 Vertex *e0, *e1; local
[all...]
/external/opencv/cv/src/
H A Dcvstereogc.cpp169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; local
200 e0 = ei ^ vt;
212 if( e0 > 0 )
220 if( e0 <= 0 )
224 min_weight = edges[e0].weight;
229 for( v = edges[e0^k].dst;; v = edges[ei].dst )
243 edges[e0].weight -= min_weight;
244 edges[e0^1].weight += min_weight;
250 for( v = edges[e0^k].dst;; v = edges[ei].dst )
280 e0
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_opt.c2561 IRTemp e0; member in struct:__anon13375::__anon13377::__anon13383
2602 && a1->u.Mttt.e0 == a2->u.Mttt.e0
2638 IRExpr_RdTmp(ae->u.Mttt.e0),
2681 ae->u.Mttt.e0 = subst_AvailExpr_Temp( env, ae->u.Mttt.e0 );
2753 ae->u.Mttt.e0 = e->Iex.Mux0X.expr0->Iex.RdTmp.tmp;
/external/webp/src/dsp/
H A Denc_sse2.c366 // e0 = b0 + b1
368 const __m128i e0 = _mm_add_epi16(b01, b11); local
370 const __m128i e02 = _mm_unpacklo_epi64(e0, e2);

Completed in 2367 milliseconds

12