/external/eigen/doc/ |
TopicLinearAlgebraDecompositions.dox | 231 <li><a name="note2">\b 2: </a>Eigenvalues, SVD and Schur decompositions rely on iterative algorithms. Their convergence speed depends on how well the eigenvalues are separated.</li>
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDateFormat.java | 56 private static int fLimit = 3; // How many iterations it should take to reach convergence
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDateFormat.java | 53 private static int fLimit = 3; // How many iterations it should take to reach convergence
|
/external/libopus/silk/ |
A2NLSF.c | 126 /* If not all roots are found, the a_Q16 coefficients are bandwidth expanded until convergence. */
|
/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 134 /// iterate - Update the network iteratively until convergence, or new bundles
|
/external/opencv/cv/src/ |
cvcornersubpix.cpp | 252 /* if new point is too far from initial, it means poor convergence.
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
SparsePropagation.h | 96 /// guarantee convergence (toward overdefined).
|
/external/syslinux/com32/lib/syslinux/ |
shuffle.c | 54 * waste memory, if it is small we may get slow convergence.
|
/external/v8/src/compiler/ |
register-allocator-verifier.h | 46 // in an instruction, ensuring convergence.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
ConvergedImageCaptureCommand.java | 51 * Captures a burst after waiting for AF and AE convergence.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
SparsePropagation.h | 95 /// guarantee convergence (toward overdefined).
|
/system/bt/stack/rfcomm/ |
rfc_port_if.cc | 148 /* Set convergence layer and number of credits (k) */
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCamera2AgentImpl.java | 208 // Available when taking picture between AE trigger receipt and autoexposure convergence 559 // perform autoexposure convergence automatically upon capture. 565 Log.i(TAG, "Skipping pre-capture autoexposure convergence"); 579 // for the completion of that convergence, capturing when that happens. 580 Log.i(TAG, "Forcing pre-capture autoexposure convergence"); [all...] |
/external/swiftshader/third_party/subzero/docs/ |
REGALLOC.rst | 27 convergence, delayed phi lowering, and local live range splitting). 122 blocks until convergence, i.e. no more basic blocks are marked to be 283 Repeat until convergence
|
/cts/tests/tests/media/libmediandkjni/ |
native_media_utils.cpp | 267 // Checking bitrate convergence between two updates makes sense if requested along with CBR
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
NormalDistributionImpl.java | 215 * computed due to convergence or other numerical errors.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
AbstractEstimator.java | 305 * trial values until it reaches convergence. If this method returns
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
NonLinearConjugateGradientOptimizer.java | 60 * <p>The convergence check is set to a {@link
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 53 const RealScalar threshold2(tol_error*tol_error*rhsNorm2); // convergence threshold (compared to residualNorm2)
|