Searched refs:flops (Results 1 – 7 of 7) sorted by relevance
43 double flops = 2. * m * n * k; in bench() local44 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()
44 double flops = 2. * m * n * k; in bench() local45 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()
109 ; flops-6. Make sure the unused register read by vcvtsi2sdq is zeroed
455 cost is approximately \f$ 25 n^3 \f$ real flops for the real Schur456 decomposition and \f$ 3\frac13 n^3 \f$ real flops for the remainder
1011 From flops:
1174 From flops: