Lines Matching refs:printf
94 printf(" %14lf bytes/sec\n", x); \
96 printf(" %14lfd KB/sec\n", x / K); \
98 printf(" %14lf MB/sec\n", x / K / K); \
100 printf(" %14lf GB/sec\n", x / K / K / K); \
116 printf("# function '%s' (%s)\n", r->name, r->desc); in __bench_mem_function()
119 printf("# Copying %s bytes ...\n\n", size_str); in __bench_mem_function()
130 printf(" %14lf cycles/byte\n", (double)result_cycles/size_total); in __bench_mem_function()
138 printf("%lf\n", (double)result_cycles/size_total); in __bench_mem_function()
140 printf("%lf\n", result_bps); in __bench_mem_function()
181 printf("Unknown function: %s\n", function_str); in bench_mem_common()
182 printf("Available functions:\n"); in bench_mem_common()
184 printf("\t%s ... %s\n", in bench_mem_common()