Home
last modified time | relevance | path

Searched refs:precision (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dmprintf.c225 int precision; in parsefmt() local
264 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()
517 if(precision < 0) in parsefmt()
522 if(usedinput[precision/8] & (1 << (precision&7))) in parsefmt()
531 usedinput[precision/8] |= (unsigned char)(1 << (precision&7)); in parsefmt()
555 optr->precision = precision; in parsefmt()
[all …]
/curl/docs/libcurl/
H A Dcurl_mprintf.md83 *precision* and an optional *length modifier*.
158 An optional precision in the form of a period ('.') followed by an optional
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.
250 no more than the number specified are written. If a precision is given, no
[all …]

Completed in 8 milliseconds