Searched refs:statFileExists (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp48 bool statFileExists = get_options(argc, args, "-o", &statFile); local
49 if(statFileExists)
53 statFileExists = true;
73 Browse_Matrices<double>(current_dir, statFileExists, statFile,maxiters, tol);
77 Browse_Matrices<std::complex<double> >(current_dir, statFileExists, statFile, maxiters, tol);
79 if(statFileExists)
H A Dspbenchsolver.h488 void Browse_Matrices(const string folder, bool statFileExists, std::string& statFile, int maxiters, double tol) argument
510 if(statFileExists)

Completed in 123 milliseconds