Home
last modified time | relevance | path

Searched refs:flops (Results 1 – 7 of 7) sorted by relevance

/external/eigen/bench/perf_monitoring/gemm/
Dgemm.cpp43 double flops = 2. * m * n * k; in bench() local
44 long rep = std::max(1., std::min(100., up/flops) ); in bench()
45 long tries = std::max(tm0, std::min(tm1, up/flops) ); in bench()
49 return 1e-9 * rep * flops / t.best(); in bench()
Dlazy_gemm.cpp44 double flops = 2. * m * n * k; in bench() local
45 long rep = std::max(10., std::min(10000., up/flops) ); in bench()
46 long tries = std::max(tm0, std::min(tm1, up/flops) ); in bench()
50 return 1e-9 * rep * flops / t.best(); in bench()
/external/llvm/test/CodeGen/X86/
Dbreak-false-dep.ll109 ; flops-6. Make sure the unused register read by vcvtsi2sdq is zeroed
/external/eigen/unsupported/Eigen/
DMatrixFunctions455 cost is approximately \f$ 25 n^3 \f$ real flops for the real Schur
456 decomposition and \f$ 3\frac13 n^3 \f$ real flops for the remainder
/external/llvm/lib/Target/X86/
DREADME.txt1011 From flops:
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME.txt1174 From flops:
/external/jline/src/src/test/resources/jline/example/
Denglish.gz