Searched
full:iterations (Results
276 -
300 of
600) sorted by null
<<11121314151617181920>>
/external/ceres-solver/internal/ceres/ |
conjugate_gradients_solver.cc | 172 // residual_reset_period iterations, we calculate the residual as
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 955 DrNicTest.Unit.Testcase.prototype.benchmark = function(operation, iterations) { [all...] |
/external/compiler-rt/lib/ |
divdf3.c | 90 // with each iteration, so after three iterations, we have about 28 binary
|
divsf3.c | 90 // with each iteration, so after three iterations, we have about 28 binary
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 316 /** \brief Maximum number of iterations. 318 * The algorithm terminates if it does not converge within m_maxIterations * n iterations, where n 419 Index iter = 0; // total number of iterations 435 // if we spent too many iterations, we give up
|
/external/eigen/doc/ |
I14_PreprocessorDirectives.dox | 70 correspond to the number of iterations or the number of instructions. The default is value 100.
|
/external/icu4c/common/ |
filterednormalizer2.cpp | 60 UnicodeString tempDest; // Don't throw away destination buffer between iterations.
|
/external/icu4c/i18n/ |
rbt.cpp | 221 * limit on the number of iterations that we take, one that is
|
/external/llvm/include/llvm/Transforms/ |
Vectorize.h | 90 /// @brief The maximum number of pairing iterations.
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionAliasAnalysis.cpp | 15 // dependencies between different iterations.
|
/external/llvm/tools/bugpoint/ |
ListReducer.h | 75 // Maximal number of allowed splitting iterations,
|
/external/netperf/ |
netsh.c | 260 -i max,min Specify the max and min number of iterations (15,1)\n\ 567 /* set the iterations min and max for confidence intervals */ 578 /* limit minimum to 3 iterations */ 581 /* limit maximum to 30 iterations */
|
/external/openfst/src/include/fst/ |
test-properties.h | 110 // Compute any remaining trinary properties via a state and arcs iterations
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
test-properties.h | 108 // Compute any remaining trinary properties via a state and arcs iterations
|
/external/stressapptest/src/ |
disk_blocks.cc | 246 // kBlockRetry iterations so return an error value.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
arith_routines_hist.c | 191 * cdf tables can be of arbitrary size, but large tables may take a lot of iterations
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LoadTestsAutoTest.java | 81 return String.format("http://127.0.0.1:%d/%s/%s/start.html?auto=1&iterations=%s",
|
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantStateTracker.java | 244 * The max number of the WPA supplicant loop iterations before we
|
/frameworks/native/opengl/tests/gl_basic/ |
gl_basic.cpp | 24 #define ITERATIONS 50
|
/system/extras/tests/sdcard/ |
stopwatch.cpp | 130 SNPRINTF_OR_RETURN(*str, *size, "# Name Iterations Duration Min MinIdx Max MaxIdx SizeKbytes\n");
|
/external/aac/libFDK/src/arm/ |
dct_arm.cpp | 114 /* 44 cycles for 2 iterations = 22 cycles/iteration */ 206 /* 42 cycles for 2 iterations = 21 cycles/iteration */ 379 /* 50 cycles for 2 iterations = 25 cycles/iteration */
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 472 final int iterations = 10000; local 476 for (int i = 0; i < iterations; i++) { 484 for (int i = 0; i < iterations; i++) {
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 392 [ -I <iters>: --iterations=<iters> ] Default: 1 458 \texttt{--iterations}\\Set Number of Iterations to Run}
|
/external/llvm/lib/Analysis/IPA/ |
CallGraphSCCPass.cpp | 33 MaxIterations("max-cg-scc-iterations", cl::ReallyHidden, cl::init(4)); 35 STATISTIC(MaxSCCIterations, "Maximum CGSCCPassMgr iterations on one SCC"); 465 << " times, due to -max-cg-scc-iterations\n");
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queues.py | 69 make_option("--exit-after-iteration", action="store", type="int", dest="iterations", default=None, help="Stop running the queue after iterating this number of times."), 125 return not self._options.iterations or self._iteration_count <= self._options.iterations
|
Completed in 1775 milliseconds
<<11121314151617181920>>