HomeSort by relevance Sort by last modified time
    Searched refs:mflops (Results 1 - 5 of 5) sorted by null

  /external/eigen/bench/btl/generic_bench/utils/
xy_file.hh 43 double mflops=0; local
45 while (input_file >> size >> mflops ){
48 tab_mflops.push_back(mflops);
  /external/eigen/bench/btl/data/
regularize.cxx 120 double mflops=0; local
122 while (input_file >> size >> mflops ){
125 tab_mflops.push_back(mflops);
smooth.cxx 187 double mflops=0; local
189 while (input_file >> size >> mflops ){
192 tab_mflops.push_back(mflops);
  /external/eigen/bench/
benchFFT.cpp 80 double mflops = 5.*nfft*log2((double)nfft) / (1e6 * timer.value() / (double)nits ); local
85 mflops /= 2;
94 cout << " NFFT=" << nfft << " " << (double(1e-6*nfft*nits)/timer.value()) << " MS/s " << mflops << "MFLOPS\n";
  /external/chromium_org/chrome/test/functional/
perf.py     [all...]

Completed in 527 milliseconds