HomeSort by relevance Sort by last modified time
    Searched defs:iterations (Results 151 - 175 of 420) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 33 #ifndef ITERATIONS
34 #define ITERATIONS 5
68 fprintf(stderr, "** Standard sieve time: %.9fs +/- %.9fs (%d iterations)\n", s,m, (int)U_LOTS_OF_TIMES);
159 * @return number of iterations
177 double times[ITERATIONS];
179 for(int i=0;i<ITERATIONS;i++) {
182 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]);
186 uint32_t iterations = ITERATIONS; local
187 *subTime = uprv_getMeanTime(times,&iterations,marginOfError)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleMatcherTest.java 617 int iterations = i == 0 ? 1000 : 100000; local
619 long timeShort = timeLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0);
621 long timeMedium = timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, timeShort);
623 long timeLong = timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations, timeShort);
628 boolean showmessage, int iterations, long comparisonTime) {
630 for (int i = iterations; i > 0; --i) {
634 if (showmessage) warnln(title + (delta / iterations) + " nanos, "
    [all...]
  /external/libchrome/base/third_party/nspr/
prtime.cc 477 int iterations = 0; local
485 if (iterations++ > 1000)
    [all...]
  /external/ltp/lib/
tst_test.c 45 static int iterations = 1; variable
491 iterations = atoi(optarg);
900 if (i < (unsigned int)iterations) {
  /external/mesa3d/src/compiler/nir/
nir_loop_analyze.c 503 * Make sure that the calculated number of iterations satisfies the exit
600 int iterations = calculate_iterations(&initial_val, &step_val, local
607 if (iterations == -1) {
613 * iterations than previously (we have identified a more limiting
616 if (min_trip_count == -1 || iterations < min_trip_count) {
617 min_trip_count = iterations;
658 * array size is exactly the number of loop iterations, this is
  /external/python/cpython2/Modules/
_hashopenssl.c 659 "pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
667 static char *kwlist[] = {"hash_name", "password", "salt", "iterations",
672 long iterations, dklen; local
678 &iterations, &dklen_obj)) {
700 if (iterations < 1) {
705 if (iterations > INT_MAX) {
741 iterations, digest, dklen,
746 iterations, digest, dklen,
  /external/python/cpython3/Modules/
_hashopenssl.c 616 "pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
624 static char *kwlist[] = {"hash_name", "password", "salt", "iterations",
629 long iterations, dklen; local
635 &iterations, &dklen_obj)) {
657 if (iterations < 1) {
662 if (iterations > INT_MAX) {
698 iterations, digest, dklen,
703 iterations, digest, dklen,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShrinkWrapping.cpp 74 None, BasicInfo, Iterations, Details
83 clEnumVal(Iterations, "print SR sets for each iteration"),
130 // Initialize shrink wrapping DFA sets, called before iterations.
282 unsigned iterations = 0; local
285 ++iterations;
306 << "iterations = " << iterations << "\n"
604 DEBUG(if (ShrinkWrapDebugging >= Iterations)
620 DEBUG(if (ShrinkWrapDebugging >= Iterations)
658 DEBUG(if (ShrinkWrapDebugging >= Iterations)
801 unsigned iterations = 0; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 170 int iterations; local
199 iterations = MediaRecorderStressTestRunner.mIterations;
204 mOutput.write("Total number of loops: " + iterations + "\n");
208 for (int i = 0; i < iterations; i++) {
220 Log.v(TAG, "iterations : " + iterations);
  /frameworks/native/libs/binder/tests/
schd-dbg.cpp 49 int iterations = 100; variable
320 void worker_fx(int num, int no_process, int iterations, int payload_size,
346 // each iterations contains exatcly 2 transactions
347 for (int i = 0; is_client(num) && i < iterations; i++) {
376 int no_trans = iterations * 2;
395 Pipe make_process(int num, int iterations, int no_process, int payload_size) {
404 worker_fx(num, no_process, iterations, payload_size,
427 iterations = atoi(argv[i + 1]);
471 << ",\"iterations\":" << iterations << ",\"deadline_us\":" << deadline_u
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 474 int iterations = 0; local
513 iterations++;
517 total_gain_buffer_us / iterations, ::benchmark::Counter::kAvgThreads);
519 total_post_buffer_us / iterations, ::benchmark::Counter::kAvgThreads);
521 (total_gain_buffer_us + total_post_buffer_us) / iterations,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 45 state.SetBytesProcessed(int64_t(state.iterations()) *
111 static_cast<int64_t>(state.iterations())*state.range(0));
367 // Skip any future iterations of the 'KeepRunning()' loop in the current
459 size_t iterations() const { return total_iterations_; } function in class:benchmark::internal::State
580 // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
583 // Specify the amount of iterations that should be run by this benchmark.
589 Benchmark* Iterations(size_t n);
603 // called, the elapsed time will be used to control how many iterations are
613 // to control how many iterations are run, and in the printing of items/second
    [all...]
  /external/ImageMagick/MagickCore/
animate.c 1341 iterations, local
    [all...]
  /external/ImageMagick/MagickWand/
operation.c 2805 iterations; local
    [all...]
  /external/ImageMagick/coders/
gif.c 981 iterations,
1043 iterations=1;
1120 iterations=(size_t) ((buffer[2] << 8) | buffer[1]);
972 iterations, local
    [all...]
  /external/ImageMagick/tests/
validate.c 2448 iterations, local
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 59 state.SetBytesProcessed(int64_t(state.iterations()) *
126 static_cast<int64_t>(state.iterations())*state.range(0));
476 // break from the loop, otherwise all future iterations will be run.
568 size_t iterations() const { return (max_iterations - total_iterations_) + 1; } function in class:benchmark::State
736 // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
739 // Specify the amount of iterations that should be run by this benchmark.
745 Benchmark* Iterations(size_t n);
759 // called, the elapsed time will be used to control how many iterations are
769 // to control how many iterations are run, and in the printing of items/second
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
UnicodeMapTest.java 121 int iterations = 100000; local
128 for (int i = 0; i < iterations ; ++i) {
318 private static final int ITERATIONS = 1000000;
333 for (int counter = 0; counter < ITERATIONS; ++counter) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
UnicodeMapTest.java 118 int iterations = 100000; local
125 for (int i = 0; i < iterations ; ++i) {
315 private static final int ITERATIONS = 1000000;
330 for (int counter = 0; counter < ITERATIONS; ++counter) {
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 52 * com.ibm.icu.dev.test.perf.UnicodeSetPerf --gc --passes 4 --iterations 100
67 * determines what test function is measures, and the number of iterations that
89 protected int iterations; field in class:PerfTest
230 * are not applicable to this test. e.g: Number of breaks / iterations
337 static final int ITERATIONS = 8;
360 UOption.DEF("iterations", 'i', UOption.REQUIRES_ARG),
408 if (iterations > 0) {
409 System.out.println("= " + meth + " begin " + iterations);
458 passes = iterations = time = -1;
479 if (options[TIME].doesOccur && options[ITERATIONS].doesOccur
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 59 state.SetBytesProcessed(int64_t(state.iterations()) *
126 static_cast<int64_t>(state.iterations())*state.range(0));
476 // break from the loop, otherwise all future iterations will be run.
568 size_t iterations() const { return (max_iterations - total_iterations_) + 1; } function in class:benchmark::State
736 // REQUIRES: `t > 0` and `Iterations` has not been called on this benchmark.
739 // Specify the amount of iterations that should be run by this benchmark.
745 Benchmark* Iterations(size_t n);
759 // called, the elapsed time will be used to control how many iterations are
769 // to control how many iterations are run, and in the printing of items/second
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 227 float delaysecs = 0.0; /* delay between iterations (in seconds) */
228 int delaytime; /* delay between iterations in clocks/uses */
363 int iterations = 1; /* number of increments to be added */ local
561 if (sscanf(optarg, "%i", &iterations) != 1 ||
562 iterations < 0) {
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 936 int iterations, error = 0, jN, iN, kN, lN = 0; local
943 /* max_iterations - maximum number QR-iterations
1173 /* Iterations QR-algorithm for bidiagonal matrixes
1182 iterations = 0;
1253 Iterations of the process of the persecution
1264 /* Completion iterations: lower block
1267 if( iterations++ == max_iterations )
    [all...]
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 877 const int iterations = ProgramOptions.count; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 407 final int iterations = 100; local
413 for (int i = 0; i < iterations; i++) {
424 for (int i = 0; i < iterations; i++) {
442 assertEquals("Setter iterations", iterations, setterCount.get());
443 assertEquals("Getter iterations", iterations, getterCount.get());
451 // These iterations are significantly faster than the ones in #testSetDefaultDeadlock
452 final int iterations = 10000; local
459 for (int i = 0; i < iterations; i++)
    [all...]

Completed in 809 milliseconds

1 2 3 4 5 67 8 91011>>