Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement_test.cpp53 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
66 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
77 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
78 REQUIRE_API_ERROR("sqlite3_step", stmt.step()); in ATF_TEST_CASE_BODY()
113 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
126 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
129 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/sys/arch/amiga/amiga/
H A Dbusfuncs.c220 int step; in amiga_interleaved_read_2() local
222 step = 1 << t->stride; in amiga_interleaved_read_2()
224 x = ((*q) << 8) | *(q + step); in amiga_interleaved_read_2()
233 int step; in amiga_interleaved_write_2() local
235 step = 1 << t->stride; in amiga_interleaved_write_2()
239 *(q+step) = v; in amiga_interleaved_write_2()
247 int step; in amiga_interleaved_read_multi_2() local
249 step = 1 << t->stride; in amiga_interleaved_read_multi_2()
253 *p++ = ((*q)<<8) | *(q+step); in amiga_interleaved_read_multi_2()
262 int step; in amiga_interleaved_write_multi_2() local
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dhamdist.c70 mp_size_t old_vsize, step; in mpz_hamdist() local
125 step = old_vsize - vsize - 1; in mpz_hamdist()
126 count += step * GMP_NUMB_BITS; in mpz_hamdist()
127 step = MIN (step, usize); in mpz_hamdist()
128 if (step != 0) in mpz_hamdist()
130 count -= mpn_popcount (up, step); in mpz_hamdist()
131 usize -= step; in mpz_hamdist()
132 up += step; in mpz_hamdist()
149 step = MIN (usize, vsize); in mpz_hamdist()
150 if (step != 0) in mpz_hamdist()
[all …]
/netbsd-src/sys/arch/hppa/spmath/
H A Ddivu.S77 ds rem,dvr,rem ; 1st divide step, if carry
80 ds rem,dvr,rem ; 2nd divide step
82 ds rem,dvr,rem ; 3rd divide step
84 ds rem,dvr,rem ; 4th divide step
86 ds rem,dvr,rem ; 5th divide step
88 ds rem,dvr,rem ; 6th divide step
90 ds rem,dvr,rem ; 7th divide step
92 ds rem,dvr,rem ; 8th divide step
94 ds rem,dvr,rem ; 9th divide step
96 ds rem,dvr,rem ; 10th divide step
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c227 tree step; /* Step of the reference. */ member
284 dump_mem_details (FILE *file, tree base, tree step, in dump_mem_details() argument
290 if (cst_and_fits_in_hwi (step)) in dump_mem_details()
291 fprintf (file, HOST_WIDE_INT_PRINT_DEC, int_cst_value (step)); in dump_mem_details()
293 print_generic_expr (file, step, TDF_SLIM); in dump_mem_details()
313 find_or_create_group (struct mem_ref_group **groups, tree base, tree step) in find_or_create_group() argument
322 if (operand_equal_p ((*groups)->step, step, 0) in find_or_create_group()
328 if (cst_and_fits_in_hwi ((*groups)->step) && cst_and_fits_in_hwi (step) in find_or_create_group()
329 && int_cst_value ((*groups)->step) < int_cst_value (step)) in find_or_create_group()
335 group->step = step; in find_or_create_group()
[all …]
H A Dloop-iv.c171 if (iv->step == const0_rtx in dump_iv_info()
176 if (iv->step != const0_rtx) in dump_iv_info()
179 print_rtl (file, iv->step); in dump_iv_info()
395 iv->step = const0_rtx; in iv_constant()
411 if (iv->step == const0_rtx in iv_subreg()
439 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg()
453 if (iv->step == const0_rtx in iv_extend()
494 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
495 iv->step, iv->extend_mode); in iv_neg()
519 && iv0->step == const0_rtx in iv_add()
[all …]
H A Dtree-ssa-loop-niter.c983 if (tree_int_cst_sign_bit (iv->step)) in number_of_iterations_ne()
986 fold_build1 (NEGATE_EXPR, type, iv->step)); in number_of_iterations_ne()
994 s = fold_convert (niter_type, iv->step); in number_of_iterations_ne()
1039 if (tree_int_cst_sign_bit (iv->step)) in number_of_iterations_ne()
1046 t = fold_build2 (PLUS_EXPR, type, t, iv->step); in number_of_iterations_ne()
1050 t = fold_build2 (MINUS_EXPR, type, iv->base, iv->step); in number_of_iterations_ne()
1067 t = fold_build2 (PLUS_EXPR, type, t, iv->step); in number_of_iterations_ne()
1071 t = fold_build2 (MINUS_EXPR, type, iv->base, iv->step); in number_of_iterations_ne()
1152 tree *delta, tree step, in number_of_iterations_lt_to_ne() argument
1155 tree niter_type = TREE_TYPE (step); in number_of_iterations_lt_to_ne()
[all …]
H A Dvector-builder.h254 derived ()->step (prev, final)); in elt()
368 int step) const in count_dups() argument
370 gcc_assert ((end - start) % step == 0); in count_dups()
373 for (int i = start + step; in count_dups()
375 i += step) in count_dups()
410 unsigned int step) in repeating_sequence_p() argument
412 for (unsigned int i = start; i < end - step; ++i) in repeating_sequence_p()
413 if (!derived ()->equal_p ((*this)[i], (*this)[i + step])) in repeating_sequence_p()
425 unsigned int step) in stepped_sequence_p() argument
430 for (unsigned int i = start + step * 2; i < end; ++i) in stepped_sequence_p()
[all …]
H A Dtree-ssa-loop-ivopts.c172 tree step; /* Step of the iv (constant only). */ member
484 tree step; variable
514 && operand_equal_p (ccand1->step, ccand2->step, 0) in equal()
790 print_generic_expr (file, iv->step, TDF_SLIM); in dump_iv()
1181 alloc_iv (struct ivopts_data *data, tree base, tree step,
1187 gcc_assert (step != NULL_TREE);
1205 iv->step = step;
1211 base, step))
1223 set_iv (struct ivopts_data *data, tree iv, tree base, tree step, in set_iv() argument
1231 info->iv = alloc_iv (data, base, step, no_overflow); in set_iv()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc227 tree step; /* Step of the reference. */ member
284 dump_mem_details (FILE *file, tree base, tree step, in dump_mem_details() argument
290 if (cst_and_fits_in_hwi (step)) in dump_mem_details()
291 fprintf (file, HOST_WIDE_INT_PRINT_DEC, int_cst_value (step)); in dump_mem_details()
293 print_generic_expr (file, step, TDF_SLIM); in dump_mem_details()
313 find_or_create_group (struct mem_ref_group **groups, tree base, tree step) in find_or_create_group() argument
322 if (operand_equal_p ((*groups)->step, step, 0) in find_or_create_group()
328 if (cst_and_fits_in_hwi ((*groups)->step) && cst_and_fits_in_hwi (step) in find_or_create_group()
329 && int_cst_value ((*groups)->step) < int_cst_value (step)) in find_or_create_group()
335 group->step = step; in find_or_create_group()
[all …]
H A Dtree-ssa-loop-niter.cc1001 if (tree_int_cst_sign_bit (iv->step)) in number_of_iterations_ne()
1004 fold_build1 (NEGATE_EXPR, type, iv->step)); in number_of_iterations_ne()
1012 s = fold_convert (niter_type, iv->step); in number_of_iterations_ne()
1067 if (tree_int_cst_sign_bit (iv->step)) in number_of_iterations_ne()
1074 t = fold_build2 (PLUS_EXPR, type, t, iv->step); in number_of_iterations_ne()
1078 t = fold_build2 (MINUS_EXPR, type, iv->base, iv->step); in number_of_iterations_ne()
1091 t = fold_build2 (PLUS_EXPR, type, t, iv->step); in number_of_iterations_ne()
1095 t = fold_build2 (MINUS_EXPR, type, iv->base, iv->step); in number_of_iterations_ne()
1164 tree *delta, tree step, in number_of_iterations_lt_to_ne() argument
1167 tree niter_type = TREE_TYPE (step); in number_of_iterations_lt_to_ne()
[all …]
H A Dloop-iv.cc171 if (iv->step == const0_rtx in dump_iv_info()
176 if (iv->step != const0_rtx) in dump_iv_info()
179 print_rtl (file, iv->step); in dump_iv_info()
395 iv->step = const0_rtx; in iv_constant()
411 if (iv->step == const0_rtx in iv_subreg()
439 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg()
453 if (iv->step == const0_rtx in iv_extend()
494 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
495 iv->step, iv->extend_mode); in iv_neg()
519 && iv0->step == const0_rtx in iv_add()
[all …]
H A Dvector-builder.h254 derived ()->step (prev, final)); in elt()
368 int step) const in count_dups() argument
370 gcc_assert ((end - start) % step == 0); in count_dups()
373 for (int i = start + step; in count_dups()
375 i += step) in count_dups()
410 unsigned int step) in repeating_sequence_p() argument
412 for (unsigned int i = start; i < end - step; ++i) in repeating_sequence_p()
413 if (!derived ()->equal_p ((*this)[i], (*this)[i + step])) in repeating_sequence_p()
425 unsigned int step) in stepped_sequence_p() argument
430 for (unsigned int i = start + step * 2; i < end; ++i) in stepped_sequence_p()
[all …]
H A Dtree-ssa-loop-ivopts.cc172 tree step; /* Step of the iv (constant only). */ member
485 tree step; member in iv_common_cand
515 && operand_equal_p (ccand1->step, ccand2->step, 0) in equal()
791 print_generic_expr (file, iv->step, TDF_SLIM); in dump_iv()
1182 alloc_iv (struct ivopts_data *data, tree base, tree step, in alloc_iv() argument
1188 gcc_assert (step != NULL_TREE); in alloc_iv()
1206 iv->step = step; in alloc_iv()
1212 base, step)) in alloc_iv()
1224 set_iv (struct ivopts_data *data, tree iv, tree base, tree step, in set_iv() argument
1232 info->iv = alloc_iv (data, base, step, no_overflow); in set_iv()
[all …]
/netbsd-src/usr.bin/jot/
H A Djot.c70 static double step = STEP_DEF; variable
118 srandom((unsigned long) step); in main()
129 for (i = 1; i <= reps || reps == 0; i++, x += step) in main()
187 step = strtod(argv[3], &ep); in getargs()
238 step = time(NULL) * getpid(); in getargs()
255 if (step == 0.0) in getargs()
258 reps = (ender - begin + step) / step; in getargs()
270 begin = ender - reps * step + step; in getargs()
279 step = 0.0; in getargs()
281 step = (ender - begin) / (reps - 1); in getargs()
[all …]
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dinterror.c531 int l = -1, r = IPF_NUM_ERRORS + 1, step; local
532 step = (r - l) / 2;;
534 while (step != 0) {
535 ie = ipf_errors + l + step;
538 step = l + step;
540 r = step;
542 l = step;
543 step = (r - l) / 2;;
/netbsd-src/usr.bin/ctags/
H A Dctags.c93 int step; /* step through args */ in main() local
157 for (step = 0; step < argc; ++step) in main()
158 if (!(inf = fopen(argv[step], "r"))) { in main()
159 warn("%s", argv[step]); in main()
163 curfile = argv[step]; in main()
164 find_entries(argv[step]); in main()
173 for (step in main()
[all...]
/netbsd-src/usr.sbin/installboot/
H A Devboards.c1508 prop_dictionary_t step = prop_object_iterator_next(steps); in evb_ubsteps_next_step() local
1511 if (step == NULL) in evb_ubsteps_next_step()
1514 return step; in evb_ubsteps_next_step()
1522 evb_ubstep_get_file_name(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_name() argument
1524 prop_string_t string = prop_dictionary_get(step, step_file_name_key); in evb_ubstep_get_file_name()
1533 evb_ubstep_get_file_offset(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_offset() argument
1535 prop_number_t number = prop_dictionary_get(step, step_file_offset_key); in evb_ubstep_get_file_offset()
1547 evb_ubstep_get_file_size(ib_params *params, evb_ubstep step) in evb_ubstep_get_file_size() argument
1549 prop_number_t number = prop_dictionary_get(step, step_file_size_key); in evb_ubstep_get_file_size()
1561 evb_ubstep_get_image_offset(ib_params *params, evb_ubstep step) in evb_ubstep_get_image_offset() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c37 TYPE start, TYPE end, TYPE step) in GOMP_taskloop() argument
69 TYPE s = step; in GOMP_taskloop()
70 if (step > 0) in GOMP_taskloop()
82 UTYPE n = (end - start + s) / step; in GOMP_taskloop()
89 n = (end - start + step - 1) / step; in GOMP_taskloop()
95 n = (start - end - step - 1) / -step; in GOMP_taskloop()
99 TYPE task_step = step; in GOMP_taskloop()
124 task_step = (TYPE) grainsize * step; in GOMP_taskloop()
127 task_step += step; in GOMP_taskloop()
135 task_step = (TYPE) div * step; in GOMP_taskloop()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A Dprimesieve.c275 mp_size_t step, lindex; in first_block_primesieve() local
279 step = id_to_n(i); in first_block_primesieve()
281 lindex = i*(step+1)-1+(-(i&1)&(i+1)); in first_block_primesieve()
286 step <<= 1; in first_block_primesieve()
287 maskrot = step % GMP_LIMB_BITS; in first_block_primesieve()
293 lindex += step; in first_block_primesieve()
300 for ( ; lindex <= bits; lindex += step) { in first_block_primesieve()
333 mp_size_t step, lindex; in block_resieve() local
337 step = id_to_n(i); in block_resieve()
340 lindex = i*(step+1)-1+(-(i&1)&(i+1)); in block_resieve()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c37 TYPE start, TYPE end, TYPE step) in GOMP_taskloop() argument
69 TYPE s = step; in GOMP_taskloop()
70 if (step > 0) in GOMP_taskloop()
82 UTYPE n = (end - start + s) / step; in GOMP_taskloop()
89 n = (end - start + step - 1) / step; in GOMP_taskloop()
95 n = (start - end - step - 1) / -step; in GOMP_taskloop()
99 TYPE task_step = step; in GOMP_taskloop()
100 TYPE nfirst_task_step = step; in GOMP_taskloop()
117 task_step = (TYPE) grainsize * step; in GOMP_taskloop()
121 nfirst_task_step = (TYPE) mod * step; in GOMP_taskloop()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_syncmap.c340 unsigned int step, order, idx; in igt_syncmap_join_below() local
349 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
351 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
359 context, order, step, sync->height, sync->prefix); in igt_syncmap_join_below()
366 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
368 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
372 context, order, step); in igt_syncmap_join_below()
380 context + idx, order, step); in igt_syncmap_join_below()
389 for (step = 0; step < KSYNCMAP; step++) { in igt_syncmap_join_below()
390 u64 context = step * BIT_ULL(order); in igt_syncmap_join_below()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dallocfail.sh66 step=1
87 step=$((step * 10))
92 step=1
100 i=$(($i + $step))
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dallocfail.sh66 step=1
87 step=$((step * 10))
92 step=1
100 i=$(($i + $step))
/netbsd-src/sys/external/bsd/libnv/dist/
H A Dmsgio.c374 unsigned int i, step, j; in fd_recv() local
382 ret = i = step = 0; in fd_recv()
385 step = PKG_MAX_SIZE; in fd_recv()
387 step = nfds - i; in fd_recv()
388 ret = fd_package_recv(sock, fds + i, step); in fd_recv()
397 i += step; in fd_recv()
406 unsigned int i, step; in fd_send() local
414 ret = i = step = 0; in fd_send()
417 step = PKG_MAX_SIZE; in fd_send()
419 step = nfds - i; in fd_send()
[all …]

12345678910>>...56