Lines Matching refs:results
364 static double results[ALGOR_NUM][SIZE_NUM]; variable
4249 if (results[k][testnum] > 10000 && !mr) in speed_main()
4250 printf(" %11.2fk", results[k][testnum] / 1e3); in speed_main()
4252 printf(mr ? ":%.2f" : " %11.2f ", results[k][testnum]); in speed_main()
4584 results[alg][run_no] = ((double)count) / time_used * lengths[run_no]; in print_result()
4698 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi()
4928 results[D_EVP][j] = ((double)count) / d * mblengths[j]; in multiblock_speed()
4938 fprintf(stdout, ":%.2f", results[D_EVP][j]); in multiblock_speed()
4950 if (results[D_EVP][j] > 10000) in multiblock_speed()
4951 fprintf(stdout, " %11.2fk", results[D_EVP][j] / 1e3); in multiblock_speed()
4953 fprintf(stdout, " %11.2f ", results[D_EVP][j]); in multiblock_speed()