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

1 23 4 5

  /external/valgrind/none/tests/s390x/
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...]
cu14_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...]
  /prebuilts/go/darwin-x86/src/math/
erfinv.go 17 a0 = 1.1975323115670912564578e0
25 b0 = 1.0000000000000000000e0
34 c0 = 1.42343711074968357734e0
35 c1 = 4.63033784615654529590e0
36 c2 = 5.76949722146069140550e0
37 c3 = 3.64784832476320460504e0
38 c4 = 1.27045825245236838258e0
42 d0 = 1.4142135623730950488016887e0
43 d1 = 2.9036514445419946173133295e0
44 d2 = 2.3707661626024532365971225e0
49 e0 = 6.65790464350110377720e0 const
    [all...]
  /prebuilts/go/linux-x86/src/math/
erfinv.go 17 a0 = 1.1975323115670912564578e0
25 b0 = 1.0000000000000000000e0
34 c0 = 1.42343711074968357734e0
35 c1 = 4.63033784615654529590e0
36 c2 = 5.76949722146069140550e0
37 c3 = 3.64784832476320460504e0
38 c4 = 1.27045825245236838258e0
42 d0 = 1.4142135623730950488016887e0
43 d1 = 2.9036514445419946173133295e0
44 d2 = 2.3707661626024532365971225e0
49 e0 = 6.65790464350110377720e0 const
    [all...]
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZipMergeTest.java 56 StoredEntry e0 = mergedZf.get("dir/"); local
57 assertNotNull(e0);
58 assertSame(StoredEntryType.DIRECTORY, e0.getType());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 98 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before); local
99 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
103 assertTrue(e0.getTimeMillis() > before);
104 assertTrue(e0.getTimeMillis() < between);
109 assertEquals("TEST0", e0.getText(80));
113 e0.close();
180 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before);
181 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
186 assertTrue(e0.getTimeMillis() > before);
187 assertTrue(e1.getTimeMillis() > e0.getTimeMillis())
243 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
311 DropBoxManager.Entry e0 = dropbox.getNextEntry("DropBoxTest", before); local
404 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
490 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, before); local
525 DropBoxManager.Entry e0 = dropbox.getNextEntry(null, 0); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP224R1FieldElement.java 197 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t)
199 SecP224R1Field.multiply(e1, e0, t);
203 SecP224R1Field.multiply(d1, e0, t);
216 int[] e0 = Nat224.create(); local
221 Nat224.copy(e1, e0);
229 RM(nc, d0, e0, d1, e1, f1, t);
254 int[] e0 = Nat224.create(); local
259 Nat224.copy(e1, e0);
265 Mod.invert(SecP224R1Field.P, e0, t);
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct32x32_neon.c 1303 const int16x8x2_t e0 = vpx_vtrnq_s64_to_s16(d0.val[0], d2.val[0]); local
    [all...]
transpose_neon.h 1143 const uint8x16x2_t e0 = vpx_vtrnq_u64_to_u8(d0.val[0], d4.val[0]); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.cpp 173 node *e0 = n->first; local
176 e0->prev = n->prev;
177 if (e0->prev) {
178 e0->prev->next = e0;
180 first = e0;
190 e0->parent = this;
191 e0 = e0->next;
192 } while (e0 != e1->next)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 606 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); local
609 addr_max = max(e0, e1);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
NavigableMapNavigationTester.java 91 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
92 assertNull(navigableMap.lowerKey(samples.e0.getKey()));
93 assertNull(navigableMap.floorEntry(samples.e0.getKey()));
94 assertNull(navigableMap.floorKey(samples.e0.getKey()));
95 assertNull(navigableMap.ceilingEntry(samples.e0.getKey()));
96 assertNull(navigableMap.ceilingKey(samples.e0.getKey()));
97 assertNull(navigableMap.higherEntry(samples.e0.getKey()));
98 assertNull(navigableMap.higherKey(samples.e0.getKey()));
126 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
127 assertNull(navigableMap.lowerKey(samples.e0.getKey()))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 58 int e0 = 0; local
60 e0 = i.next(); // save the first collation element
94 if (e != e0) {
95 errln("got 0x" + Integer.toHexString(e) + ", expected 0x" + Integer.toHexString(e0));
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 55 int e0 = 0; local
57 e0 = i.next(); // save the first collation element
91 if (e != e0) {
92 errln("got 0x" + Integer.toHexString(e) + ", expected 0x" + Integer.toHexString(e0));
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict_neon.c 29 uint8x8_t e0, e1, e2; local
44 e0 = vext_u8(a0, a1, 4);
90 e0 = vqrshrn_n_u16(d0, 7);
97 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1));
103 uint16x8_t b0 = vmull_u8(e0, filter0);
106 const uint8x8_t a0 = vext_u8(e0, e1, 4);
sixtappredict_neon.c 75 uint8x8_t e0, e1; local
152 e0 = vqrshrun_n_s16(d0, 7);
155 store_unaligned_u8q(dst, dst_stride, vcombine_u8(e0, e1));
177 uint8x8_t e0, e1; local
383 e0 = vqrshrun_n_s16(d0, 7);
386 store_unaligned_u8q(dst_ptr, dst_pitch, vcombine_u8(e0, e1));
    [all...]
  /external/webp/src/dsp/
yuv_neon.c 249 const int16x8_t e0 = vrshrq_n_s16(d0, 1); local
251 const int16x8x2_t f = vzipq_s16(e0, e1);
  /external/opencv/cv/src/
cvstereogc.cpp 169 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 = 0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 290 int e0, nd, nd0, scale; member in struct:BCinfo
1198 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 273 int e0, nd, nd0, scale; member in struct:BCinfo
1181 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertions.java 1213 final Map.Entry<ASTPath, E> e0 = iter1.next(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 304 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
309 const __m128i f0 = _mm_add_epi32(e0, k__DCT_CONST_ROUNDING);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_impl_sse2.h 385 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
390 const __m128i f0 = _mm_add_epi32(e0, k__DCT_CONST_ROUNDING);
    [all...]
  /external/python/cpython2/Python/
dtoa.c 290 int e0, nd, nd0, scale; member in struct:BCinfo
1198 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    [all...]

Completed in 568 milliseconds

1 23 4 5