Lines Matching refs:printf
122 printf(" %14lf B/Sec", x); \
124 printf(" %14lfd KB/Sec", x / K); \
126 printf(" %14lf MB/Sec", x / K / K); \
128 printf(" %14lf GB/Sec", x / K / K / K); \
147 printf("Routine %s (%s)\n", r->name, r->desc); in __bench_mem_routine()
150 printf("# Copying %s Bytes ...\n\n", length_str); in __bench_mem_routine()
172 printf(" %14lf Cycle/Byte\n", in __bench_mem_routine()
175 printf(" %14lf Cycle/Byte (with prefault)\n", in __bench_mem_routine()
180 printf("\n"); in __bench_mem_routine()
182 printf(" (with prefault)\n"); in __bench_mem_routine()
186 printf(" %14lf Cycle/Byte", in __bench_mem_routine()
192 printf("%s\n", only_prefault ? " (with prefault)" : ""); in __bench_mem_routine()
198 printf("%lf %lf\n", in __bench_mem_routine()
202 printf("%lf %lf\n", in __bench_mem_routine()
207 printf("%lf\n", (double)result_cycle[pf] in __bench_mem_routine()
210 printf("%lf\n", result_bps[pf]); in __bench_mem_routine()
262 printf("Unknown routine:%s\n", routine); in bench_mem_common()
263 printf("Available routines...\n"); in bench_mem_common()
265 printf("\t%s ... %s\n", in bench_mem_common()