Lines Matching full:precision
163 An optional \fIprecision\fR that gives the minimum number of digits to appear
169 string in \fBs\fR and \fBS\fR conversions. The precision takes the form of a
171 decimal digit string, where a null digit string is treated as 0. If a precision
175 application (see \fBstandards\fR(5)) interprets the precision as the maximum
177 interprets the precision as the maximum number of columns of screen display.
182 For \fB%ws\fR, the precision should be interpreted as the maximum number of
183 columns of screen display. The precision takes the form of a period (\fB\&.\fR)
185 Padding specified by the precision overrides the padding specified by the field
203 A field width, or precision, or both can be indicated by an asterisk
205 precision. Arguments specifying field width, or precision, or both must appear
208 precision is taken as if the precision were omitted. In format strings
210 field width or precision may be indicated by the sequence
213 argument) of an integer argument containing the field width or precision, for
218 printf("%1$d:%2$.*3$d:%4$.*3$d\en", hour, min, precision, sec);
290 \fBo\fR conversion, it increases the precision (if necessary) to force the
312 \fBu\fR, \fBx\fR, and \fBX\fR conversions, if a precision is specified, the
447 \fB[\fR\(mi\fB]\fR\fIdddd\fR. The precision specifies the minimum number of
449 digits, it will be expanded with leading zeros. The default precision is 1. The
450 result of converting 0 with an explicit precision of 0 is no characters.
460 style \fIdddd\fR. The precision specifies the minimum number of digits to
462 will be expanded with leading zeros. The default precision is 1. The result of
463 converting 0 with an explicit precision of 0 is no characters.
473 style \fIdddd\fR. The precision specifies the minimum number of digits to
475 will be expanded with leading zeros. The default precision is 1. The result of
476 converting 0 with an explicit precision of 0 is no characters.
486 the style \fIdddd\fR; the letters \fBabcdef\fR are used. The precision
489 default precision is 1. The result of converting 0 with an explicit precision
511 radix character (see \fBsetlocale\fR(3C)) is equal to the precision
512 specification. If the precision is missing it is taken as 6; if the precision
521 infinite argument, "infinity" or "Infinity" is printed when the precision is at
526 infinite argument, "INFINITY" is printed when the precision is at least 8 and
539 non-zero) and the number of digits after it is equal to the precision. When the
540 precision is missing it is taken as 6; if the precision is 0 and the \fB#\fR
556 printed as "[\(mi]\fBinfinity\fR", when the precision for the conversion is at
571 "[\(mi]\fBInfinity\fR", when the precision for the conversion is at least 7 and
585 \fBE\fR in the case of a \fBG\fR conversion specifier), with the precision
586 specifying the number of significant digits. If an explicit precision is 0, it
589 less than -4 or greater than or equal to the precision. Trailing zeros are
596 precision is at least 8 and "inf", "INF", or "Inf" is printed otherwise.
609 precision; if the precision is missing, the number of digits printed after the
612 on SPARC; if the precision is zero and the '#' flag is not specified, no
638 converted as if by an \fBls\fR conversion specification with no precision and
670 are written up to (but not including) any terminating null byte. If a precision
672 write only the number of bytes specified by precision; an application that is
674 display in the number of columns of screen display specified by precision. If
675 the precision is not specified, it is taken to be infinite, so all bytes up to
685 including) the terminating null character (byte). If no precision is specified,
686 the array must contain a null wide-character. If a precision is specified, no
689 character sequence length given by the precision, the function would need to
711 the precision is specified, only that portion of the wide-character array that
712 will display in the number of columns of screen display specified by precision
713 will be written. If the precision is not specified, it is taken to be infinite,