Searched defs:kMaxDigitsBeforePoint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dconversions.cc157 const int kMaxDigitsBeforePoint = 21; local
170 // If abs_value has more than kMaxDigitsBeforePoint digits before the point
183 kMaxDigitsBeforePoint + kMaxDigitsAfterPoint + 1;
/external/v8/src/
H A Dconversions.cc144 const int kMaxDigitsBeforePoint = 21; local
157 // If abs_value has more than kMaxDigitsBeforePoint digits before the point
170 kMaxDigitsBeforePoint + kMaxDigitsAfterPoint + 1;

Completed in 59 milliseconds