Home
last modified time | relevance | path

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

/external/v8/src/
Dfast-dtoa.cc610 DiyFp ten_mk; // Cached power of ten: 10^-k in Grisu3() local
619 &ten_mk, &mk); in Grisu3()
620 ASSERT((kMinimalTargetExponent <= w.e() + ten_mk.e() + in Grisu3()
622 (kMaximalTargetExponent >= w.e() + ten_mk.e() + in Grisu3()
633 DiyFp scaled_w = DiyFp::Times(w, ten_mk); in Grisu3()
635 boundary_plus.e() + ten_mk.e() + DiyFp::kSignificandSize); in Grisu3()
641 DiyFp scaled_boundary_minus = DiyFp::Times(boundary_minus, ten_mk); in Grisu3()
642 DiyFp scaled_boundary_plus = DiyFp::Times(boundary_plus, ten_mk); in Grisu3()
669 DiyFp ten_mk; // Cached power of ten: 10^-k in Grisu3Counted() local
678 &ten_mk, &mk); in Grisu3Counted()
[all …]