Home
last modified time | relevance | path

Searched refs:read_xy_file (Results 1 – 5 of 5) sorted by relevance

/external/eigen/bench/btl/data/
Dregularize.cxx30 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
Dsmooth.cxx31 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
Dmean.cxx95 read_xy_file(filename,tab_sizes,tab_mflops); in main()
/external/eigen/bench/btl/generic_bench/utils/
Dxy_file.hh28 bool read_xy_file(const std::string & filename, std::vector<int> & tab_sizes, in read_xy_file() function
/external/eigen/bench/btl/generic_bench/
Dbench.hh60 bool hasOldResults = read_xy_file(filename, oldSizes, oldFlops, true); in bench()