HomeSort by relevance Sort by last modified time
    Searched refs:eval_mflops (Results 1 - 7 of 7) sorted by null

  /external/eigen/bench/btl/generic_bench/timers/
mixed_perf_analyzer.hh 46 inline double eval_mflops(int size) function in class:Mixed_Perf_Analyzer
51 result=_ppa.eval_mflops(size);
55 result=_x86pa.eval_mflops(size);
STL_perf_analyzer.hh 42 inline double eval_mflops(int size) function in class:STL_Perf_Analyzer
portable_perf_analyzer.hh 41 BTL_DONT_INLINE double eval_mflops(int size) function in class:Portable_Perf_Analyzer
portable_perf_analyzer_old.hh 42 inline double eval_mflops(int size) function in class:Portable_Perf_Analyzer
x86_perf_analyzer.hh 43 inline double eval_mflops(int size) function in class:X86_Perf_Analyzer
  /external/eigen/bench/btl/generic_bench/static/
static_size_generator.hh 35 tab_mflops.push_back(perf_action.eval_mflops(SIZE));
49 tab_mflops.push_back(perf_action.eval_mflops(1));
  /external/eigen/bench/btl/generic_bench/
bench.hh 78 tab_mflops[i] = perf_action.eval_mflops(tab_sizes[i]);

Completed in 44 milliseconds