Searched refs:statFileExists (Results 1 – 2 of 2) sorted by relevance
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 47 bool statFileExists = get_options(argc, args, "-o", &statFile); in main() local 48 if(statFileExists) in main() 52 statFileExists = true; in main() 71 Browse_Matrices<double>(matrix_dir, statFileExists, statFile,maxiters, tol); in main() 74 Browse_Matrices<std::complex<double> >(matrix_dir, statFileExists, statFile, maxiters, tol); in main() 76 if(statFileExists) in main()
|
D | spbenchsolver.h | 490 void Browse_Matrices(const string folder, bool statFileExists, std::string& statFile, int maxiters,… in Browse_Matrices() argument 498 if(statFileExists) in Browse_Matrices() 532 if(statFileExists) in Browse_Matrices()
|