Lines Matching full:precision
512 * Optimisation: if the output precision is small enough,
622 int prec; /* precision from format; <0 for N/A */
650 double _double; /* double precision arguments %[eEfgG] */
1191 /* do this before tricky precision changes */
1245 * Note: The precision field used with [gG] is the number significant
1247 * decimal must not be included in the precision value.
1256 size = expsize + prec + 1; /* Leading digit + exponent string + precision */
1407 * ``... diouXx conversions ... if a precision is
1416 * explicit precision of zero is no characters.''
1463 * required by a decimal [diouxX] precision, then print the
1465 * floating precision; finally, if LADJUST, pad with blanks.
1499 /* leading zeroes from decimal precision */