Home
last modified time | relevance | path

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

1234

/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.best()) / repeats << "s " in benchLLT()
82 << "(" << 1e-9 * cost*repeats/timerNoSqrt.best() << " GFLOPS)\t" in benchLLT()
83 << (timerSqrt.best()) / repeats << "s " in benchLLT()
84 << "(" << 1e-9 * cost*repeats/timerSqrt.best() << " GFLOPS)\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.c55 int repeats = 0; in main() local
91 repeats++; /* count number of repeated zero numfds */ in main()
92 if(repeats > 1) { in main()
97 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/python/cpython2/Lib/test/
Dtest_bigmem.py210 repeats = size // len(chars) + 2
211 s = chars * repeats
219 repeats = size // len(whitespace) + 2
220 s = whitespace * repeats
238 repeats = size // len(chars) + 2
239 s = chars * repeats
414 repeats = size // sublen + 2
415 s = SUBSTR * repeats
417 self.assertEqual(len(s), sublen * repeats)
434 repeats = size // sublen + 2
[all …]
/external/toolchain-utils/cros_utils/
Dpstat.py142 repeats = len(source) / len(addon) # repeat addon n times
144 for i in range(repeats - 1):
147 repeats = len(source) / len(addon) + 1 # repeat addon x times,
149 for i in range(repeats - 1):
154 repeats = len(addon) / len(source) # repeat source n times
156 for i in range(repeats - 1):
159 repeats = len(addon) / len(source) + 1 # repeat source x times,
161 for i in range(repeats - 1):
/external/brotli/go/cbrotli/
Dcbrotli_test.go238 repeats int
245 t.Logf("case %q x %d", test.data, test.repeats)
246 input := bytes.Repeat(test.data, test.repeats)
/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/
Dcontrol22 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/
Dcontrol19 access the internet through the cellular network. The test repeats a
/external/autotest/client/site_tests/network_3GSmokeTest/
Dcontrol23 responds to modem manager DBUS API calls. It repeats the
Dcontrol.huawei-me93625 responds to modem manager DBUS API calls. It repeats the
Dcontrol.pseudomodem23 responds to modem manager DBUS API calls. It repeats the
Dcontrol.huawei-mu73625 responds to modem manager DBUS API calls. It repeats the
Dcontrol.icera-y330025 responds to modem manager DBUS API calls. It repeats the
Dcontrol.altair-messi_v25 responds to modem manager DBUS API calls. It repeats the
Dcontrol.gobi2k25 responds to modem manager DBUS API calls. It repeats the
Dcontrol.altair-alt310025 responds to modem manager DBUS API calls. It repeats the
Dcontrol.novatel-e36225 responds to modem manager DBUS API calls. It repeats the
Dcontrol.wardmodem_e36222 responds to modem manager DBUS API calls. It repeats the
Dcontrol.icera-y340025 responds to modem manager DBUS API calls. It repeats the
/external/skia/src/views/mac/
DSkEventNotifier.mm44 userInfo:nil repeats:NO];

1234