Home | History | Annotate | Download | only in lib

Lines Matching full:decimal

270 /* Determine the decimal-point character according to the current locale.  */
290 /* The decimal point is always a single byte: either '.' or ','. */
320 /* Converting 'long double' to decimal without rare rounding bugs requires
839 /* Convert a bignum a >= 0, multiplied with 10^extra_zeroes, to decimal
842 Return the allocated memory - containing the decimal digits in low-to-high
871 /* Store the remainder as 9 decimal digits. */
1067 Returns the decimal representation of round (x * 10^n).
1068 Return the allocated memory - containing the decimal digits in low-to-high
1102 Before converting to decimal, we need to compute
1289 Returns the decimal representation of round (x * 10^n).
1290 Return the allocated memory - containing the decimal digits in low-to-high
1307 Returns the decimal representation of round (x * 10^n).
1308 Return the allocated memory - containing the decimal digits in low-to-high
1547 * 0.30103 /* binary -> decimal */
1555 * 0.30103 /* binary -> decimal */
1561 * 0.30103 /* binary -> decimal */
1632 * 0.30103 /* binary -> decimal */
1636 + 10; /* sign, decimal point etc. */
1640 * 0.30103 /* binary -> decimal */
1644 + 10; /* sign, decimal point etc. */
1650 12; /* sign, decimal point, exponent etc. */
1658 * 0.831 /* decimal -> hexadecimal */
1664 * 0.831 /* decimal -> hexadecimal */
1669 /* Account for sign, decimal point etc. */
3018 * 0.831 /* decimal -> hexadecimal */
3024 * 0.831 /* decimal -> hexadecimal */
3029 /* Account for sign, decimal point etc. */
3575 /* Account for sign, decimal point etc. */
3924 decimal point, then the remaining
4394 decimal point, then the remaining