OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Grisu3
(Results
1 - 2
of
2
) sorted by null
/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 34 milliseconds