Searched refs:precision (Results 1 – 2 of 2) sorted by relevance
225 int precision; in parsefmt() local264 width = precision = 0; in parsefmt()313 precision = -1; in parsefmt()318 precision = 0; in parsefmt()326 precision *= 10; in parsefmt()331 precision = -precision; in parsefmt()532 if(precision < 0) in parsefmt()537 if(usedinput[precision/8] & (1 << (precision&7))) in parsefmt()546 usedinput[precision/8] |= (unsigned char)(1 << (precision&7)); in parsefmt()570 optr->precision = precision; in parsefmt()[all …]
83 *precision* and an optional *length modifier*.158 An optional precision in the form of a period ('.') followed by an optional162 type int. If the precision is given as just '.', the precision is taken to be163 zero. A negative precision is taken as if the precision were omitted. This211 The int argument is converted to signed decimal notation. The precision, if214 precision is 1. When 0 is printed with an explicit precision 0, the output is222 used for **X** conversions. The precision, if any, gives the minimum number224 is padded on the left with zeros. The default precision is 1. When 0 is225 printed with an explicit precision 0, the output is empty.250 no more than the number specified are written. If a precision is given, no[all …]
Completed in 9 milliseconds