HomeSort by relevance Sort by last modified time
    Searched refs:ten_mk (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 613 DiyFp ten_mk; // Cached power of ten: 10^-k
622 &ten_mk, &mk);
623 ASSERT((kMinimalTargetExponent <= w.e() + ten_mk.e() +
625 (kMaximalTargetExponent >= w.e() + ten_mk.e() +
627 // Note that ten_mk is only an approximation of 10^-k. A DiyFp only contains a
628 // 64 bit significand and ten_mk is thus only precise up to 64 bits.
630 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
636 DiyFp scaled_w = DiyFp::Times(w, ten_mk);
638 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
644 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk);
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 612 DiyFp ten_mk; // Cached power of ten: 10^-k local
621 &ten_mk, &mk);
622 ASSERT((kMinimalTargetExponent <= w.e() + ten_mk.e() +
624 (kMaximalTargetExponent >= w.e() + ten_mk.e() +
626 // Note that ten_mk is only an approximation of 10^-k. A DiyFp only contains a
627 // 64 bit significand and ten_mk is thus only precise up to 64 bits.
629 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
635 DiyFp scaled_w = DiyFp::Times(w, ten_mk);
637 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
643 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk);
671 DiyFp ten_mk; \/\/ Cached power of ten: 10^-k local
    [all...]
  /external/v8/src/
fast-dtoa.cc 612 DiyFp ten_mk; // Cached power of ten: 10^-k local
621 &ten_mk, &mk);
622 ASSERT((kMinimalTargetExponent <= w.e() + ten_mk.e() +
624 (kMaximalTargetExponent >= w.e() + ten_mk.e() +
626 // Note that ten_mk is only an approximation of 10^-k. A DiyFp only contains a
627 // 64 bit significand and ten_mk is thus only precise up to 64 bits.
629 // The DiyFp::Times procedure rounds its result, and ten_mk is approximated
635 DiyFp scaled_w = DiyFp::Times(w, ten_mk);
637 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize);
643 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk);
671 DiyFp ten_mk; \/\/ Cached power of ten: 10^-k local
    [all...]

Completed in 5187 milliseconds