Lines Matching refs:gflops
71 float gflops; member
122 float gflops; in inputfile_t() local
127 &gflops); in inputfile_t()
133 !isfinite(gflops)) in inputfile_t()
145 entry.gflops = gflops; in inputfile_t()
151 float gflops; in inputfile_t() local
157 &gflops); in inputfile_t()
161 !isfinite(gflops)) in inputfile_t()
174 entry.gflops = gflops; in inputfile_t()
245 max_gflops = max(max_gflops, it->gflops); in import_input_file_range_one_product_size()
251 entry.efficiency = it->gflops / max_gflops; in import_input_file_range_one_product_size()
742 if (it->gflops > best_pot_gflops) { in run()
743 best_pot_gflops = it->gflops; in run()
751 entry.default_gflops = it_default_sizes->gflops; in run()