HomeSort by relevance Sort by last modified time
    Searched defs:e0 (Results 26 - 50 of 75) sorted by null

12 3

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SampleElements.java 30 public final E e0; field in class:SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) {
37 this.e0 = e0;
68 Helpers.mapEntry(keys.e0, values.e0),
  /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));
pseudofloat.h 288 int e0=0,e=0; local
296 e0 = spx_ilog2(b)-14;
297 b = VSHR32(b, e0);
298 e0 = -e0;
307 e += e0;
ltp.c 178 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));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 59 int e0 = d0 + d3; local
63 int f0 = e0 + e2;
65 int f2 = e0 - e2;
armVCM4P10_TransformResidual4x4.c 60 int e0 = d0 + d2; local
64 int f0 = e0 + e3;
67 int f3 = e0 - e3;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 68 int e0,ex,i,j,nx; local
124 e0 = ex - BIAS - 23; /* e0 = ilogb(|x|)-23; */
125 u1.xbits.expsign = ex - e0;
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
  /external/chromium_org/third_party/speex/libspeex/
pseudofloat.h 288 int e0=0,e=0; local
296 e0 = spx_ilog2(b)-14;
297 b = VSHR32(b, e0);
298 e0 = -e0;
307 e += e0;
ltp.c 178 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/chromium_org/v8/third_party/fdlibm/
fdlibm.cc 116 int __kernel_rem_pio2(double* x, double* y, int e0, int nx) {
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/
const-init.cpp 20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon23427
  /external/clang/test/Sema/
function-redecl.c 127 enum e0 {one}; enum
129 void f3(enum e0 x) {}
enum.c 57 enum e0 { // expected-note {{previous definition is here}} enum
58 E0 = sizeof(enum e0 { E1 }), // expected-error {{nested redefinition}}
  /external/fio/crc/
sha256.c 38 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22)) macro
87 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
89 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
91 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
93 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
95 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
97 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
99 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
101 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
104 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2
    [all...]
sha512.c 70 #define e0(x) (RORuint64_t(x,28) ^ RORuint64_t(x,34) ^ RORuint64_t(x,39)) macro
125 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
127 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
129 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2;
131 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2;
133 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2;
135 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2;
137 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2;
139 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 87 int e0 = s0 + (int) (rnd.nextInt(length - s0) * d); local
88 if (e0 >= length) { e0 = s0 + 1; }
96 int st = s0, et = e0;
98 e0 = e1;
103 if (e0 > s1) { e0 = s1; }
105 // Swap the ranges [s0, e0) and [s1, e1) into fuzzyHtml1.
113 for (i0 = e0; i0 < s1; ++i0, ++i1) {
116 for (i0 = s0; i0 < e0; ++i0, ++i1)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 349 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/chromium_org/third_party/skia/samplecode/
SampleColorFilter.cpp 57 int e0 = 0; local
77 e0 += err0;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
  /external/clang/test/SemaCXX/
enum.cpp 77 enum E { e0 }; enumerator in enum:PR7051::E
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 404 int32_t e0 = i->next(status); // save the first collation element local
442 else if (e != e0)
444 errln("got 0x%X, expected 0x%X", e, e0);
  /external/opencv/cvaux/src/
cvdpstereo.cpp 195 int e0 = _edges[0] & 1; local
207 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
  /external/skia/samplecode/
SampleColorFilter.cpp 57 int e0 = 0; local
77 e0 += err0;
84 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
  /external/valgrind/main/none/tests/s390x/
cu12.c 270 /* Exhaustively test the 1st byte E0 - EF, and the interval boundaries for
273 uint8_t e0[] = { local
278 0xe0, 0xaa, 0xbb, // random e0 .. ..
280 run_test(buff, sizeof buff, e0, sizeof e0);
297 if (i == 0x00) continue; // special case e0
318 e0[0] = 0xe0; // valid
319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
320 e0[2] = 0x80; // valid
321 run_test(buff, sizeof buff, e0, sizeof e0)
    [all...]
cu12_1.c 270 /* Exhaustively test the 1st byte E0 - EF, and the interval boundaries for
273 uint8_t e0[] = { local
278 0xe0, 0xaa, 0xbb, // random e0 .. ..
280 run_test(buff, sizeof buff, e0, sizeof e0);
297 if (i == 0x00) continue; // special case e0
318 e0[0] = 0xe0; // valid
319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
320 e0[2] = 0x80; // valid
321 run_test(buff, sizeof buff, e0, sizeof e0)
    [all...]
cu14.c 270 /* Exhaustively test the 1st byte E0 - EF, and the interval boundaries for
273 uint8_t e0[] = { local
278 0xe0, 0xaa, 0xbb, // random e0 .. ..
280 run_test(buff, sizeof buff, e0, sizeof e0);
297 if (i == 0x00) continue; // special case e0
318 e0[0] = 0xe0; // valid
319 e0[1] = 0x9f; // invalid because outside [0xa0 .. 0xbf]
320 e0[2] = 0x80; // valid
321 run_test(buff, sizeof buff, e0, sizeof e0)
    [all...]

Completed in 1077 milliseconds

12 3