Home
last modified time | relevance | path

Searched refs:tm0 (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dshadertext3.cpp97 for (size_t tm0 = 0; tm0 < SK_ARRAY_COUNT(kTileModes); ++tm0) { in onDraw() local
109 fillPaint.setShader(SkShader::MakeBitmapShader(fBmp, kTileModes[tm0], in onDraw()
/external/eigen/bench/perf_monitoring/gemm/
Dgemm.cpp35 double tm0 = 4, tm1 = 10; in bench() local
39 tm0 = 2; in bench()
45 long tries = std::max(tm0, std::min(tm1, up/flops) ); in bench()
Dlazy_gemm.cpp42 double tm0 = 10, tm1 = 20; in bench() local
46 long tries = std::max(tm0, std::min(tm1, up/flops) ); in bench()
/external/toybox/toys/pending/
Dlast.c72 static void seize_duration(time_t tm0, time_t tm1) in seize_duration() argument
75 double diff = difftime(tm1, tm0); in seize_duration()
77 diff = (diff > 0) ? (tm1 - tm0) : 0; in seize_duration()
79 strncpy(toybuf, ctime(&tm0), 16); // Login Time. in seize_duration()