Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/lib/
A Dguest_sprintf.c44 int precision, int type) in number() argument
89 if (i > precision) in number()
90 precision = i; in number()
91 size -= precision; in number()
108 while (i < precision--) in number()
129 int precision; /* in guest_vsnprintf() local
182 precision = -1; in guest_vsnprintf()
186 precision = skip_atoi(&fmt); in guest_vsnprintf()
192 if (precision < 0) in guest_vsnprintf()
193 precision = 0; in guest_vsnprintf()
[all …]
/tools/testing/selftests/timers/
A Dfreq-step.c40 static double precision; variable
224 precision = get_sample(&sample) / 2.0; in init_test()
226 1e9 * precision); in init_test()
228 if (precision > MAX_PRECISION) in init_test()
230 1e9 * precision, 1e9 * MAX_PRECISION); in init_test()
/tools/testing/selftests/timens/
A Dtimens.c92 double precision = 0.0; in test_gettime() local
100 precision = -2.0; in test_gettime()
119 if (difftime(cur_ts.tv_sec, child_ts_new.tv_sec) < precision) { in test_gettime()
/tools/perf/util/
A Dstat-display.c1437 FILE *output, int precision, double avg) in print_table() argument
1442 scnprintf(tmp, 64, " %17.*f", precision, avg); in print_table()
1453 precision, run, precision, run - avg); in print_table()
1497 int precision = get_precision(sd) + 2; in print_footer() local
1500 print_table(config, output, precision, avg); in print_footer()
1503 precision, avg, precision, sd); in print_footer()
A Ddata-convert-bt.c1425 SET(precision, 10); in ctf_writer__setup_clock()
/tools/perf/Documentation/
A Dtopdown.txt270 Since the individual metrics are only 8bit they lose precision for
276 seconds) the precision is good.
A Dperf-amd-ibs.txt46 precision. Further, IBS provides additional information about the sample in
A Dperf-list.txt91 Unlike Intel PEBS which provides levels of precision, AMD core pmu is
A Dperf-record.txt638 Note: the precision of the size threshold hugely depends
/tools/arch/x86/kcpuid/
A Dcpuid.csv61 …0x1, 0, ecx, 29, f16c , Half-precision floating-point conversio…
248 … 0, edx, 3, avx512_4fmaps , AVX-512 multiply accumulation single precision

Completed in 23 milliseconds