/external/v8/test/cctest/ |
test-fast-dtoa.cc | 45 double max_double = 1.7976931348623157e308; local 46 status = FastDtoa(max_double, FAST_DTOA_SHORTEST, 0, 130 double max_double = 1.7976931348623157e308; local 131 status = FastDtoa(max_double, FAST_DTOA_PRECISION, 7,
|
test-bignum-dtoa.cc | 113 double max_double = 1.7976931348623157e308; local 114 BignumDtoa(max_double, BIGNUM_DTOA_SHORTEST, 0, buffer, &length, &point); 118 BignumDtoa(max_double, BIGNUM_DTOA_PRECISION, 7, buffer, &length, &point);
|
test-dtoa.cc | 129 double max_double = 1.7976931348623157e308; local 130 DoubleToAscii(max_double, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 134 DoubleToAscii(max_double, DTOA_PRECISION, 7, buffer, &sign, &length, &point);
|