Searched defs:REPEAT (Results 1 - 25 of 28) sorted by relevance

12

/external/eigen/bench/
H A DbenchmarkX.cpp18 #ifndef REPEAT
19 #define REPEAT 100 macro
30 for(int a = 0; a < REPEAT; a++)
H A Dbenchmark.cpp14 #ifndef REPEAT
15 #define REPEAT 40000000 macro
32 for(int a = 0; a < REPEAT; a++)
H A DbenchmarkXcwise.cpp17 #ifndef REPEAT
18 #define REPEAT 1000 macro
29 for(int a = 0; a < REPEAT; a++)
H A DbenchmarkSlice.cpp10 #ifndef REPEAT
11 #define REPEAT 10000 macro
24 for(int a = 0; a < REPEAT; a++)
H A Dsparse_transpose.cpp14 #ifndef REPEAT
15 #define REPEAT 1 macro
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);)
H A Dvdw_new.cpp14 #ifndef REPEAT
15 #define REPEAT 10000 macro
51 for (unsigned int i = 0; i<REPEAT; ++i) {
H A DbenchGeometry.cpp10 #ifndef REPEAT
11 #define REPEAT 1000000 macro
70 for (int k=0; k<REPEAT; ++k)
H A DbenchCholesky.cpp18 #ifndef REPEAT
19 #define REPEAT 10000 macro
41 int repeats = (REPEAT*1000)/(rows*rows);
81 << (timerNoSqrt.value() * REPEAT) / repeats << "s "
83 << (timerSqrt.value() * REPEAT) / repeats << "s "
109 << timerSqrt.value() * REPEAT / repeats << "s";
H A Dbench_reverse.cpp7 #ifndef REPEAT
8 #define REPEAT 100000 macro
24 int repeats = (REPEAT*1000)/size;
51 << (timerB.value() * REPEAT) / repeats << "s "
H A Dsparse_dense_product.cpp14 #ifndef REPEAT
15 #define REPEAT 1 macro
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;
[all...]
H A Dsparse_lu.cpp19 #ifndef REPEAT
20 #define REPEAT 1 macro
37 for (int _k=0; _k<REPEAT; ++_k) { \
H A Dsparse_product.cpp17 #ifndef REPEAT
18 #define REPEAT 1 macro
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;
[all...]
H A Dsparse_randomsetter.cpp18 #ifndef REPEAT
19 #define REPEAT 1 macro
36 for (int _k=0; _k<REPEAT; ++_k) { \
H A Dsparse_trisolver.cpp15 #ifndef REPEAT
16 #define REPEAT 1 macro
33 for (int _k=0; _k<REPEAT; ++_k) { \
H A DbenchEigenSolver.cpp19 #ifndef REPEAT
20 #define REPEAT 1000 macro
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";
H A DbenchVecAdd.cpp11 #ifndef REPEAT
12 #define REPEAT 10000 macro
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)
H A Dsparse_cholesky.cpp19 #ifndef REPEAT
20 #define REPEAT 1 macro
37 for (int _k=0; _k<REPEAT; ++_k) { \
H A Dsparse_setter.cpp14 #ifndef REPEAT
15 #define REPEAT 2 macro
40 for (int _k=0; _k<REPEAT; ++_k) { \
167 for (int k=0; k<REPEAT; ++k)
175 for (int k=0; k<REPEAT; ++k)
/external/eigen/unsupported/bench/
H A Dbench_svd.cpp24 #ifndef REPEAT
25 #define REPEAT 10 macro
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 ";
/external/chromium_org/cc/resources/
H A Dui_resource_bitmap.h35 REPEAT enumerator in enum:cc::UIResourceBitmap::UIResourceWrapMode
/external/pixman/test/
H A Dcomposite.c66 #define REPEAT 0x01000000 macro
73 1 | REPEAT,
411 if (sizes[size] & REPEAT)
/external/chromium_org/chrome/browser/themes/
H A Dtheme_properties.h72 REPEAT = 3 enumerator in enum:ThemeProperties::Tiling
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 2751 milliseconds

12