Home
last modified time | relevance | path

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

/xen/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()
616 precision = -1; in vsnprintf()
620 precision = skip_atoi(&fmt); in vsnprintf()
624 precision = va_arg(args, int); in vsnprintf()
626 if (precision < 0) in vsnprintf()
[all …]
/xen/docs/features/
A Dintel_psr_mba.pandoc51 Linear mode: the input precision is defined as 100-(MBA_MAX). For instance,
52 if the MBA_MAX value is 90, the input precision is 10%. Values not an even
53 multiple of the precision (e.g., 12%) will be rounded down (e.g., to 10%
/xen/docs/man/
A Dxen-tscmode.7.pod127 as the fastest, highest-precision measurement of the passage of time
143 functions, losing both performance and precision. On some more recent
162 enterprise applications which require high-frequency high-precision
/xen/docs/misc/
A Dxl-psr.pandoc198 In the linear mode the input precision is defined as 100-(THRTL_MAX). Values
199 not an even multiple of the precision (e.g., 12%) will be rounded down (e.g.,

Completed in 5 milliseconds