Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dvsprintf.c148 int base, int size, int precision, int type) in number() argument
191 if (i > precision) in number()
192 precision = i; in number()
193 size -= precision; in number()
223 while (i < precision--) { in number()
244 int i, len = (precision < 0) ? strlen(s) : strnlen(s, precision); in string()
481 precision = -1; in vsnprintf()
485 precision = skip_atoi(&fmt); in vsnprintf()
489 precision = va_arg(args, int); in vsnprintf()
491 if (precision < 0) in vsnprintf()
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxen-tscmode.pod.7125 as the fastest, highest-precision measurement of the passage of time
141 functions, losing both performance and precision. On some more recent
160 enterprise applications which require high-frequency high-precision
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped1084 evaluated with infinite-precision integer arithmetic. */

Completed in 6 milliseconds