Home
last modified time | relevance | path

Searched refs:kFastDtoaMaximalLength (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dfast-dtoa.h46 static const int kFastDtoaMaximalLength = 17; variable
/external/v8/test/cctest/
Dtest-fast-dtoa.cc219 CHECK_GE(kFastDtoaMaximalLength, length); in TEST()
221 if (length == kFastDtoaMaximalLength) needed_max_length = true; in TEST()