Searched refs:loop (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction-1.c17 DO_PRAGMA (acc loop reduction (op:res))\
67 DO_PRAGMA (acc loop reduction (op:res))\
/haiku-buildtools/gcc/mpfr/src/
H A Dai.c52 MPFR_ZIV_DECL (loop);
97 MPFR_ZIV_INIT (loop, prec);
99 /* ZIV loop */
111 MPFR_ZIV_NEXT (loop, prec);
114 MPFR_ZIV_FREE (loop);
137 MPFR_ZIV_INIT (loop, prec);
190 /* ZIV loop */
285 MPFR_ZIV_NEXT (loop, prec);
294 } /* End of ZIV loop */
296 MPFR_ZIV_FREE (loop);
[all...]
H A Dagm.c37 MPFR_ZIV_DECL (loop);
116 /* Main loop */
117 MPFR_ZIV_INIT (loop, p);
284 break; /* Stop the loop */
287 MPFR_ZIV_NEXT (loop, p);
290 MPFR_ZIV_FREE (loop);
H A Dconst_euler.c47 MPFR_ZIV_DECL (loop);
55 MPFR_ZIV_INIT (loop, m);
83 MPFR_ZIV_NEXT (loop, m);
87 MPFR_ZIV_FREE (loop);
H A Dcos.c137 MPFR_ZIV_DECL (loop);
191 MPFR_ZIV_INIT (loop, m);
279 MPFR_ZIV_NEXT (loop, m);
287 MPFR_ZIV_FREE (loop);
H A Derf.c191 MPFR_ZIV_DECL (loop);
203 MPFR_ZIV_INIT (loop, m);
245 MPFR_ZIV_NEXT (loop, m);
252 MPFR_ZIV_FREE (loop);
H A Derfc.c132 MPFR_ZIV_DECL (loop);
232 MPFR_ZIV_INIT (loop, prec); /* Initialize the ZivLoop controler */
233 for (;;) /* Infinite loop */
266 MPFR_ZIV_NEXT (loop, prec); /* Increase used precision */
269 MPFR_ZIV_FREE (loop); /* Free the ZivLoop Controler */
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dmul_basecase.asm24 C limbs/loop unrolling).
35 dnl done with a straight run through a block of code, no inner loop. Using
196 C The first limb of yp is processed with a simple mpn_mul_1 style loop
331 C ecx loop counter (negative)
379 C The unrolled loop is the same as in mpn_addmul_1(), see that code for some
382 C VAR_ADJUST is the negative of how many limbs the leals in the inner loop
384 C to given an initial VAR_COUNTER at the top of the outer loop.
386 C VAR_COUNTER is for the unrolled loop, running from VAR_ADJUST/UNROLL_COUNT
389 C VAR_JMP is the computed jump into the unrolled loop.
392 C start of the unrolled loop
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dmul_basecase.asm23 C P6: approx 6.5 cycles per cross product (16 limbs/loop unrolling).
199 C The first limb of yp is processed with a simple mpn_mul_1 loop running at
327 C ecx loop counter (negative)
347 C separate code for last limb so outer loop counter handling can be
382 C The unrolled loop is the same as in mpn_addmul_1, see that code for some
385 C VAR_ADJUST is the negative of how many limbs the leals in the inner loop
387 C given an initial VAR_COUNTER at the top of the outer loop.
389 C VAR_COUNTER is for the unrolled loop, running from VAR_ADJUST/UNROLL_COUNT
392 C VAR_JMP is the computed jump into the unrolled loop.
398 C start of the unrolled loop
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddf-core.c1012 /* Main dataflow solver loop.
1328 Returns the number of blocks which is always loop->num_nodes. */
1331 loop_post_order_compute (int *post_order, struct loop *loop)
1339 stack = XNEWVEC (edge_iterator, loop->num_nodes + 1);
1346 stack[sp++] = ei_start (loop_preheader_edge (loop)->src->succs);
1361 if (flow_bb_inside_loop_p (loop, dest)
1374 && src != loop_preheader_edge (loop)->src)
1391 by LOOP. Returns the number of blocks which is always loop->num_nodes. */
1394 loop_inverted_post_order_compute (int *post_order, struct loop *loo
1330 loop_post_order_compute(int *post_order, struct loop *loop) argument
1393 loop_inverted_post_order_compute(int *post_order, struct loop *loop) argument
1460 df_analyze_loop(struct loop *loop) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dallinsn16.s2 # missing 'for' loop and nested limits
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Drelax-swap2.s47 .space 0x20000 # to make a 128kb loop body
H A Drelax.s35 .space 0x20000 # to make a 128kb loop body
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dmacro.s22 .loop 8
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dcopyi.asm44 L(loop):
49 bne L(loop)
/haiku-buildtools/gcc/gmp/mpn/mips32/
H A Dlshift.asm36 and $9,$6,4-1 C number of limbs in first loop
37 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Drshift.asm33 and $9,$6,4-1 C number of limbs in first loop
34 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/haiku-buildtools/gcc/gmp/mpn/mips64/
H A Dlshift.asm36 and $9,$6,4-1 C number of limbs in first loop
37 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
H A Drshift.asm33 and $9,$6,4-1 C number of limbs in first loop
34 beq $9,$0,.L0 C if multiple of 4 limbs, skip first loop
/haiku-buildtools/gcc/gmp/mpn/pa32/hppa1_1/
H A Dsqr_diagonal.asm38 LDEF(loop)
42 addib,<> -1,n,L(loop)
/haiku-buildtools/gcc/gmp/mpn/pa32/
H A Drshift.asm38 LDEF(loop)
45 addib,<> -1,%r24,L(loop)
/haiku-buildtools/gcc/gmp/mpn/sparc32/v8/
H A Dsubmul_1.asm39 L(loop):
51 bne L(loop)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Drelax-swap2.s47 .space 0x20000 # to make a 128kb loop body
H A Drelax.s31 .space 0x20000 # to make a 128kb loop body
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dmacro.s22 .loop 8

Completed in 312 milliseconds

1234567891011>>