HomeSort by relevance Sort by last modified time
    Searched full:iterations (Results 726 - 750 of 1508) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 79 n := flag.Int("n", 4, "iterations")
  /prebuilts/go/darwin-x86/test/bench/shootout/
nbody.go 45 var n = flag.Int("n", 1000, "number of iterations")
  /prebuilts/go/darwin-x86/test/
maplinear.go 19 // tries is the initial number of iterations.
  /prebuilts/go/linux-x86/src/container/ring/
ring_test.go 43 t.Errorf("number of forward iterations == %d; expected %d", n, N)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.0.golden 89 N int // The number of iterations.
testing.2.golden 89 N int // The number of iterations.
  /prebuilts/go/linux-x86/src/math/rand/
rng.go 28 // after 780e10 iterations
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 79 n := flag.Int("n", 4, "iterations")
  /prebuilts/go/linux-x86/test/bench/shootout/
nbody.go 45 var n = flag.Int("n", 1000, "number of iterations")
  /prebuilts/go/linux-x86/test/
maplinear.go 19 // tries is the initial number of iterations.
  /system/extras/tests/workloads/
defs.sh 38 echo "-i iterations"
56 (-i) iterations=$2; shift;;
124 iterations=${iterations:=5}
  /system/netd/server/
SoftapController.cpp 224 // Use the PKCS#5 PBKDF2 with 4096 iterations
  /system/tools/aidl/
Android.mk 185 # Turn off Java optimization tools to speed up our test iterations.
  /external/ceres-solver/docs/source/
tutorial.rst 140 Ceres Solver Report: Iterations: 2, Initial cost: 4.512500e+01, Final cost: 5.012552e-16, Termination: CONVERGENCE
143 Starting from a :math:`x=5`, the solver in two iterations goes to 10
159 .. [#f2] Actually the solver ran for three iterations, and it was
164 convergence, which is why you only see two iterations here and not
417 Minimizer iterations 14
438 :math:`0`. In 10 iterations, Ceres finds a solution with an objective
523 Ceres Solver Report: Iterations: 13, Initial cost: 1.211734e+02, Final cost: 1.056751e+00, Termination: CONVERGENCE
  /external/clang/test/OpenMP/
for_simd_codegen.cpp 457 // Calculate number of iterations before the loop body.
540 for (i = 1; i < 3; i++) // 2 iterations
541 for (j = 2u; j < 5u; j++) //3 iterations
542 for (int k = 3; k <= 6; k++) // 4 iterations
543 for (l = 4; l < 9; ++l) // 5 iterations
    [all...]
parallel_for_simd_codegen.cpp 415 // Calculate number of iterations before the loop body.
497 for (i = 1; i < 3; i++) // 2 iterations
498 for (j = 2u; j < 5u; j++) //3 iterations
499 for (int k = 3; k <= 6; k++) // 4 iterations
500 for (l = 4; l < 9; ++l) // 5 iterations
584 for (i = 1; i < 3; i++) // 2 iterations
585 for (j = 0; j < foo(); j++) // foo() iterations
    [all...]
simd_codegen.cpp 325 // Calculate number of iterations before the loop body.
376 for (i = 1; i < 3; i++) // 2 iterations
377 for (j = 2u; j < 5u; j++) //3 iterations
378 for (int k = 3; k <= 6; k++) // 4 iterations
379 for (l = 4; l < 9; ++l) // 5 iterations
445 for (i = 1; i < 3; i++) // 2 iterations
446 for (j = 0; j < foo(); j++) // foo() iterations
  /external/opencv3/modules/video/src/
optflowgf.cpp     [all...]
  /external/blktrace/btreplay/
btreplay.c 101 * @iterations: Remaining iterations to process
113 int cpu, ifd, ofd, iterations; member in struct:thr_info
143 static int def_iterations = 1; // Default number of iterations
868 tip->iterations = def_iterations;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c     [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 96 int iterations = RUN_FOREVER; variable
1126 while(t->active_opers && (cnt < iterations || iterations == RUN_FOREVER)) {
1192 if (t->active_opers && (cnt < iterations || iterations == RUN_FOREVER)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 890 int iterations = 0; \/\/ Number of halving operations to perform after the initial resize local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ParamsTest.java 129 // no longer updating in subsequent iterations
287 // no longer updating in subsequent iterations
  /external/aac/libAACenc/src/
qc_main.cpp 150 AAC_ENCODER_ERROR FDKaacEnc_reduceBitConsumption(int* iterations,
897 INT iterations[(1)][(8)]; local
    [all...]

Completed in 1133 milliseconds

<<21222324252627282930>>