OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxFixedDigitsBeforePoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h
39
// When calling ToFixed with a double > 10^
kMaxFixedDigitsBeforePoint
42
static const int
kMaxFixedDigitsBeforePoint
= 60;
190
// - 'value' > 10^
kMaxFixedDigitsBeforePoint
, or
193
// 1 +
kMaxFixedDigitsBeforePoint
+ 1 + kMaxFixedDigitsAfterPoint characters
double-conversion.cc
203
ASSERT(
kMaxFixedDigitsBeforePoint
== 60);
218
kMaxFixedDigitsBeforePoint
+ kMaxFixedDigitsAfterPoint + 1;
Completed in 32 milliseconds