HomeSort by relevance Sort by last modified time
    Searched refs:iterations (Results 176 - 200 of 286) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/boringssl/src/include/openssl/
evp.h 371 /* PKCS5_PBKDF2_HMAC computes |iterations| iterations of PBKDF2 of |password|
376 unsigned iterations, const EVP_MD *digest,
383 size_t salt_len, unsigned iterations,
    [all...]
  /external/chromium_org/v8/test/mjsunit/
for-in.js 89 // Test outside a loop and in a loop for multiple iterations.
math-floor-part4.js 83 // The optimized function will deopt. Run it with enough iterations to try
debug-liveedit-patch-positions-replace.js 74 // This several iterations should cause call IC for BeingReplaced call. This IC
math-round.js 70 // The optimized function will deopt. Run it with enough iterations to try
  /external/eigen/bench/spbench/
spbenchsolver.h 80 int MaximumIters; // Maximum number of iterations
297 statbuf << " <ITER> "<< solver.iterations() << "</ITER>\n";
299 std::cout << "ITERATIONS : " << solver.iterations() <<"\n\n\n";
492 MaximumIters = maxiters; // Maximum number of iterations, global variable
  /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/chromium_org/third_party/icu/source/test/intltest/
numfmtst.h 275 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 291 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
  /external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
memset.S 56 srli a7, a4, 4 # number of loop iterations with 16B
  /external/netperf/
netcpu_pstatnew.c 151 calibrate_idle_rate(int iterations, int interval)
netcpu_kstat10.c 299 calibrate_idle_rate(int iterations, int interval)
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 2641 int iterations = (limit - initial) \/ increment; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 317 unsigned int iterations = local
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 155 // The number of iterations may not be finite within a timestep
  /external/chromium_org/v8/test/mjsunit/compiler/
math-floor-global.js 160 // The optimized function will deopt. Run it with enough iterations to try
math-floor-local.js 160 // The optimized function will deopt. Run it with enough iterations to try
  /external/deqp/modules/gles31/functional/
es31fLayoutBindingTests.cpp 901 const int iterations = m_numBindings; local
909 for (int iterNdx = 0; iterNdx < iterations; ++iterNdx)
1197 const int iterations = m_numBindings; local
1491 const int iterations = m_numBindings; local
1727 const int iterations = m_numBindings; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 317 unsigned int iterations = local
323 (r300->screen->caps.is_r400 ? 2 * (iterations + 1): 0) +
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 123 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
124 while (it != mTableEntryList.end() && iterations > 0) {
126 --iterations;
129 CHECK_EQ(iterations, 0);
144 uint32_t iterations = (pos / (mElementCapacity * mEntryCapacity)); local
145 while (it != mTableEntryList.end() && iterations > 0) {
147 --iterations;
150 CHECK_EQ(iterations, 0);
    [all...]
  /external/chromium_org/v8/test/perf-test/Collections/
base.js 280 // Run either for 1 second or for the number of iterations specified
303 // If we've run too few iterations, we continue for another second.
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h 180 /** \returns the number of iterations performed */
181 Index iterations() { return m_iter; } function in class:Eigen::LevenbergMarquardt
246 Index m_iter; // Number of iterations performed
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 479 final int iterations = 10000; local
483 for (int i = 0; i < iterations; i++) {
492 for (int i = 0; i < iterations; i++) {
    [all...]
  /external/opencv/cv/include/
cv.h 328 int iterations CV_DEFAULT(1) );
334 int iterations CV_DEFAULT(1) );
345 int operation, int iterations CV_DEFAULT(1) );
484 Also it does several iterations to get optical flow for
    [all...]

Completed in 2114 milliseconds

1 2 3 4 5 6 78 91011>>