Searched refs:tp (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/test/pico_divider_test/ |
D | pico_divider_test.c | 275 int tc = 0, tp = 0; in perf_test() local 283 tp += time_32(a, b, pico_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 299 tp += time_32(a, b, pico_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 317 tp += time_64(a, b, pico_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 …]
|