Searched refs:precision (Results 1 – 4 of 4) sorted by relevance
/xen/xen/common/ |
A D | vsprintf.c | 148 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 D | intel_psr_mba.pandoc | 51 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 D | xen-tscmode.7.pod | 127 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 D | xl-psr.pandoc | 198 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