HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 601 - 625 of 1308) sorted by null

<<21222324252627282930>>

  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce_key_val.hpp 382 static __device__ void loop(KP skeys, KR key, VP svals, VR val, unsigned int tid, Cmp cmp) function in struct:cv::cuda::device::reduce_key_val_detail::Unroll
385 Unroll<I / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
394 static __device__ void loop(KP, KR, VP, VR, unsigned int, Cmp) function in struct:cv::cuda::device::reduce_key_val_detail::Unroll
415 Unroll<N / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
442 Unroll<16, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
464 Unroll<M / 2, KP, KR, VP, VR, Cmp>::loop(skeys, key, svals, val, tid, cmp);
  /external/v8/src/arm64/
builtins-arm64.cc 146 Label done_loop, loop; local
147 __ Bind(&loop);
209 __ B(&loop);
565 // Copy 2 values every loop to use ldp/stp.
575 Label loop, entry, done_copying_arguments; local
577 __ Bind(&loop);
582 __ B(gt, &loop);
793 Label done_loop, loop; local
794 __ Bind(&loop);
799 __ B(&loop);
915 Label loop, entry; local
1896 Label loop; local
2228 Label done, loop; local
2508 Label loop, done_loop; local
2523 Label loop; local
    [all...]
  /external/v8/src/x87/
codegen-x87.cc 254 Label loop, entry, convert_hole, gc_required, only_change_map; local
294 // Prepare for conversion loop.
310 __ bind(&loop);
337 __ j(not_sign, &loop);
368 Label loop, entry, convert_hole, gc_required, only_change_map, success; local
399 // Allocating heap numbers in the loop below can fail and cause a jump to
434 __ bind(&loop);
460 __ j(not_sign, &loop);
deoptimizer-x87.cc 209 Label loop, done; local
221 __ bind(&loop);
229 __ j(not_zero, &loop, Label::kNear);
334 // Outer loop state: eax = current FrameDescription**, edx = one past the
341 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
  /external/v8/test/mjsunit/
elements-transition-hoisting.js 36 // Make sure that a simple elements array transitions inside a loop before
59 // transitions in a loop still get hoisted in a way that doesn't generate a
128 // transitions in the loop can also be hoisted.
regexp-capture-3.js 168 NoHang(/(((.*)*)*x)?/); // Continuation after loop is filtered, so is loop.
169 NoHang(/(((.*)*)*?)foo/); // Body of loop filtered.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance16x16_armv6.asm 34 mov r12, #16 ; set loop counter to 16 (=block height)
36 loop label
141 bne loop
vp8_variance_halfpixvar16x16_h_armv6.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
166 bne loop
vp8_variance_halfpixvar16x16_v_armv6.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
168 bne loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 34 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
127 bne loop
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class2.s 90 MOV r9,r7 @Move width to r9 for loop count
106 SUBS r9,r9,#8 @Decrement the loop count by 8
209 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
261 SUBS r4,r4,#1 @decrement the loop count
323 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
354 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
434 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
515 SUB r6,r6,#16 @Decrement the wd loop count by 16
517 BLT RE_ASSINING_LOOP @Jump to re-assigning loop
523 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
    [all...]
ihevc_sao_edge_offset_class3.s 89 MOV r9,r7 @Move width to r9 for loop count
104 SUBS r9,r9,#8 @Decrement the loop count by 8
219 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
268 SUBS r4,r4,#1 @decrement the loop count
338 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1
353 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1
400 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1
545 SUBS r6,r6,#16 @Decrement the wd loop count by 16
547 BLT RE_ASSINING_LOOP @Jump to re-assigning loop
553 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 296 ; loop counters
297 ; r4 bands loop counter
298 ; r5 pass loop counter
299 ; r8 transpose loop counter
314 ; idct32_bands loop). For each band, the transform input transposition
316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
351 mov r5, #0 ; initialize pass loop counter
353 mov r4, #4 ; initialize bands loop counter
355 mov r8, #2 ; initialize transpose loop counter
434 ; transpose pair loop processin
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 296 ; loop counters
297 ; r4 bands loop counter
298 ; r5 pass loop counter
299 ; r8 transpose loop counter
314 ; idct32_bands loop). For each band, the transform input transposition
316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
351 mov r5, #0 ; initialize pass loop counter
353 mov r4, #4 ; initialize bands loop counter
355 mov r8, #2 ; initialize transpose loop counter
434 ; transpose pair loop processin
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 467 struct nvfx_loop_entry loop; local
753 loop.cont_target = idx;
754 loop.brk_target = finst->Label.Label + 1;
755 util_dynarray_append(&vpc->loop_stack, struct nvfx_loop_entry, loop);
758 loop = util_dynarray_pop(&vpc->loop_stack, struct nvfx_loop_entry);
761 reloc.target = loop.cont_target;
767 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
770 reloc.target = loop.cont_target;
776 loop = util_dynarray_top(&vpc->loop_stack, struct nvfx_loop_entry);
779 reloc.target = loop.brk_target
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 764 // it contains spans of segments in test's loop but not including 'this'
1555 int loop = 0; local
1624 int loop = 0; local
1711 int loop = 0; local
    [all...]
