Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c275 int tc = 0, tp = 0; in perf_test() local
282 tc += time_32(a, b, compiler_div_s32); in perf_test()
285 printf(" S32 %d %f\t%f\n", bit, tc / 1000.0, tp / 1000.0); in perf_test()
291 int tc = 0, tp = 0; in perf_test() local
298 tc += time_32(a, b, compiler_div_u32); in perf_test()
301 printf(" U32 %d %f\t%f\n", bit, tc / 1000.0, tp / 1000.0); in perf_test()
309 int tc = 0, tp = 0; in perf_test() local
316 tc += time_64(a, b, compiler_div_s64); in perf_test()
319 printf(" S64 %d %d %f\t%f\n", extra, bit, tc / 1000.0, tp / 1000.0); in perf_test()
325 int tc = 0, tp = 0; in perf_test() local
[all …]