/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_avg_neon.c | 49 uint8x16_t s01, d01; in vpx_convolve_avg_neon() local 59 d01 = vcombine_u8(d0, d1); in vpx_convolve_avg_neon() 60 d01 = vrhaddq_u8(s01, d01); in vpx_convolve_avg_neon() 62 vst1_u8(dst, vget_low_u8(d01)); in vpx_convolve_avg_neon() 64 vst1_u8(dst, vget_high_u8(d01)); in vpx_convolve_avg_neon()
|
D | highbd_vpx_convolve_avg_neon.c | 30 uint16x8_t s01, d01; in vpx_highbd_convolve_avg_neon() local 39 d01 = vcombine_u16(d0, d1); in vpx_highbd_convolve_avg_neon() 40 d01 = vrhaddq_u16(s01, d01); in vpx_highbd_convolve_avg_neon() 41 vst1_u16(dst, vget_low_u16(d01)); in vpx_highbd_convolve_avg_neon() 43 vst1_u16(dst, vget_high_u16(d01)); in vpx_highbd_convolve_avg_neon()
|
D | highbd_vpx_convolve8_neon.c | 159 uint16x8_t d01, d23; in vpx_highbd_convolve8_horiz_neon() local 189 d01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7)); in vpx_highbd_convolve8_horiz_neon() 191 d01 = vminq_u16(d01, max); in vpx_highbd_convolve8_horiz_neon() 193 transpose_u16_4x4q(&d01, &d23); in vpx_highbd_convolve8_horiz_neon() 195 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01)); in vpx_highbd_convolve8_horiz_neon() 197 vst1_u16(dst + 2 * dst_stride, vget_high_u16(d01)); in vpx_highbd_convolve8_horiz_neon() 368 uint16x8_t d01, d23, t01, t23; in vpx_highbd_convolve8_avg_horiz_neon() local 404 d01 = vcombine_u16(vld1_u16(dst + 0 * dst_stride), in vpx_highbd_convolve8_avg_horiz_neon() 408 d01 = vrhaddq_u16(d01, t01); in vpx_highbd_convolve8_avg_horiz_neon() 411 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01)); in vpx_highbd_convolve8_avg_horiz_neon() [all …]
|
D | idct4x4_add_neon.c | 26 uint8x8_t d01, d32; in vpx_idct4x4_16_add_neon() local 53 d01 = vqmovun_s16(vreinterpretq_s16_u16(d01_u16)); in vpx_idct4x4_16_add_neon() 56 store_u8(dest, stride, d01); in vpx_idct4x4_16_add_neon()
|
D | vpx_convolve8_neon.c | 74 uint8x8_t d01, d23; in vpx_convolve8_horiz_neon() local 125 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7); in vpx_convolve8_horiz_neon() 127 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_horiz_neon() 130 vreinterpret_u32_u8(d01), 0); in vpx_convolve8_horiz_neon() 134 vreinterpret_u32_u8(d01), 1); in vpx_convolve8_horiz_neon() 327 uint8x8_t d01, d23; in vpx_convolve8_avg_horiz_neon() local 379 d01 = vqrshrun_n_s16(vcombine_s16(d0, d1), 7); in vpx_convolve8_avg_horiz_neon() 381 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_avg_horiz_neon() 388 vrhaddq_u8(vreinterpretq_u8_u32(d0123), vcombine_u8(d01, d23))); in vpx_convolve8_avg_horiz_neon() 498 uint8x16_t d01, d23, d45, d67; in vpx_convolve8_avg_horiz_neon() local [all …]
|
/external/skqp/src/core/ |
D | SkMaskBlurFilter.cpp | 716 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument 720 Sk8h answer = *d01 + v1; in blur_y_radius_1() 721 *d01 = *d12 + v0; in blur_y_radius_1() 730 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument 735 Sk8h answer = *d01 + v2; in blur_y_radius_2() 736 *d01 = *d12 + v1; in blur_y_radius_2() 747 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument 753 Sk8h answer = *d01 + v3; in blur_y_radius_3() 754 *d01 = *d12 + v2; in blur_y_radius_3() 767 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument [all …]
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 716 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument 720 Sk8h answer = *d01 + v1; in blur_y_radius_1() 721 *d01 = *d12 + v0; in blur_y_radius_1() 730 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument 735 Sk8h answer = *d01 + v2; in blur_y_radius_2() 736 *d01 = *d12 + v1; in blur_y_radius_2() 747 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument 753 Sk8h answer = *d01 + v3; in blur_y_radius_3() 754 *d01 = *d12 + v2; in blur_y_radius_3() 767 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
D | MullerSolver.java | 227 final double d01 = (y1 - y0) / (x1 - x0); in solve() local 229 final double d012 = (d12 - d01) / (x2 - x0); in solve() 230 final double c1 = d01 + (x1 - x0) * d012; in solve()
|
/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 118 # qhasm: reg128 d01 577 # qhasm: d01 = mem128[input_2];input_2+=16 578 # asm 1: vld1.8 {>d01=reg128#12%bot->d01=reg128#12%top},[<input_2=int32#2]! 579 # asm 2: vld1.8 {>d01=d22->d01=d23},[<input_2=r1]! 672 # qhasm: d01 d23 = d01[0] d23[0] d01[1] d23[1] 673 # asm 1: vswp <d23=reg128#2%bot,<d01=reg128#12%top 674 # asm 2: vswp <d23=d2,<d01=d23 694 # qhasm: mid = d01[1]d23[0] mid[2,3] 695 # asm 1: vext.32 <mid=reg128#1%bot,<d01=reg128#12%bot,<d23=reg128#2%bot,#1 696 # asm 2: vext.32 <mid=d0,<d01=d22,<d23=d2,#1 [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 468 def d01(a=1): pass function 469 d01() 470 d01(1) 471 d01(*(1,)) 472 d01(*[] or [2]) 473 d01(*() or (), *{} and (), **() or {}) 474 d01(**{'a':2}) 475 d01(**{'a':2} or {})
|
D | _test_multiprocessing.py | 2999 d01 = Foo() 3000 util.Finalize(d01, conn.send, args=('d01',), exitpriority=0)
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 196 def d01(a=1): pass function 197 d01() 198 d01(1) 199 d01(*(1,)) 200 d01(**{'a':2})
|
D | py2_test_grammar.py | 208 def d01(a=1): pass function 209 d01() 210 d01(1) 211 d01(*(1,)) 212 d01(**{'a':2})
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 208 def d01(a=1): pass function 209 d01() 210 d01(1) 211 d01(*(1,)) 212 d01(**{'a':2})
|
D | py3_test_grammar.py | 196 def d01(a=1): pass function 197 d01() 198 d01(1) 199 d01(*(1,)) 200 d01(**{'a':2})
|
/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 211 def d01(a=1): pass function 212 d01() 213 d01(1) 214 d01(*(1,)) 215 d01(**{'a':2})
|
D | test_multiprocessing.py | 2062 d01 = Foo() 2063 util.Finalize(d01, conn.send, args=('d01',), exitpriority=0)
|
/external/perfetto/src/ftrace_reader/ |
D | cpu_reader_unittest.cc | 1587 00000700: 6d01 0001 ac79 0100 6d01 0001 8406 0000 m....y..m....... in TEST() 1632 000009d0: 0100 0000 0000 0000 483b 0900 4d01 0001 ........H;..M... in TEST() 1667 00000c00: 6d01 0001 8015 0000 2000 3010 2901 0001 m....... .0.)... 1674 00000c70: 0800 0000 0500 0000 6cdd 0000 6d01 0001 ........l...m... 1707 00000e80: 6d01 0001 8015 0000 2000 3010 e128 0000 m....... .0..(..
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 343 d00, d01, d10, d11, in BilinearInterpFloat() local 363 d01 = DENS(X0, Y1); in BilinearInterpFloat() 368 dx1 = LERP(fx, d01, d11); in BilinearInterpFloat() 396 int d00, d01, d10, d11, in BilinearInterp16() local 421 d01 = DENS(X0, Y1); in BilinearInterp16() 426 dx1 = LERP(rx, d01, d11); in BilinearInterp16()
|
/external/tcpdump/tests/ |
D | isis-areaaddr-oobr-2.out | 249 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 437 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 625 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 813 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1001 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1189 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1377 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1565 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1753 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 1941 0x0000: 0d01 0e0d 0000 0000 0000 0000 0000 [all …]
|
/external/elfutils/tests/ |
D | run-readelf-zp.sh | 154 [ d01] __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
|
D | run-strings-test.sh | 128 testfile4: d01 __cxa_finalize
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 815 Date d01 = tempcal.getTime(); in Test4108764() local 831 if (!cal.getTime().equals(d01)) { in Test4108764() 833 d01 + ", got " + cal.getTime()); in Test4108764()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 812 Date d01 = tempcal.getTime(); in Test4108764() local 828 if (!cal.getTime().equals(d01)) { in Test4108764() 830 d01 + ", got " + cal.getTime()); in Test4108764()
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 1276 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); in test4108764() local 1285 if (cal->getTime(status) != d01) in test4108764()
|