SkPathOpsCommon.cpp 25 bool loop = false; local
31 if ((computeWinding = unorderable || (angle == firstAngle && loop))) {
32 break; // if we get here, there's no winding, loop is unorderable
34 loop |= angle == firstAngle;
38 // if the angle loop contains an unorderable span, the angle order may be useless
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp 156 default: name = ""; break; //needed to end loop
230 // break out of the loop.
465 // kind of loop.
558 // The loop normally exits by means of the break in the middle.
600 // The loop normally exits by means of the break in the middle.
3730 int loop; local
3796 int loop; local
3894 int loop; local
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 39 int loop = 1; variable
707 /* Event loop */
853 loop = 0;
865 loop = 0;
968 while(loop && waitpid(child,&childstatus,WNOHANG) != child);
974 if(loop)
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.S 98 loop output_loop # repeat until k>j
394 jne find_loop # ! if not, loop
438 jne strcat # ! if not loop
541 loop write_out # loop till done
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 90 loop output_loop # repeat until k>j
392 jne find_loop # if not, loop
438 jne strcat # if not loop
541 loop write_out # loop till done
  /art/compiler/optimizing/
intrinsics_arm64.cc 1229 vixl::Label loop; local
1699 vixl::Label loop, done; local
1927 vixl::Label loop, done; local
2191 vixl::Label loop, done; local
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 670 loop: label
687 LOAD_WORD_TO_REG a2, t0, t3, loop # a2 = current argument, gpr_index++
688 1: bne $t5, $t3, loop # else if (gpr_index == 3)
690 LOAD_WORD_TO_REG a3, t0, t3, loop # a3 = current argument, gpr_index++
697 LOAD_LONG_TO_REG a2, a3, t0, t3, loop # a2_a3 = curr_arg, gpr_index = 4
698 2: b loop # else
706 LOAD_DOUBLE_TO_REG f12, f13, t0, t4, t9, loop # f12_f13 = curr_arg, fp_index++
707 3: bne $t5, $t4, loop # else if (fp_index == 1)
709 LOAD_DOUBLE_TO_REG f14, f15, t0, t4, t9, loop # f14_f15 = curr_arg, fp_index++
715 LOAD_FLOAT_TO_REG f12, t0, t4, loop # f12 = curr_arg, fp_index+
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 577 var loop<decisionNumber>_quitflag = false
578 while (!loop<decisionNumber>_quitflag) {
586 if ( cnt<decisionNumber> >= 1 ) loop<decisionNumber>_quitflag = true
606 var loop<decisionNumber>_quitflag = false
607 while (!loop<decisionNumber>_quitflag) {
614 case _ => loop<decisionNumber>_quitflag = true
912 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/opencv3/3rdparty/jinja2/
runtime.py 281 """A loop context for dynamic iteration."""
300 """Cycles among the arguments with the current loop index."""
325 def loop(self, iterable): member in class:LoopContext
327 raise TypeError('Tried to call non recursive loop. Maybe you '
332 # the the loop without or with too many arguments.
333 __call__ = loop
334 del loop
340 # the loop context was created (ie: iterating over a generator)
358 """The iterator for a loop context."""

Completed in 1615 milliseconds

<<21222324252627282930>>