Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-ieee.cc273 DiyFp boundary_minus; in TEST() local
275 Double(1.5).NormalizedBoundaries(&boundary_minus, &boundary_plus); in TEST()
276 CHECK_EQ(diy_fp.e(), boundary_minus.e()); in TEST()
280 CHECK(diy_fp.f() - boundary_minus.f() == boundary_plus.f() - diy_fp.f()); in TEST()
281 CHECK((1 << 10) == diy_fp.f() - boundary_minus.f()); // NOLINT in TEST()
284 Double(1.0).NormalizedBoundaries(&boundary_minus, &boundary_plus); in TEST()
285 CHECK_EQ(diy_fp.e(), boundary_minus.e()); in TEST()
289 CHECK(boundary_plus.f() - diy_fp.f() > diy_fp.f() - boundary_minus.f()); in TEST()
290 CHECK((1 << 9) == diy_fp.f() - boundary_minus.f()); // NOLINT in TEST()
295 Double(min_double64).NormalizedBoundaries(&boundary_minus, in TEST()
340 DiyFp boundary_minus; 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);
565 // the difference between w and boundary_minus/plus (a power of 2) and to
569 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, 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);
579 // the difference between w and boundary_minus/plus (a power of 2) and to
583 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, 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);
579 // the difference between w and boundary_minus/plus (a power of 2) and to
583 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, 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);
579 // the difference between w and boundary_minus/plus (a power of 2) and to
583 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk);

Completed in 5 milliseconds