Home
last modified time | relevance | path

Searched refs:best_pot_gflops (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/
Danalyze-blocking-sizes.cpp675 float best_pot_gflops; member
686 << " -> " << entry.best_pot_gflops in operator <<()
737 float best_pot_gflops = 0; in run() local
742 if (it->gflops > best_pot_gflops) { in run()
743 best_pot_gflops = it->gflops; in run()
752 entry.best_pot_gflops = best_pot_gflops; in run()
753 entry.default_efficiency = entry.default_gflops / entry.best_pot_gflops; in run()