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

  /external/chromium_org/v8/src/
conversions.cc 149 const int kMaxDigitsBeforePoint = 21;
162 // If abs_value has more than kMaxDigitsBeforePoint digits before the point
175 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 45 milliseconds