Lines Matching refs:precision
83 *precision* and an optional *length modifier*.
106 taking an argument and all width and precision arguments, but it may be mixed
158 An optional precision in the form of a period ('.') followed by an optional
160 "*m$" (for some decimal integer m) to specify that the precision is given in
162 type int. If the precision is given as just '.', the precision is taken to be
163 zero. A negative precision is taken as if the precision were omitted. This
211 The int argument is converted to signed decimal notation. The precision, if
214 precision is 1. When 0 is printed with an explicit precision 0, the output is
222 used for **X** conversions. The precision, if any, gives the minimum number
224 is padded on the left with zeros. The default precision is 1. When 0 is
225 printed with an explicit precision 0, the output is empty.
249 to (but not including) a terminating null byte. If a precision is specified,
250 no more than the number specified are written. If a precision is given, no
251 null byte need be present; if the precision is not specified, or is greater