Home
last modified time | relevance | path

Searched refs:boundary_plus (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-ieee.cc272 DiyFp boundary_plus; in TEST() local
275 Double(1.5).NormalizedBoundaries(&boundary_minus, &boundary_plus); in TEST()
277 CHECK_EQ(diy_fp.e(), boundary_plus.e()); in TEST()
280 CHECK(diy_fp.f() - boundary_minus.f() == boundary_plus.f() - diy_fp.f()); in TEST()
284 Double(1.0).NormalizedBoundaries(&boundary_minus, &boundary_plus); in TEST()
286 CHECK_EQ(diy_fp.e(), boundary_plus.e()); in TEST()
289 CHECK(boundary_plus.f() - diy_fp.f() > diy_fp.f() - boundary_minus.f()); in TEST()
291 CHECK((1 << 10) == boundary_plus.f() - diy_fp.f()); // NOLINT in TEST()
295 Double(min_double64).NormalizedBoundaries(&boundary_minus, &boundary_plus); in TEST()
297 CHECK_EQ(diy_fp.e(), boundary_plus in TEST()
339 DiyFp boundary_plus; TEST() local
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfast-dtoa.cc525 // boundary_minus and boundary_plus are the boundaries between v and its
527 // boundary_minus and boundary_plus will round to v when convert to a double.
529 DiyFp boundary_minus, boundary_plus;
531 Double(v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
535 Single(single_v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
537 DOUBLE_CONVERSION_ASSERT(boundary_plus.e() == w.e());
563 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
570 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk);
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp539 // boundary_minus and boundary_plus are the boundaries between v and its
541 // boundary_minus and boundary_plus will round to v when convert to a double.
543 DiyFp boundary_minus, boundary_plus;
545 Double(v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
549 Single(single_v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
551 DOUBLE_CONVERSION_ASSERT(boundary_plus.e() == w.e());
577 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
584 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk);
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp539 // boundary_minus and boundary_plus are the boundaries between v and its
541 // boundary_minus and boundary_plus will round to v when convert to a double.
543 DiyFp boundary_minus, boundary_plus;
545 Double(v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
549 Single(single_v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
551 DOUBLE_CONVERSION_ASSERT(boundary_plus.e() == w.e());
577 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
584 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-fast-dtoa.cpp539 // boundary_minus and boundary_plus are the boundaries between v and its
541 // boundary_minus and boundary_plus will round to v when convert to a double.
543 DiyFp boundary_minus, boundary_plus;
545 Double(v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
549 Single(single_v).NormalizedBoundaries(&boundary_minus, &boundary_plus);
551 DOUBLE_CONVERSION_ASSERT(boundary_plus.e() == w.e());
577 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
584 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk);

Completed in 6 milliseconds