Searched defs:repeats (Results 1 - 14 of 14) sorted by relevance

/external/curl/docs/examples/
H A Dmulti-single.c55 int repeats = 0; local
91 repeats++; /* count number of repeated zero numfds */
92 if(repeats > 1) {
97 repeats = 0;
/external/eigen/bench/
H A Dspmv.cpp11 #define SPMV_BENCH(CODE) BENCH(t,tries,repeats,CODE);
44 int repeats = 2; local
67 repeats = atoi(argv[i]+1);
76 std::cout << argv[0] << " r<nb rows> c<nb columns> n<non zeros per column> t<nb tries> p<nb repeats>\n";
80 std::cout << "SpMV " << rows << " x " << cols << " with " << nnzPerCol << " non zeros per column. (" << repeats << " repeats, and " << tries << " tries)\n\n";
100 std::cout << "Dense " << t.value()/repeats << "\t";
103 std::cout << t.value()/repeats << endl;
110 std::cout << "Eigen " << t.value()/repeats << "\t";
113 std::cout << t.value()/repeats << end
[all...]
H A DbenchCholesky.cpp41 int repeats = (REPEAT*1000)/(rows*rows); local
57 for (int k=0; k<repeats; ++k)
68 for (int k=0; k<repeats; ++k)
81 << (timerNoSqrt.value() * REPEAT) / repeats << "s "
82 << "(" << 1e-6 * cost*repeats/timerNoSqrt.value() << " MFLOPS)\t"
83 << (timerSqrt.value() * REPEAT) / repeats << "s "
84 << "(" << 1e-6 * cost*repeats/timerSqrt.value() << " MFLOPS)\n";
99 for (int k=0; k<repeats; ++k)
109 << timerSqrt.value() * REPEAT / repeats << "s"; local
H A Dbench_reverse.cpp24 int repeats = (REPEAT*1000)/size; local
36 for (int k=0; k<repeats; ++k)
51 << (timerB.value() * REPEAT) / repeats << "s "
52 << "(" << 1e-6 * size*repeats/timerB.value() << " MFLOPS)\t";
/external/autotest/client/site_tests/hardware_Keyboard/src/
H A Devtest.c273 char *repeats[REP_MAX + 1] = { variable
298 [EV_SND] = sounds, [EV_REP] = repeats,
/external/v8/src/snapshot/
H A Ddeserializer.cc724 int repeats = source_.GetInt(); local
727 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object);
795 int repeats = data - kFixedRepeatStart; local
799 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object);
/external/v8/test/cctest/
H A Dtest-serialize.cc106 Vector<const uint8_t> tail, int repeats) {
107 int source_length = head.length() + body.length() * repeats + tail.length();
110 for (int i = 0; i < repeats; i++) {
114 CopyChars(source + head.length() + repeats * body.length(), tail.start(),
104 ConstructSource(Vector<const uint8_t> head, Vector<const uint8_t> body, Vector<const uint8_t> tail, int repeats) argument
/external/toybox/generated/
H A Dglobals.h1273 long repeats; member in struct:uniq_data
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 355 milliseconds