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

  /external/v8/src/
dtoa.h 49 // be at least kBase10MaximalLength + 1 characters long.
50 static const int kBase10MaximalLength = 17;
78 // at least kBase10MaximalLength + 1. Otherwise, the size of the output is
conversions.cc 747 const int kV8DtoaBufferCapacity = kBase10MaximalLength + 1;
937 ASSERT(kBase10MaximalLength <= kMaxDigitsAfterPoint + 1);
    [all...]

Completed in 771 milliseconds