Searched refs:repeats (Results 1 - 25 of 25) 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.best()) / repeats << "s "
82 << "(" << 1e-9 * cost*repeats/timerNoSqrt.best() << " GFLOPS)\t"
83 << (timerSqrt.best()) / repeats << "s "
84 << "(" << 1e-9 * cost*repeats/timerSqrt.best() << " GFLOPS)\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/toybox/toys/posix/
H A Duniq.c34 long repeats;
55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return;
56 if (toys.optflags & FLAG_c) fprintf(f, "%7lu ", TT.repeats + 1);
97 TT.repeats++;
101 TT.repeats = 0;
/external/webrtc/webrtc/base/
H A Dmaccocoasocketserver.mm104 repeats:NO];
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDAppClient.m56 repeats:(BOOL)repeats
68 repeats:(BOOL)repeats
77 repeats:repeats];
181 repeats:YES
/external/toolchain-utils/cros_utils/
H A 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/valgrind/gdbserver_tests/
H A Dmcwatchpoints.stdoutB.exp38 $1 = 'p' <repeats 50000 times>
/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java253 for (int repeats = 0; repeats < 10000; repeats++) {
/external/google-benchmark/src/
H A Dbenchmark.cc287 const int repeats = local
290 repeats != 1 &&
294 for (int i = 0; i < repeats; i++) {
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc287 const int repeats = local
290 repeats != 1 &&
294 for (int i = 0; i < repeats; i++) {
/external/v8/src/snapshot/
H A Ddeserializer.cc769 int repeats = source_.GetInt(); local
772 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object);
840 int repeats = data - kFixedRepeatStart; local
844 for (int i = 0; i < repeats; i++) UnalignedCopy(current++, &object);
/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/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_OSX.mm550 m_timer = [NSTimer scheduledTimerWithTimeInterval:(1.0 / KFPS) target:self selector:@selector(renderScene) userInfo:nil repeats:YES];
/external/valgrind/perf/
H A Dvg_perf.in64 --reps=<n> number of repeats for each program [1]
/external/ImageMagick/www/api/
H A Dfeature.php176 <p>MeanShiftImage() delineate arbitrarily shaped clusters in the image. For each pixel, it visits all the pixels in the neighborhood specified by the window centered at the pixel and excludes those that are outside the radius=(window-1)/2 surrounding the pixel. From those pixels, it finds those that are within the specified color distance from the current mean, and computes a new x,y centroid from those coordinates and a new mean. This new x,y centroid is used as the center for a new window. This process iterates until it converges and the final mean is replaces the (original window center) pixel value. It repeats this process for the next pixel, etc., until it processes all pixels in the image. Results are typically better with colorspaces other than sRGB. We recommend YIQ, YUV or YCbCr.</p>
/external/toybox/generated/
H A Dglobals.h1356 long repeats; member in struct:uniq_data
/external/libvorbis/doc/
H A D07-floor1.tex41 \item the induction step repeats, using a list of x values specified in
/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 1942 milliseconds