Searched refs:tm0 (Results 1 – 7 of 7) sorted by relevance
/external/skqp/gm/ |
D | shadertext3.cpp | 93 for (size_t tm0 = 0; tm0 < SK_ARRAY_COUNT(kTileModes); ++tm0) { in onDraw() local 103 fillPaint.setShader(SkShader::MakeBitmapShader(fBmp, kTileModes[tm0], in onDraw()
|
/external/skia/gm/ |
D | shadertext3.cpp | 110 for (size_t tm0 = 0; tm0 < SK_ARRAY_COUNT(kTileModes); ++tm0) { in onDraw() local 120 fillPaint.setShader(fBmp.makeShader(kTileModes[tm0], kTileModes[tm1], &localM)); in onDraw()
|
/external/eigen/bench/perf_monitoring/gemm/ |
D | gemm.cpp | 35 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()
|
D | lazy_gemm.cpp | 42 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/ |
D | last.c | 72 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()
|
/external/mesa3d/src/intel/tools/tests/gen8/ |
D | mov.asm | 128 mov(4) g3<1>UD tm0<4,4,1>UD { align1 WE_all 1N };
|
/external/mesa3d/src/intel/tools/tests/gen9/ |
D | mov.asm | 122 mov(4) g3<1>UD tm0<4,4,1>UD { align1 WE_all 1N };
|