Searched refs:read_xy_file (Results 1 – 5 of 5) sorted by relevance
/external/eigen/bench/btl/data/ |
D | regularize.cxx | 30 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops); 60 read_xy_file(filename,tab_sizes,tab_mflops); in main() 109 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in read_xy_file() function
|
D | smooth.cxx | 31 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops); 60 read_xy_file(filename,tab_sizes,tab_mflops); in main() 176 void read_xy_file(const string & filename, vector<int> & tab_sizes, vector<double> & tab_mflops){ in read_xy_file() function
|
D | mean.cxx | 95 read_xy_file(filename,tab_sizes,tab_mflops); in main()
|
/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() function
|
/external/eigen/bench/btl/generic_bench/ |
D | bench.hh | 60 bool hasOldResults = read_xy_file(filename, oldSizes, oldFlops, true); in bench()
|