Lines Matching refs:decimal_point
194 static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { in RoundUp() argument
198 *decimal_point = 1; in RoundUp()
219 (*decimal_point)++; in RoundUp()
237 int* length, int* decimal_point) { in FillFractionals() argument
267 RoundUp(buffer, length, decimal_point); in FillFractionals()
286 RoundUp(buffer, length, decimal_point); in FillFractionals()
294 static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) { in TrimZeros() argument
307 *decimal_point -= first_non_zero; in TrimZeros()
316 int* decimal_point) { in FastFixedDtoa() argument
367 *decimal_point = *length; in FastFixedDtoa()
372 *decimal_point = *length; in FastFixedDtoa()
382 *decimal_point = *length; in FastFixedDtoa()
384 buffer, length, decimal_point); in FastFixedDtoa()
391 *decimal_point = -fractional_count; in FastFixedDtoa()
393 *decimal_point = 0; in FastFixedDtoa()
395 buffer, length, decimal_point); in FastFixedDtoa()
397 TrimZeros(buffer, length, decimal_point); in FastFixedDtoa()
402 *decimal_point = -fractional_count; in FastFixedDtoa()