Home
last modified time | relevance | path

Searched refs:check_roundtrip (Results 1 - 3 of 3) sorted by relevance

/third_party/json/tests/src/
H A Dunit-regression1.cpp664 auto check_roundtrip = [](double number) variable
679 check_roundtrip(100000000000.1236);
680 check_roundtrip((std::numeric_limits<json::number_float_t>::max)());
683 check_roundtrip(1.541888611948064e-17);
684 check_roundtrip(5.418771028591015e-16);
685 check_roundtrip(9.398685592608595e-15);
686 check_roundtrip(8.826843952762347e-14);
687 check_roundtrip(8.143291313475335e-13);
688 check_roundtrip(4.851328172762508e-12);
689 check_roundtrip(6.67785099808435
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs178 check_roundtrip: bool, in compare_generated_header()
247 let (builder, roundtrip_builder) = builder.into_builder(check_roundtrip)?; in compare_generated_header()
420 let check_roundtrip =
422 compare_generated_header(&header, builder, check_roundtrip)
628 let check_roundtrip = in emit_depfile()
631 builder.into_builder(check_roundtrip).unwrap(); in emit_depfile()
/third_party/skia/tests/
H A DImageTest.cpp1525 auto check_roundtrip = [&](sk_sp<SkImage> img) { in DEF_TEST() local
1529 check_roundtrip(image); // should trivially pass in DEF_TEST()
1530 check_roundtrip(image->makeSubset({0, 0, W/2, H/2})); in DEF_TEST()
1531 check_roundtrip(image->makeSubset({W/2, H/2, W, H})); in DEF_TEST()
1532 check_roundtrip(image->makeColorSpace(SkColorSpace::MakeSRGBLinear())); in DEF_TEST()

Completed in 9 milliseconds