Home | History | Annotate | Download | only in dtoa

Lines Matching defs:estimate

396         double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10);
397 return static_cast<int>(estimate);