Home
last modified time | relevance | path

Searched refs:ten_mk (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dfast-dtoa.cc612 DiyFp ten_mk; // Cached power of ten: 10^-k in Grisu3() local
621 &ten_mk, &mk); in Grisu3()
622 ASSERT((kMinimalTargetExponent <= w.e() + ten_mk.e() + in Grisu3()
624 (kMaximalTargetExponent >= w.e() + ten_mk.e() + in Grisu3()
635 DiyFp scaled_w = DiyFp::Times(w, ten_mk); in Grisu3()
637 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize); in Grisu3()
643 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk); in Grisu3()
644 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk); in Grisu3()
671 DiyFp ten_mk; // Cached power of ten: 10^-k in Grisu3Counted() local
680 &ten_mk, &mk); in Grisu3Counted()
[all …]