HomeSort by relevance Sort by last modified time
    Searched full:iteration (Results 651 - 675 of 2702) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
usearch.h 54 * This search has APIs similar to that of other text iteration mechanisms
338 * If the iteration has gone past the end of the text (or past the beginning
484 * Set the string text to be searched. Text iteration will hence begin at the
696 * Reset the iteration.
697 * Search will begin at the start of the text string if a forward iteration
698 * is initiated before a backwards iteration. Otherwise if a backwards
699 * iteration is initiated before a forwards iteration, the search will begin
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
flags.h 33 // where yyy is the flag name. For intialization and iteration of flags,
148 // Iteration support
  /external/chromium_org/third_party/opus/src/celt/
mathops.c 109 /* Apply a 2nd-order Householder iteration: r += r*y*(y*0.375-0.5).
198 /* We subtract an extra 1 in the second iteration to avoid overflow; it also
  /external/chromium_org/tools/page_cycler/webpagereplay/extension/
background.js 266 ", iteration " + (iterationIndex_ + 1) + " of " +
282 ", iteration " + (iterationIndex_ + 1) + " of " +
  /external/chromium_org/v8/src/
hydrogen-infer-representation.cc 55 // (2) Do a fixed point iteration to find the set of connected phis. A
152 // Do a fixed point iteration, trying to improve representations
  /external/compiler-rt/lib/
divsf3.c 85 // Now refine the reciprocal estimate using a Newton-Raphson iteration:
90 // with each iteration, so after three iterations, we have about 28 binary
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 52 // for each pixel, we're going to do the iteration z := z^2 + c where z and c are complex numbers,
68 Packeti pix_iter = Packeti::Zero(), // number of iteration per pixel in the packet
  /external/fdlibm/
e_rem_pio2.c 135 if(i>16) { /* 2nd iteration needed, good to 118 */
142 if(i>49) { /* 3rd iteration need, 151 bits acc */
  /external/icu4c/common/unicode/
docmain.h 74 * <td>Strings and Character Iteration</td>
174 * <td>Text Boundary Analysis<br/>(Break Iteration)</td>
  /external/icu4c/i18n/unicode/
usearch.h 54 * This search has APIs similar to that of other text iteration mechanisms
338 * If the iteration has gone past the end of the text (or past the beginning
484 * Set the string text to be searched. Text iteration will hence begin at the
701 * Reset the iteration.
702 * Search will begin at the start of the text string if a forward iteration
703 * is initiated before a backwards iteration. Otherwise if a backwards
704 * iteration is initiated before a forwards iteration, the search will begin
    [all...]
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 277 /* fn returns 0 to continue iteration */
281 /* fn returns 0 to continue iteration */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 228 /* fn returns 0 to continue iteration */
247 /* fn returns 0 to continue iteration */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 241 /* fn returns 0 to continue iteration */
260 /* fn returns 0 to continue iteration */
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_MMX.c 48 " shrl $4,%%edx\n" /* process 16 bytes per iteration = 8 samples */
158 " shr $3,%%edx\n" /* process 8 bytes per iteration = 8 samples */
  /external/valgrind/main/none/tests/s390x/
cu24.c 169 run_test(buff, 4, pattern1, 2); // no iteration
170 run_test(buff, 8, pattern1, 4); // iteration
cu24_1.c 169 run_test(buff, 4, pattern1, 2); // no iteration
170 run_test(buff, 8, pattern1, 4); // iteration
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 171 ;// 2x2 pels per iteration
243 ;// 2x2 pels per iteration
  /libcore/luni/src/main/java/java/text/
StringCharacterIterator.java 164 * @return the index of the first character of the iteration.
173 * @return the index one past the last character of the iteration.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 283 /* fn returns 0 to continue iteration */
302 /* fn returns 0 to continue iteration */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 283 /* fn returns 0 to continue iteration */
302 /* fn returns 0 to continue iteration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 283 /* fn returns 0 to continue iteration */
302 /* fn returns 0 to continue iteration */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_set.h 294 * element in the %set. Iteration is done in ascending order according
303 * element in the %set. Iteration is done in ascending order according
312 * element in the %set. Iteration is done in descending order according
321 * last pair in the %set. Iteration is done in descending order
331 * element in the %set. Iteration is done in ascending order according
340 * element in the %set. Iteration is done in ascending order according
349 * element in the %set. Iteration is done in descending order according
358 * last pair in the %set. Iteration is done in descending order
  /external/aac/libFDK/src/arm/
dct_arm.cpp 91 With this version, we save 2 cycles per loop iteration.
114 /* 44 cycles for 2 iterations = 22 cycles/iteration */
116 /* First iteration */
142 /* Second iteration */
206 /* 42 cycles for 2 iterations = 21 cycles/iteration */
379 /* 50 cycles for 2 iterations = 25 cycles/iteration */
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemTest.cpp 268 TEST(AnimationTimedItemTest, Iteration)
716 // First iteration
725 // Second iteration
759 // Normal iteration.
764 // Reverse iteration.
769 // Item ends before iteration finishes.
  /libcore/luni/src/main/java/java/util/
NavigableMap.java 217 * modified while an iteration over a collection view of either map
219 * operation), the results of the iteration are undefined.
234 * the set, and vice-versa. If the map is modified while an iteration
236 * remove} operation), the results of the iteration are undefined. The
250 * the set, and vice-versa. If the map is modified while an iteration
252 * remove} operation), the results of the iteration are undefined. The

Completed in 1213 milliseconds

<<21222324252627282930>>