Searched defs:tab_sizes (Results 1 – 6 of 6) sorted by relevance
/external/eigen/bench/btl/data/ |
D | regularize.cxx | 57 vector<int> tab_sizes; in main() local 73 const vector<int> & tab_sizes, in regularize_curve() 109 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in read_xy_file()
|
D | smooth.cxx | 57 vector<int> tab_sizes; in main() local 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 | mean.cxx | 92 vector<int> tab_sizes; 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 | 49 std::vector<double> tab_sizes; in bench_static() local
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | xy_file.hh | 28 bool read_xy_file(const std::string & filename, std::vector<int> & tab_sizes, in read_xy_file()
|
/external/eigen/bench/btl/generic_bench/ |
D | bench.hh | 53 std::vector<int> tab_sizes(nb_point); in bench() local
|