Searched refs:iteration (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dsimassign.go58 print("on ", z, "th iteration\n")
/haiku-buildtools/gcc/gmp/mpn/a29k/
H A Drshift.s28 ; limbs/per iteration, until less than 8 limbs remain.
50 ; Main loop working 8 limbs/iteration.
H A Dlshift.s28 ; limbs/per iteration, until less than 8 limbs remain.
53 ; Main loop working 8 limbs/iteration.
H A Dadd_n.s29 ; limbs/per iteration, until less than 8 limbs remain.
48 ; Main loop working 8 limbs/iteration.
H A Dsub_n.s29 ; limbs/per iteration, until less than 8 limbs remain.
48 ; Main loop working 8 limbs/iteration.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dsieve1.go37 // Note that ch is different on each iteration.
H A Ddoubleselect.go20 // cases both end up running in the same iteration, the same value will be sent
/haiku-buildtools/isl/
H A Disl_ast_build_expr.c995 isl_pw_multi_aff *iteration; local
998 iteration = isl_pw_multi_aff_from_map(executed);
999 iteration = isl_ast_build_compute_gist_pw_multi_aff(build, iteration);
1000 iteration = isl_pw_multi_aff_intersect_domain(iteration,
1002 expr = isl_ast_build_call_from_pw_multi_aff_internal(build, iteration);
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dmode1o.asm118 C for "si") in the immediately preceding iteration.
133 C loop iteration with instead c-=src[size-1] followed by c+=d if underflow.
135 C more than the loop iteration saved, and the condition is of course data
152 C Process two source limbs per iteration using a two-limb inverse and a
164 C This would be 13 cycles/iteration, giving 6.5 cycles/limb. The two limb
167 C calculate, but a one limb iteration to handle an odd size could be done as
H A Ddivrem_2.asm196 mov r31 = 0 C n0, next iteration
231 mov r31 = 0 C n0, next iteration
252 mov r31 = 0 C n0, next iteration
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dlb1spc.asm22 mulscc %o4, %o1, %o4 ! first iteration of 33
53 mulscc %o4, %o1, %o4 ! 32nd iteration
54 mulscc %o4, %g0, %o4 ! last iteration only shifts
62 mulscc %o4, %o1, %o4 ! first iteration of 13
73 mulscc %o4, %o1, %o4 ! 12th iteration
74 mulscc %o4, %g0, %o4 ! last iteration only shifts
97 * N how many bits per iteration we try to get (4)
248 tst %o3 ! set up for initial iteration
446 * N how many bits per iteration we try to get (4)
595 tst %o3 ! set up for initial iteration
[all...]
/haiku-buildtools/gcc/libgcc/config/sparc/
H A Dlb1spc.S22 mulscc %o4, %o1, %o4 ! first iteration of 33
53 mulscc %o4, %o1, %o4 ! 32nd iteration
54 mulscc %o4, %g0, %o4 ! last iteration only shifts
62 mulscc %o4, %o1, %o4 ! first iteration of 13
73 mulscc %o4, %o1, %o4 ! 12th iteration
74 mulscc %o4, %g0, %o4 ! last iteration only shifts
97 * N how many bits per iteration we try to get (4)
248 tst %o3 ! set up for initial iteration
446 * N how many bits per iteration we try to get (4)
595 tst %o3 ! set up for initial iteration
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dloop.c105 tree user_var; /* user's explicit iteration variable */
144 assignment to the iteration variable and saved in temporaries,
145 before the first assignment of the iteration variable, so the
153 a temporary and compute a hidden iteration count before entering
158 multiple times, with different user-iteration variables. This
302 initialize_iter_var -- initialize the iteration counter
313 increment_temps -- update temps for next iteration
750 /* (re-)declare the user's iteration variable in the
778 /* declare the user's iteration variable in the loop's scope. */
820 /* declare the user's iteration variabl
[all...]
H A Dnloop.c118 tree user_var; /* user's explicit iteration variable */
156 assignment to the iteration variable and saved in temporaries,
157 before the first assignment of the iteration variable, so the
165 a temporary and compute a hidden iteration count before entering
170 multiple times, with different user-iteration variables. This
312 initialize_iter_var -- initialize the iteration counter
323 increment_temps -- update temps for next iteration
760 /* (re-)declare the user's iteration variable in the
790 /* declare the user's iteration variable in the loop's scope. */
840 /* declare the user's iteration variabl
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/ev67/
H A Dhamdist.asm32 C The main loop processes two limbs from each operand on each iteration. An
H A Dpopcount.asm29 C all latencies, the addq's must be deferred to the next iteration.
/haiku-buildtools/gcc/gmp/mpn/power/
H A Daddmul_1.asm34 dnl carry flag between each iteration, so we have to compute the compensation
H A Dmul_1.asm34 dnl carry flag between each iteration, so we have to compute the compensation
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dloop-1.f95114 do j = i + 1, 7, i ! { dg-error "collapsed loops don.t form rectangular iteration space" }
H A Dloop-2.f95159 do j = i + 1, 7, i ! { dg-error "tiled loops don.t form rectangular iteration space" }
323 do j = i + 1, 7, i ! { dg-error "tiled loops don.t form rectangular iteration space" }
476 do j = i + 1, 7, i ! { dg-error "tiled loops don.t form rectangular iteration space" }
628 do j = i + 1, 7, i ! { dg-error "tiled loops don.t form rectangular iteration space" }
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dlibgcc.S57 ; The normalised error e[i] at the ith iteration is
87 ; End of 1st iteration (16 bits accuracy)
94 ; End of 2nd iteration (32 bits accuracy)
130 ; End of 1st iteration
135 ; End of 2nd iteration
140 ; End of 3rd iteration
146 ; Use modified last iteration
455 subi 1, rc ; first iteration is done
1435 ; End of 1st iteration
1440 ; End of 2nd iteration
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Drelax2.d44 # first relaxation iteration, the first (or second) PUSHJ looks like it
46 # second iteration, the stubbed PUSHJ has to be expanded too because it
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Drelax2.d44 # first relaxation iteration, the first (or second) PUSHJ looks like it
46 # second iteration, the stubbed PUSHJ has to be expanded too because it
/haiku-buildtools/gcc/gcc/
H A Dmcf.c1338 int iteration; local
1360 iteration = 0;
1363 iteration++;
1364 if (iteration > MAX_ITER (fixup_graph->num_vertices,
/haiku-buildtools/binutils/ld/
H A Dldexp.c69 /* Low bit of iteration count. Symbols with matching iteration have
71 unsigned int iteration : 1; member in struct:definedness_hash_entry
290 ret->iteration = 0;
336 defentry->iteration = lang_statement_iteration;
702 || def->iteration == (lang_statement_iteration & 1)));
724 && def->iteration == (lang_statement_iteration & 1)))
938 && def->iteration == (lang_statement_iteration & 1)

Completed in 93 milliseconds

12