/external/curl/docs/examples/ |
H A D | multi-single.c | 55 int repeats = 0; local 91 repeats++; /* count number of repeated zero numfds */ 92 if(repeats > 1) { 97 repeats = 0;
|
/external/eigen/bench/ |
H A D | spmv.cpp | 11 #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 D | benchCholesky.cpp | 41 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 D | bench_reverse.cpp | 24 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 D | evtest.c | 273 char *repeats[REP_MAX + 1] = {
variable 298 [EV_SND] = sounds, [EV_REP] = repeats,
|
/external/v8/src/snapshot/ |
H A D | deserializer.cc | 724 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 D | test-serialize.cc | 106 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 D | globals.h | 1273 long repeats; member in struct:uniq_data
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |