OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxDigitsBeforePoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
conversions.cc
157
const int
kMaxDigitsBeforePoint
= 21;
170
// If abs_value has more than
kMaxDigitsBeforePoint
digits before the point
183
kMaxDigitsBeforePoint
+ kMaxDigitsAfterPoint + 1;
/external/v8/src/
conversions.cc
144
const int
kMaxDigitsBeforePoint
= 21;
157
// If abs_value has more than
kMaxDigitsBeforePoint
digits before the point
170
kMaxDigitsBeforePoint
+ kMaxDigitsAfterPoint + 1;
Completed in 44 milliseconds