Searched defs:tab_mflops (Results 1 – 6 of 6) sorted by relevance
/external/eigen/bench/btl/data/ |
D | smooth.cxx | 58 vector<double> tab_mflops; in main() local 100 void smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,int window_… in smooth_curve() 125 void centered_smooth_curve(const vector<double> & tab_mflops, vector<double> & smooth_tab_mflops,in… in centered_smooth_curve() 160 void write_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in write_xy_file() 176 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in read_xy_file()
|
D | regularize.cxx | 58 vector<double> tab_mflops; in main() local 72 const vector<double> & tab_mflops, in regularize_curve() 109 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in read_xy_file()
|
D | mean.cxx | 93 vector<double> tab_mflops; in main() local 153 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_m… in mean_calc()
|
/external/eigen/bench/btl/generic_bench/static/ |
D | bench_static.hh | 48 std::vector<double> tab_mflops; in bench_static() local
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | xy_file.hh | 29 std::vector<double> & tab_mflops, bool quiet = false) in read_xy_file()
|
/external/eigen/bench/btl/generic_bench/ |
D | bench.hh | 52 std::vector<double> tab_mflops(nb_point); in bench() local
|