Lines Matching refs:DTOA_SHORTEST
66 DoubleToAscii(0.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
80 DoubleToAscii(1.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
96 DoubleToAscii(1.5, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
113 DoubleToAscii(min_double, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
130 DoubleToAscii(max_double, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
140 DoubleToAscii(4294967272.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
158 DoubleToAscii(4.1855804968213567e298, DTOA_SHORTEST, 0, in TEST()
170 DoubleToAscii(5.5626846462680035e-309, DTOA_SHORTEST, 0, in TEST()
182 DoubleToAscii(-2147483648.0, DTOA_SHORTEST, 0, in TEST()
204 DoubleToAscii(-3.5844466002796428e+298, DTOA_SHORTEST, 0, in TEST()
220 DoubleToAscii(v, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
232 DoubleToAscii(v, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
242 DoubleToAscii(4128420500802942e-24, DTOA_SHORTEST, 0, in TEST()
249 DoubleToAscii(v, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()
279 DoubleToAscii(v, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); in TEST()