/external/eigen/bench/ |
D | spmv.cpp | 11 #define SPMV_BENCH(CODE) BENCH(t,tries,repeats,CODE); 44 int repeats = 2; in main() local 67 repeats = atoi(argv[i]+1); in main() 80 … " x " << cols << " with " << nnzPerCol << " non zeros per column. (" << repeats << " repeats, and… in main() 100 std::cout << "Dense " << t.value()/repeats << "\t"; in main() 103 std::cout << t.value()/repeats << endl; in main() 110 std::cout << "Eigen " << t.value()/repeats << "\t"; in main() 113 std::cout << t.value()/repeats << endl; in main() 143 std::cout << "OSKI " << t.value()/repeats << "\t"; in main() 146 std::cout << t.value()/repeats << "\n"; in main() [all …]
|
D | benchCholesky.cpp | 41 int repeats = (REPEAT*1000)/(rows*rows); in benchLLT() local 57 for (int k=0; k<repeats; ++k) in benchLLT() 68 for (int k=0; k<repeats; ++k) in benchLLT() 81 << (timerNoSqrt.value() * REPEAT) / repeats << "s " in benchLLT() 82 << "(" << 1e-6 * cost*repeats/timerNoSqrt.value() << " MFLOPS)\t" in benchLLT() 83 << (timerSqrt.value() * REPEAT) / repeats << "s " in benchLLT() 84 << "(" << 1e-6 * cost*repeats/timerSqrt.value() << " MFLOPS)\n"; in benchLLT() 99 for (int k=0; k<repeats; ++k) in benchLLT() 109 << timerSqrt.value() * REPEAT / repeats << "s"; in benchLLT()
|
D | bench_reverse.cpp | 24 int repeats = (REPEAT*1000)/size; in bench_reverse() local 36 for (int k=0; k<repeats; ++k) in bench_reverse() 51 << (timerB.value() * REPEAT) / repeats << "s " in bench_reverse() 52 << "(" << 1e-6 * size*repeats/timerB.value() << " MFLOPS)\t"; in bench_reverse()
|
/external/curl/docs/examples/ |
D | multi-single.c | 52 int repeats = 0; in main() local 89 repeats++; /* count number of repeated zero numfds */ in main() 90 if(repeats > 1) { in main() 95 repeats = 0; in main()
|
/external/toybox/toys/posix/ |
D | uniq.c | 34 long repeats; 55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return; in print_line() 56 if (toys.optflags & FLAG_c) fprintf(f, "%7lu ", TT.repeats + 1); in print_line() 97 TT.repeats++; in uniq_main() 101 TT.repeats = 0; in uniq_main()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | buildbucket_job.py | 14 test_command, metric, repeats, timeout_minutes, bug_id, argument 19 repeats, timeout_minutes, recipe_tester_name]): 29 self.repeat_count = repeats
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | index_testing.h | 108 int repeats = 0; in search_with_ground_truth() local 110 repeats++; in search_with_ground_truth() 123 time = float(t.value/repeats); in search_with_ground_truth()
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDAppClient.m | 56 repeats:(BOOL)repeats 68 repeats:(BOOL)repeats 77 repeats:repeats]; 181 repeats:YES
|
/external/skia/experimental/FileReaderApp/ |
D | FileReaderWindow.mm | 29 repeats:YES];
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | control | 23 Toggles Australian scrolling and repeats.
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | BloomFilterTest.java | 253 for (int repeats = 0; repeats < 10000; repeats++) { in testOptimalSize()
|
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/ |
D | control | 20 access the internet through the cellular network. The test repeats a
|
/external/autotest/client/site_tests/network_3GSmokeTest/ |
D | control.y3400 | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.pseudomodem | 24 responds to modem manager DBUS API calls. It repeats the
|
D | control.clumsy | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.e362 | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control | 23 responds to modem manager DBUS API calls. It repeats the
|
D | control.alt3100 | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.mu736 | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.wardmodem_e362 | 22 responds to modem manager DBUS API calls. It repeats the
|
D | control.y3300 | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.wooly | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.gobi2k | 26 responds to modem manager DBUS API calls. It repeats the
|
D | control.hefty | 26 responds to modem manager DBUS API calls. It repeats the
|
/external/skia/src/views/mac/ |
D | SkEventNotifier.mm | 44 userInfo:nil repeats:NO];
|