Home
last modified time | relevance | path

Searched refs:d01 (Results 1 – 24 of 24) sorted by relevance

/third_party/iptables/extensions/
Dlibxt_iprange.txlate10 ip6tables-translate -A INPUT -m iprange ! --dst-range ::2d01-::2d03 -j ACCEPT
11 nft add rule ip6 filter INPUT ip6 daddr != ::2d01-::2d03 counter accept
13 ip6tables-translate -A INPUT -m iprange ! --dst-range ::2d01-::2d03 --src-range ::2d01-::2d03 -j AC…
14 nft add rule ip6 filter INPUT ip6 saddr ::2d01-::2d03 ip6 daddr != ::2d01-::2d03 counter accept
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv3x3_int8.c24 int16x8_t d01 = vsubq_s16(vld1q_s16(tmp_data + 8), zp); in Conv3x3Int8InputUnit() local
44 int16x8_t t01 = vsubq_s16(d01, d21); in Conv3x3Int8InputUnit()
106 int16_t d01 = (local_ptr + C8NUM)[0] - input_zp; in Conv3x3Int8InputUnit()
126 int16_t t01 = d01 - d21; in Conv3x3Int8InputUnit()
498 int32x4_t d01 = vaddq_s32(vshrq_n_s32(vsubq_s32(vsubq_s32(t01, t02), t03), 1), bias_ptr); in Conv3x3Int8OutputUnit() local
529 d01 = vqshlq_s32(d01, ls); in Conv3x3Int8OutputUnit()
530 d01 = vqrdmulhq_s32(d01, out_multiplier); in Conv3x3Int8OutputUnit()
531 carry = vandq_s32(d01, rs); in Conv3x3Int8OutputUnit()
533 d01 = vqaddq_s32(d01, carry); in Conv3x3Int8OutputUnit()
534 d01 = vqrshlq_s32(d01, rs); in Conv3x3Int8OutputUnit()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/avx/
DTiledC4MatMulFp32.c48 __m256 d01 = _mm256_mul_ps(in0, w1); in TiledC4MatmulFp32() local
67 d01 = _mm256_fmadd_ps(in0, w1, d01); in TiledC4MatmulFp32()
76 _mm256_storeu_ps(cur_dst, padd(d00, d01, d02, d03)); in TiledC4MatmulFp32()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp430 const GLfloat d01 = 0.4; in TEST_P() local
441 glClearDepthf(d01); in TEST_P()
467 d01, d01, d11, d11, d01, d01, d11, d11}; in TEST_P()
481 d00, d00, d00, d10, d01 - eps, d01, d01, d11 - eps, in TEST_P()
484 d00 + eps, d10, d10, d10 + eps, d01, d11, d11, d11, in TEST_P()
485 d01, d11, d11, d11, d01 + eps, d11, d11, d11 + eps, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDepthStencilFormatsTest.cpp334 const GLfloat d01 = 0.4; in depthStencilReadbackCase() local
347 glClearDepthf(d01); in depthStencilReadbackCase()
368 ASSERT_NEAR(pixels[0 + destRes], d01, kEpsilon); in depthStencilReadbackCase()
382 ASSERT_NEAR(pixels[0 + destRes], scale(d01), kEpsilon); in depthStencilReadbackCase()
664 const GLfloat d01 = 0.4; in TEST_P() local
675 glClearDepthf(d01); in TEST_P()
701 d01, d01, d11, d11, d01, d01, d11, d11}; in TEST_P()
715 d00, d00, d00, d10, d01 - eps, d01, d01, d11 - eps, in TEST_P()
718 d00 + eps, d10, d10, d10 + eps, d01, d11, d11, d11, in TEST_P()
719 d01, d11, d11, d11, d01 + eps, d11, d11, d11 + eps, in TEST_P()
/third_party/skia/src/core/
DSkMaskBlurFilter.cpp692 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument
696 Sk8h answer = *d01 + v1; in blur_y_radius_1()
697 *d01 = *d12 + v0; in blur_y_radius_1()
706 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument
711 Sk8h answer = *d01 + v2; in blur_y_radius_2()
712 *d01 = *d12 + v1; in blur_y_radius_2()
723 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument
729 Sk8h answer = *d01 + v3; in blur_y_radius_3()
730 *d01 = *d12 + v2; in blur_y_radius_3()
743 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument
[all …]
/third_party/flutter/skia/src/core/
DSkMaskBlurFilter.cpp689 Sk8h* d01, Sk8h* d12, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_1() argument
693 Sk8h answer = *d01 + v1; in blur_y_radius_1()
694 *d01 = *d12 + v0; in blur_y_radius_1()
703 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h*, Sk8h*, Sk8h*, Sk8h*) { in blur_y_radius_2() argument
708 Sk8h answer = *d01 + v2; in blur_y_radius_2()
709 *d01 = *d12 + v1; in blur_y_radius_2()
720 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h*, Sk8h*) { in blur_y_radius_3() argument
726 Sk8h answer = *d01 + v3; in blur_y_radius_3()
727 *d01 = *d12 + v2; in blur_y_radius_3()
740 Sk8h* d01, Sk8h* d12, Sk8h* d23, Sk8h* d34, Sk8h* d45, Sk8h* d56, Sk8h* d67, Sk8h* d78) { in blur_y_radius_4() argument
[all …]
/third_party/python/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py208 def d01(a=1): pass function
209 d01()
210 d01(1)
211 d01(*(1,))
212 d01(**{'a':2})
Dpy3_test_grammar.py220 def d01(a=1): pass function
221 d01()
222 d01(1)
223 d01(*(1,))
224 d01(**{'a':2})
/third_party/python/Lib/test/
Dtest_grammar.py599 def d01(a=1): pass function
600 d01()
601 d01(1)
602 d01(*(1,))
603 d01(*[] or [2])
604 d01(*() or (), *{} and (), **() or {})
605 d01(**{'a':2})
606 d01(**{'a':2} or {})
D_test_multiprocessing.py4317 d01 = Foo()
4318 util.Finalize(d01, conn.send, args=('d01',), exitpriority=0)
/third_party/openssl/test/
Dsanitytest.c30 a01, b01, c01, d01, e01, f01, g01, h01, i01, j01, in test_sanity_enum_size() enumerator
/third_party/skia/samplecode/
DSampleDegenerateQuads.cpp172 SkScalar d01 = (t0 - t1).length(); in inside_triangle() local
176 if (SkScalarNearlyZero(d12) || SkScalarNearlyZero(d20) || SkScalarNearlyZero(d01)) { in inside_triangle()
184 bary[2] = d0 * d01; in inside_triangle()
/third_party/flutter/skia/samplecode/
DSampleDegenerateQuads.cpp166 SkScalar d01 = (t0 - t1).length(); in inside_triangle() local
170 if (SkScalarNearlyZero(d12) || SkScalarNearlyZero(d20) || SkScalarNearlyZero(d01)) { in inside_triangle()
178 bary[2] = d0 * d01; in inside_triangle()
/third_party/ffmpeg/libavcodec/
Djrevdct.c1139 int d00, d01, d10, d11; in ff_j_rev_dct2() local
1143 d01 = data[0+0*DCTSTRIDE] - data[1+0*DCTSTRIDE]; in ff_j_rev_dct2()
1148 data[1+0*DCTSTRIDE]= (d01 + d11)>>3; in ff_j_rev_dct2()
1150 data[1+1*DCTSTRIDE]= (d01 - d11)>>3; in ff_j_rev_dct2()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java815 Date d01 = tempcal.getTime(); in Test4108764() local
831 if (!cal.getTime().equals(d01)) { in Test4108764()
833 d01 + ", got " + cal.getTime()); in Test4108764()
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log121 000000000105812c: 0000: 48881d01 00000000
779 00000000010543c0: 0240: 000000fc 000000fc 48a98b01 0000000f 40880b02 00000000 00000001 40880d01
1051 00000000010543dc: 0000: 40880d01 0000000f
Dglxgears-a420.log18 t0 write UNKNOWN_0D01 (0d01)
20 108ce020: 0000: 00000d01 00000001
Dfd-clouds.log109 0000000001d9110c: 0000: 48881d01 00000000
295 0000000001d9130c: 0000: 40880d01 0000000f
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java812 Date d01 = tempcal.getTime(); in Test4108764() local
828 if (!cal.getTime().equals(d01)) { in Test4108764()
830 d01 + ", got " + cal.getTime()); in Test4108764()
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1665 auto const d01 = -y / ((x01 *= x01) += (y * y)); in atan2() local
1669 auto const f = [&d00, &d01, &d10](size_t i, size_t j) { in atan2()
1670 return i ? d10[i - 1][j] / i : j ? d01[j - 1] / j : d00; in atan2()
/third_party/icu/icu4c/source/test/intltest/
Dcalregts.cpp1280 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56); in test4108764() local
1289 if (cal->getTime(status) != d01) in test4108764()
/third_party/libxml2/result/noent/
Datt4.sax22023 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='55"/...', 2)
4797 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='342....', 5)
7571 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='50"/...', 2)
10345 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='34.0...', 6)
13119 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='0"/>...', 1)
15893 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='25.3...', 6)
18667 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='125....', 7)
21441 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='0"/>...', 1)
24215 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='124....', 7)
26989 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='-183...', 5)
[all …]
/third_party/libxml2/result/
Datt4.sax22023 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='55"/...', 2)
4797 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='342....', 5)
7571 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='50"/...', 2)
10345 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='34.0...', 6)
13119 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='0"/>...', 1)
15893 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='25.3...', 6)
18667 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='125....', 7)
21441 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='0"/>...', 1)
24215 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='124....', 7)
26989 SAX.startElementNs(val, NULL, NULL, 0, 2, 0, o='1d01...', 6, v='-183...', 5)
[all …]