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

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fast-dtoa.cc 601 static bool Grisu3(double v,
609 // Grisu3 will never output representations that lie exactly on a boundary.
661 // The "counted" version of grisu3 (see above) only generates requested_digit
    [all...]
  /external/chromium_org/v8/src/
fast-dtoa.cc 600 static bool Grisu3(double v,
608 // Grisu3 will never output representations that lie exactly on a boundary.
660 // The "counted" version of grisu3 (see above) only generates requested_digits
663 // Grisu3 is too imprecise for real halfway cases (1.5 will not work) and
722 result = Grisu3(v, buffer, length, &decimal_exponent);
  /external/v8/src/
fast-dtoa.cc 600 static bool Grisu3(double v,
608 // Grisu3 will never output representations that lie exactly on a boundary.
660 // The "counted" version of grisu3 (see above) only generates requested_digits
663 // Grisu3 is too imprecise for real halfway cases (1.5 will not work) and
722 result = Grisu3(v, buffer, length, &decimal_exponent);

Completed in 565 milliseconds