/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 333 const GLfloat d00 = 0.2; in depthStencilReadbackCase() local 339 glClearDepthf(d00); in depthStencilReadbackCase() 367 ASSERT_NEAR(pixels[0], d00, kEpsilon); in depthStencilReadbackCase() 381 ASSERT_NEAR(pixels[0], scale(d00), kEpsilon); in depthStencilReadbackCase() 663 const GLfloat d00 = 0.2; in TEST_P() local 669 glClearDepthf(d00); in TEST_P() 700 GLfloat init[] = {d00, d00, d10, d10, d00, d00, d1 in TEST_P() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | jrevdct.c | 1141 int d00, d01, d10, d11; in ff_j_rev_dct2() local 1144 d00 = data[0+0*DCTSTRIDE] + data[1+0*DCTSTRIDE]; in ff_j_rev_dct2() 1149 data[0+0*DCTSTRIDE]= (d00 + d10)>>3; in ff_j_rev_dct2() 1151 data[0+1*DCTSTRIDE]= (d00 - d10)>>3; in ff_j_rev_dct2()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | png.c | 3422 png_uint_32 d32, d00; in png_muldiv() 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; in png_muldiv() 3428 d32 = 0, d00 = D; in png_muldiv() 3432 if (s00 < d00) --s32; /* carry */ in png_muldiv() 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; in png_muldiv() 3437 if (s32 == d32 && s00 >= d00) in png_muldiv() 3438 s32 = 0, s00 -= d00, result += 1<<bitshift; in png_muldiv()
|
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/ |
H A D | perl_word.rs | 168 ('\u{d00}', 'ഌ'),
|
H A D | property_bool.rs | 234 ('\u{d00}', 'ഌ'), 1033 ('\u{d00}', '\u{d01}'), 5795 ('\u{d00}', '\u{d01}'), 6322 ('\u{d00}', 'ഌ'), 8539 ('\u{d00}', 'ഃ'), 10082 ('\u{d00}', 'ഌ'),
|
H A D | general_category.rs | 1881 ('\u{d00}', 'ഃ'), 2366 ('\u{d00}', '\u{d01}'),
|
H A D | word_break.rs | 697 ('\u{d00}', 'ഃ'),
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_lpf_sao_msa.c | 37 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_hor_msa() local 57 d00 = dp00 + dq00; in hevc_loopfilter_luma_hor_msa() 76 d0030 = (d00 + d30) >= beta; in hevc_loopfilter_luma_hor_msa() 116 abs(p0[3] - q0[3]) < tc250 && (d00 << 1) < beta20 && in hevc_loopfilter_luma_hor_msa() 461 int32_t dp00, dq00, dp30, dq30, d00, d30; in hevc_loopfilter_luma_ver_msa() local 480 d00 = dp00 + dq00; in hevc_loopfilter_luma_ver_msa() 499 d0030 = (d00 + d30) >= beta; in hevc_loopfilter_luma_ver_msa() 536 abs(p2[-1] - p2[0]) < tc250 && (d00 << 1) < beta20 && in hevc_loopfilter_luma_ver_msa()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_lpf_sao_lsx.c | 42 int32_t dp00, dq00, dp30, dq30, d00, d30, d0030, d0434; in ff_hevc_loop_filter_luma_h_8_lsx() local 59 d00 = dp00 + dq00; in ff_hevc_loop_filter_luma_h_8_lsx() 76 d0030 = (d00 + d30) >= beta; in ff_hevc_loop_filter_luma_h_8_lsx() 105 abs(p0[3] - q0[3]) < tc250 && (d00 << 1) < beta20 && in ff_hevc_loop_filter_luma_h_8_lsx() 450 int32_t dp00, dq00, dp30, dq30, d00, d30; in ff_hevc_loop_filter_luma_v_8_lsx() local 470 d00 = dp00 + dq00; in ff_hevc_loop_filter_luma_v_8_lsx() 488 d0030 = (d00 + d30) >= beta; in ff_hevc_loop_filter_luma_v_8_lsx() 524 abs(p2[-1] - p2[0]) < tc250 && (d00 << 1) < beta20 && in ff_hevc_loop_filter_luma_v_8_lsx()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 810 Date d00 = tempcal.getTime(); in Test4108764() 835 if (!cal.getTime().equals(d00)) in Test4108764() 846 if (!cal.getTime().equals(d00)) in Test4108764()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 813 Date d00 = tempcal.getTime(); in Test4108764() 838 if (!cal.getTime().equals(d00)) in Test4108764() 849 if (!cal.getTime().equals(d00)) in Test4108764()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 1281 UDate d00 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 00); in test4108764() local 1296 if (cal->getTime(status) != d00) in test4108764() 1307 if (cal->getTime(status) != d00) in test4108764()
|