Lines Matching full:decimal
111 /* Return the value of a decimal exponent of the form
230 /* Given a normal decimal floating point number of the form
234 where the decimal point and exponent are optional, fill out the
237 is taken to have the decimal point after a single leading
280 /* Implied decimal point? */
296 /* Adjust the exponents for any decimal point. */
543 /* Write out an unsigned decimal integer. */
561 /* Write out a signed decimal integer. */
2316 // Skip leading zeroes and any (hexa)decimal point.
2532 N-digit decimal integer is N * 196 / 59. Allocate enough space
2648 the decimal point it is suppressed.
2650 The decimal exponent is always printed and has at least one digit.
2800 is something after the decimal point add it. This must come
3487 // Rounding up requires a decimal add-with-carry. If we continue
3690 // The number of digits to the left of the decimal point.