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

  /external/eigen/bench/
bench_gemm.cpp 206 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.best(REAL_TIMER))/procs << "%\n"
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 2479 uint32_t *tmt = (uint32_t*)prop->val; local
    [all...]

Completed in 50 milliseconds