HomeSort by relevance Sort by last modified time
    Searched refs:REPEAT (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/eigen/bench/
benchmarkX.cpp 18 #ifndef REPEAT
19 #define REPEAT 100
30 for(int a = 0; a < REPEAT; a++)
benchmarkXcwise.cpp 17 #ifndef REPEAT
18 #define REPEAT 1000
29 for(int a = 0; a < REPEAT; a++)
benchmark.cpp 14 #ifndef REPEAT
15 #define REPEAT 40000000
32 for(int a = 0; a < REPEAT; a++)
vdw_new.cpp 14 #ifndef REPEAT
15 #define REPEAT 10000
51 for (unsigned int i = 0; i<REPEAT; ++i) {
sparse_transpose.cpp 14 #ifndef REPEAT
15 #define REPEAT 1
32 for (int _k=0; _k<REPEAT; ++_k) { \
54 BENCH(for (int k=0; k<REPEAT; ++k) m3 = m1.transpose();)
63 BENCH(for (int k=0; k<REPEAT; ++k) sm3 = sm1.transpose();)
73 BENCH(for (int k=0; k<REPEAT; ++k) { m3 = cs_transpose(m1,1); cs_spfree(m3);})
84 BENCH(for (int k=0; k<REPEAT; ++k) gmm::copy(gmm::transposed(m1),m3);)
94 BENCH(for (int k=0; k<REPEAT; ++k) m3 = trans(m1);)
bench_reverse.cpp 7 #ifndef REPEAT
8 #define REPEAT 100000
24 int repeats = (REPEAT*1000)/size;
51 << (timerB.value() * REPEAT) / repeats << "s "
benchmarkSlice.cpp 10 #ifndef REPEAT
11 #define REPEAT 10000
24 for(int a = 0; a < REPEAT; a++)
sparse_dense_product.cpp 14 #ifndef REPEAT
15 #define REPEAT 1
32 for (int _k=0; _k<REPEAT; ++_k) { \
77 for (int k=0; k<REPEAT; ++k)
80 std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " << endl;
84 for (int k=0; k<REPEAT; ++k)
96 std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " << endl;
101 std::cout << " a' * v:\t" << timer.best()/REPEAT << endl;
108 // BENCH(for (int k=0; k<REPEAT; ++k) v2 = m1 * v1;
    [all...]
benchEigenSolver.cpp 19 #ifndef REPEAT
20 #define REPEAT 1000
39 int stdRepeats = std::max(1,int((REPEAT*1000)/(rows*rows*sqrt(rows))));
86 << timerSa.value() * REPEAT / saRepeats << "s \t"
87 << timerStd.value() * REPEAT / stdRepeats << "s";
122 << timerSa.value() * REPEAT / saRepeats << "s"
123 << /*timerStd.value() * REPEAT / stdRepeats << "s"*/ " na ";
168 << timerSa.value() * REPEAT / saRepeats << "s \t"
169 << timerStd.value() * REPEAT / stdRepeats << "s";
benchVecAdd.cpp 11 #ifndef REPEAT
12 #define REPEAT 10000
43 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
60 std::cout << innersize << " x " << outersize << " " << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
74 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n";
81 for (int k=0; k<REPEAT; ++k)
87 for (int k=0; k<REPEAT; ++k)
96 for (int k=0; k<REPEAT; ++k)
sparse_product.cpp 17 #ifndef REPEAT
18 #define REPEAT 1
34 for (int _k=0; _k<REPEAT; ++_k) { \
125 for (int k=0; k<REPEAT; ++k)
132 for (int k=0; k<REPEAT; ++k)
139 for (int k=0; k<REPEAT; ++k)
146 for (int k=0; k<REPEAT; ++k)
194 BENCH(for (int k=0; k<REPEAT; ++k) m3 = m1 * m2;)
207 BENCH(for (int k=0; k<REPEAT; ++k) m3 = m1.transpose() * m2;)
213 BENCH( for (int k=0; k<REPEAT; ++k) m3 = m1.transpose() * m2.transpose();
    [all...]
sparse_lu.cpp 19 #ifndef REPEAT
20 #define REPEAT 1
37 for (int _k=0; _k<REPEAT; ++_k) { \
sparse_randomsetter.cpp 18 #ifndef REPEAT
19 #define REPEAT 1
36 for (int _k=0; _k<REPEAT; ++_k) { \
benchCholesky.cpp 18 #ifndef REPEAT
19 #define REPEAT 10000
41 int repeats = (REPEAT*1000)/(rows*rows);
109 << timerSqrt.value() * REPEAT / repeats << "s";
  /external/google-fruit/extras/benchmark/
compile_time_benchmark.cpp 20 #define REPEAT(X) REPEAT_1(X, _)
23 #define REPEAT(X) REPEAT_2(X, _)
26 #define REPEAT(X) REPEAT_4(X, _)
29 #define REPEAT(X) REPEAT_8(X, _)
32 #define REPEAT(X) REPEAT_16(X, _)
35 #define REPEAT(X) REPEAT_32(X, _)
38 #define REPEAT(X) REPEAT_64(X, _)
41 #define REPEAT(X) REPEAT_128(X, _)
44 #define REPEAT(X) REPEAT_256(X, _)
47 #define REPEAT(X) REPEAT_512(X, _
    [all...]
new_delete_benchmark.cpp 24 #define REPEAT(X) REPEAT_1(X, _)
27 #define REPEAT(X) REPEAT_10(X, _)
30 #define REPEAT(X) REPEAT_100(X, _)
33 #define REPEAT(X) REPEAT_1000(X, _)
74 EVAL(REPEAT(DEFINITIONS))
86 EVAL(REPEAT(ALLOCATE))
87 EVAL(REPEAT(DEALLOCATE))
  /external/eigen/unsupported/bench/
bench_svd.cpp 24 #ifndef REPEAT
25 #define REPEAT 10
46 for (int i=0; i<REPEAT; ++i)
53 for (int i=0; i<REPEAT; ++i)
60 cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.value() << "s ";
77 for (int i=0; i<REPEAT; ++i)
84 for (int i=0; i<REPEAT; ++i)
91 cout << "Sample " << k << " : " << REPEAT << " computations : Jacobi : " << fixed << timerJacobi.value() << "s ";
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 35 const android::String8 REPEAT("repeat");
39 ASSERT_TRUE(mSequential->parseAttribute(REPEAT, N_10));
TaskSequentialTest.cpp 42 const android::String8 REPEAT("repeat");
48 ASSERT_TRUE(mSequential->parseAttribute(REPEAT, N_10));
  /cts/tests/tests/graphics/src/android/graphics/cts/
Shader_TileModeTest.java 36 assertEquals(TileMode.REPEAT, TileMode.valueOf("REPEAT"));
44 assertEquals(TileMode.REPEAT, tileMode[1]);
ShaderTest.java 50 Shader shader = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
77 Shader shader = new BitmapShader(bitmap, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Patterns.java 74 mShader1 = new BitmapShader(makeBitmap1(), Shader.TileMode.REPEAT,
75 Shader.TileMode.REPEAT);
76 mShader2 = new BitmapShader(makeBitmap2(), Shader.TileMode.REPEAT,
77 Shader.TileMode.REPEAT);
  /external/freetype/src/tools/
test_bbox.c 137 long repeat )
144 for ( count = repeat; count > 0; count-- )
159 for ( count = repeat; count > 0; count-- )
173 #define REPEAT 1000000L
178 profile_outline( &dummy_outline_1, REPEAT );
181 profile_outline( &dummy_outline_2, REPEAT );
184 profile_outline( &dummy_outline_3, REPEAT );
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
ResourceModifier.java 62 repeatShader = new BitmapShader(bitmap, Shader.TileMode.REPEAT,
63 Shader.TileMode.REPEAT);
65 translatedShader = new BitmapShader(bitmap, Shader.TileMode.REPEAT,
66 Shader.TileMode.REPEAT);
118 bitmapColors, null, Shader.TileMode.REPEAT);
  /external/libxkbcommon/xkbcommon/test/
test.h 43 REPEAT,

Completed in 273 milliseconds

1 2 3