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

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 386 static bool DigitGen(DiyFp low,
647 // DigitGen will generate the digits of scaled_w. Therefore we have
649 // Set decimal_exponent == -mk and pass it to DigitGen. If scaled_w is not an
654 bool result = DigitGen(scaled_boundary_minus, scaled_w, scaled_boundary_plus,
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 362 static bool DigitGen(DiyFp low,
623 // DigitGen will generate the digits of scaled_w. Therefore we have
625 // Set decimal_exponent == -mk and pass it to DigitGen. If scaled_w is not an
630 bool result = DigitGen(scaled_boundary_minus, scaled_w, scaled_boundary_plus,
674 // DigitGen will generate the first requested_digits digits of scaled_w and

Completed in 45 milliseconds