Home | History | Annotate | Download | only in util

Lines Matching full:decimal

40  * 	locale's decimal point character and the separator between groups of
1086 * minus one) past the decimal point due to our conversion method.
1211 * Print a decimal point if either the fractional part is non-zero
1224 - (emitpoint ? 1 : 0) /* Will we print a decimal point? */
1258 if (emitpoint) { /* Decimal point. */
1262 else /* We'll always print some decimal point character. */