Searched defs:tmt (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/
H A Dbench_gemm.cpp206 BenchTimer tmt; local
208 BENCH(tmt, tries, rep, gemm(a,b,c));
209 std::cout << "eigen cpu " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << tmt.total(CPU_TIMER) << "s)\n";
210 std::cout << "eigen real " << tmt.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tmt.total(REAL_TIMER) << "s)\n";
222 std::cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmono.best(CPU_TIMER) / tmt
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c2521 uint32_t *tmt = (uint32_t*)prop->val; local
2522 *tmt = 120; /* default to 120s, if not found in NV */

Completed in 196 milliseconds