HomeSort by relevance Sort by last modified time
    Searched full:w_error (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
fast-dtoa.cc 498 uint64_t w_error = 1; local
536 static_cast<uint64_t>(divisor) << -one.e(), w_error,
549 while (requested_digits > 0 && fractionals > w_error) {
551 w_error *= 10;
561 return RoundWeedCounted(buffer, *length, fractionals, one.f(), w_error,

Completed in 84 milliseconds