Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 25 of 73) sorted by relevance

123

/external/eigen/bench/
Dspmv.cpp11 #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 …]
DbenchCholesky.cpp41 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()
Dbench_reverse.cpp24 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/
Dmulti-single.c52 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/
Duniq.c34 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/
Dbuildbucket_job.py14 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/
Dindex_testing.h108 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/
DARDAppClient.m56 repeats:(BOOL)repeats
68 repeats:(BOOL)repeats
77 repeats:repeats];
181 repeats:YES
/external/skia/experimental/FileReaderApp/
DFileReaderWindow.mm29 repeats:YES];
/external/autotest/client/site_tests/touch_ScrollDirection/
Dcontrol23 Toggles Australian scrolling and repeats.
/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java253 for (int repeats = 0; repeats < 10000; repeats++) { in testOptimalSize()
/external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
Dcontrol20 access the internet through the cellular network. The test repeats a
/external/autotest/client/site_tests/network_3GSmokeTest/
Dcontrol.y340026 responds to modem manager DBUS API calls. It repeats the
Dcontrol.pseudomodem24 responds to modem manager DBUS API calls. It repeats the
Dcontrol.clumsy26 responds to modem manager DBUS API calls. It repeats the
Dcontrol.e36226 responds to modem manager DBUS API calls. It repeats the
Dcontrol23 responds to modem manager DBUS API calls. It repeats the
Dcontrol.alt310026 responds to modem manager DBUS API calls. It repeats the
Dcontrol.mu73626 responds to modem manager DBUS API calls. It repeats the
Dcontrol.wardmodem_e36222 responds to modem manager DBUS API calls. It repeats the
Dcontrol.y330026 responds to modem manager DBUS API calls. It repeats the
Dcontrol.wooly26 responds to modem manager DBUS API calls. It repeats the
Dcontrol.gobi2k26 responds to modem manager DBUS API calls. It repeats the
Dcontrol.hefty26 responds to modem manager DBUS API calls. It repeats the
/external/skia/src/views/mac/
DSkEventNotifier.mm44 userInfo:nil repeats:NO];

123