Searched refs:max_double (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/cctest/ |
D | test-fast-dtoa.cc | 45 double max_double = 1.7976931348623157e308; in TEST() local 46 status = FastDtoa(max_double, FAST_DTOA_SHORTEST, 0, in TEST() 130 double max_double = 1.7976931348623157e308; in TEST() local 131 status = FastDtoa(max_double, FAST_DTOA_PRECISION, 7, in TEST()
|
D | test-bignum-dtoa.cc | 113 double max_double = 1.7976931348623157e308; in TEST() local 114 BignumDtoa(max_double, BIGNUM_DTOA_SHORTEST, 0, buffer, &length, &point); in TEST() 118 BignumDtoa(max_double, BIGNUM_DTOA_PRECISION, 7, buffer, &length, &point); in TEST()
|
D | test-dtoa.cc | 129 double max_double = 1.7976931348623157e308; in TEST() local 130 DoubleToAscii(max_double, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST() 134 DoubleToAscii(max_double, DTOA_PRECISION, 7, buffer, &sign, &length, &point); in TEST()
|