HomeSort by relevance Sort by last modified time
    Searched full:mean_calc (Results 1 - 1 of 1) sorted by null

  /external/eigen/bench/btl/data/
mean.cxx 31 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max);
97 mic=mean_calc(tab_sizes,tab_mflops,min_in_cache,max_in_cache);
98 moc=mean_calc(tab_sizes,tab_mflops,min_out_of_cache,max_out_of_cache);
153 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max){ function

Completed in 158 milliseconds