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

<<11121314151617181920>>

  /external/autotest/client/site_tests/kernel_Delay/
kernel_Delay.py 36 ITERATIONS = 100
177 self._set_file('%d %d' % (usecs, self.ITERATIONS), self.UDELAY_PATH)
  /external/deqp/doc/testspecs/GLES2/
performance.txt 44 - Final result should be a function of results from multiple iterations if
45 performance is expected to vary between iterations (due to undeterministic
  /external/deqp/doc/testspecs/GLES3/
performance.txt 44 - Final result should be a function of results from multiple iterations if
45 performance is expected to vary between iterations (due to undeterministic
  /external/deqp/framework/delibs/decpp/
deSpinBarrier.hpp 37 * (WAIT_MODE_BUSY) or yield between iterations (WAIT_MODE_YIELD).
51 WAIT_MODE_YIELD, //! Call deYield() between spin loop iterations.
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 113 int iterations = 100000; local
117 for (int i = 0; i < iterations; i++) {
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 215 cout << "Doing " << ITER_COUNT << " iterations:" << endl;
253 out << " iterations=\"" << functions[i]->getOperationsPerIteration() << "\"" << endl;
  /external/libavc/encoder/
ime.h 45 * @brief Number of iterations before exiting during diamond search
112 * estimation should begin in order to minimise the number of search iterations.
  /external/libdrm/
xf86drmRandom.c 93 state->check = 1043618065; /* After 10000 iterations */
98 state->check = 399268537; /* After 10000 iterations */
  /external/mesa3d/src/glsl/
loop_analysis.h 112 * Maximum number of loop iterations.
116 * of loop iterations.
  /external/netperf/doc/examples/
runemomniagg2.sh 31 # you can use a smaller number of iterations but
33 # the min and max iterations MUST be the same
  /external/opencv3/doc/py_tutorials/py_imgproc/py_morphological_ops/
py_morphological_ops.markdown 43 erosion = cv2.erode(img,kernel,iterations = 1)
57 dilation = cv2.dilate(img,kernel,iterations = 1)
  /external/opencv3/modules/flann/include/opencv2/flann/
miniflann.hpp 91 CompositeIndexParams(int trees = 4, int branching = 32, int iterations = 11,
109 KMeansIndexParams(int branching = 32, int iterations = 11,
simplex_downhill.h 81 int iterations = 0; local
96 if (iterations++ > MAX_ITERATIONS) break;
  /external/opencv3/modules/flann/src/
miniflann.cpp 212 CompositeIndexParams::CompositeIndexParams(int trees, int branching, int iterations,
221 // max iterations to perform in one kmeans clustering (kmeans tree)
222 p["iterations"] = iterations;
245 KMeansIndexParams::KMeansIndexParams(int branching, int iterations,
252 // max iterations to perform in one kmeans clustering (kmeans tree)
253 p["iterations"] = iterations;
  /external/opencv3/modules/stitching/perf/
perf_stich.cpp 44 declare.time(30 * 20).iterations(20);
81 declare.time(30 * 20).iterations(20);
  /external/opencv3/modules/superres/include/opencv2/
superres.hpp 113 //! @brief Iterations count
189 - **int iterations** Iteration count.
  /external/zopfli/src/zopfli/
zopfli_bin.c 158 " --i# perform # iterations (default 15). More gives"
171 fprintf(stderr, "Error: must have 1 or more iterations");
  /frameworks/base/docs/html/reference/android/support/test/jank/
IMonitor.html 276 <p>Get the summary results accross all iterations.
393 <p>Get the summary results accross all iterations.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressThreadTest.java 52 * be threadsafe, it is quite likely that several thousand iterations
81 + i + " iterations");
  /libcore/luni/src/main/java/java/math/
Primality.java 50 // * It encodes how many iterations of Miller-Rabin test are need to get an
52 // * for a {@code 1000}-bit number we need {@code 4} iterations, since
  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketConcurrentCloseTest.java 106 // later iterations because TCP connections cannot be closed immediately (they stay
109 // reducing msecPerIteration or number of iterations.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
mainloop.h 47 * The main loop is designed around the concept of iterations. Each iteration
108 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop.h 47 * The main loop is designed around the concept of iterations. Each iteration
111 /** Run unlimited iterations of the main loop object until the main loop's quit() routine is called. */
  /system/core/libpixelflinger/
col32cb16blend_neon.S 47 movs r3, r2, lsr #4 // calc. sixteens iterations
115 ands r3, r2, #15 // calc. single iterations
  /external/autotest/frontend/tko/
rpc_interface.py 158 iterations = {}
160 iterations[key] = _attributes_to_dict(group)
161 return iterations
171 # merge the iterations into a single list of attr & perf dicts
205 test_view['iterations'] = _format_iteration_keyvals(test)

Completed in 681 milliseconds

<<11121314151617181920>>