OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFastDtoaMaximalLength
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
fast-dtoa.h
44
// FastDtoa will produce at most
kFastDtoaMaximalLength
digits. This does not
46
const int
kFastDtoaMaximalLength
= 17;
/external/v8/test/cctest/
test-fast-dtoa.cc
219
CHECK_GE(
kFastDtoaMaximalLength
, length);
221
if (length ==
kFastDtoaMaximalLength
) needed_max_length = true;
Completed in 559 milliseconds