Lines Matching full:precision
200 An optional \fIprecision\fR that gives the minimum number of digits to appear
206 string in \fBs\fR and \fBS\fR conversions. The precision takes the form of a
208 decimal digit string, where a null digit string is treated as 0. If a precision
212 application (see \fBstandards\fR(7)) interprets the precision as the maximum
214 interprets the precision as the maximum number of columns of screen display.
219 For \fB%ws\fR, the precision should be interpreted as the maximum number of
220 columns of screen display. The precision takes the form of a period (\fB\&.\fR)
222 Padding specified by the precision overrides the padding specified by the field
240 A field width, or precision, or both can be indicated by an asterisk
242 precision. Arguments specifying field width, or precision, or both must appear
245 precision is taken as if the precision were omitted. In format strings
247 field width or precision may be indicated by the sequence
250 argument) of an integer argument containing the field width or precision, for
255 printf("%1$d:%2$.*3$d:%4$.*3$d\en", hour, min, precision, sec);
325 \fBo\fR conversion, it increases the precision (if necessary) to force the
347 \fBu\fR, \fBx\fR, and \fBX\fR conversions, if a precision is specified, the
478 \fB[\fR\(mi\fB]\fR\fIdddd\fR. The precision specifies the minimum number of
480 digits, it will be expanded with leading zeros. The default precision is 1. The
481 result of converting 0 with an explicit precision of 0 is no characters.
491 style \fIdddd\fR. The precision specifies the minimum number of digits to
493 will be expanded with leading zeros. The default precision is 1. The result of
494 converting 0 with an explicit precision of 0 is no characters.
504 style \fIdddd\fR. The precision specifies the minimum number of digits to
506 will be expanded with leading zeros. The default precision is 1. The result of
507 converting 0 with an explicit precision of 0 is no characters.
517 the style \fIdddd\fR; the letters \fBabcdef\fR are used. The precision
520 default precision is 1. The result of converting 0 with an explicit precision
542 radix character (see \fBsetlocale\fR(3C)) is equal to the precision
543 specification. If the precision is missing it is taken as 6; if the precision
552 infinite argument, "infinity" or "Infinity" is printed when the precision is at
557 infinite argument, "INFINITY" is printed when the precision is at least 8 and
570 non-zero) and the number of digits after it is equal to the precision. When the
571 precision is missing it is taken as 6; if the precision is 0 and the \fB#\fR
587 printed as "[\(mi]\fBinfinity\fR", when the precision for the conversion is at
602 "[\(mi]\fBInfinity\fR", when the precision for the conversion is at least 7 and
616 \fBE\fR in the case of a \fBG\fR conversion specifier), with the precision
617 specifying the number of significant digits. If an explicit precision is 0, it
620 less than -4 or greater than or equal to the precision. Trailing zeros are
627 precision is at least 8 and "inf", "INF", or "Inf" is printed otherwise.
640 precision; if the precision is missing, the number of digits printed after the
643 on SPARC; if the precision is zero and the '#' flag is not specified, no
669 converted as if by an \fBls\fR conversion specification with no precision and
701 are written up to (but not including) any terminating null byte. If a precision
703 write only the number of bytes specified by precision; an application that is
705 display in the number of columns of screen display specified by precision. If
706 the precision is not specified, it is taken to be infinite, so all bytes up to
719 including) the terminating null character (byte). If no precision is specified,
720 the array must contain a null wide-character. If a precision is specified, no
723 character sequence length given by the precision, the function would need to
745 the precision is specified, only that portion of the wide-character array that
746 will display in the number of columns of screen display specified by precision
747 will be written. If the precision is not specified, it is taken to be infinite,