Home
last modified time | relevance | path

Searched refs:d00 (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp333 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 Djrevdct.c1141 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 Dpng.c3422 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 Dperl_word.rs168 ('\u{d00}', 'ഌ'),
H A Dproperty_bool.rs234 ('\u{d00}', 'ഌ'),
1033 ('\u{d00}', '\u{d01}'),
5795 ('\u{d00}', '\u{d01}'),
6322 ('\u{d00}', 'ഌ'),
8539 ('\u{d00}', 'ഃ'),
10082 ('\u{d00}', 'ഌ'),
H A Dgeneral_category.rs1881 ('\u{d00}', 'ഃ'),
2366 ('\u{d00}', '\u{d01}'),
H A Dword_break.rs697 ('\u{d00}', 'ഃ'),
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_lpf_sao_msa.c37 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 Dhevc_lpf_sao_lsx.c42 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 DCalendarRegressionTest.java810 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 DCalendarRegressionTest.java813 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 Dcalregts.cpp1281 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()

Completed in 37 milliseconds