Lines Matching full:efficiency
200 float efficiency;
205 return e1.efficiency < e2.efficiency;
251 entry.efficiency = it->gflops / max_gflops;
306 float efficiency = 1.0f;
319 efficiency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency);
323 efficiency = min(efficiency, efficiency_this_product_size);
331 return efficiency;
370 efficiency_this_entry = min(efficiency_this_entry, preprocessed_inputfiles[*i].entries[e].efficiency);
404 float efficiency = 1.0f;
406 efficiency = min(efficiency, efficiency_of_subset(preprocessed_inputfiles, *s));
408 return efficiency;
482 cerr << "can't beat efficiency 1." << endl;
572 float efficiency = efficiency_of_partition(preprocessed_inputfiles, partition);
573 cout << "Partition into " << partition.size() << " subsets for " << efficiency * 100.0f << "% efficiency" << endl;
576 << ", efficiency " << efficiency_of_subset(preprocessed_inputfiles, *subset) * 100.0f << "%:"
640 << " % efficiency"
790 << " % of product sizes have default efficiency <= "