Home
last modified time | relevance | path

Searched refs:incr (Results 226 – 250 of 18149) sorted by relevance

12345678910>>...726

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgomp/
H A Dloop_ull.c45 ws->incr_ull = incr; in gomp_loop_ull_init()
50 ws->chunk_size_ull *= incr; in gomp_loop_ull_init()
100 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_static_start() argument
118 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_dynamic_start() argument
144 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_guided_start() argument
202 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_static_start() argument
221 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_dynamic_start() argument
247 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_guided_start() argument
273 gomp_ull incr, gomp_ull *istart, in GOMP_loop_ull_ordered_runtime_start() argument
484 gomp_ull incr, gomp_ull chunk_size, in GOMP_loop_ull_static_start() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgomp/
H A Dloop_ull.c45 ws->incr_ull = incr; in gomp_loop_ull_init()
50 ws->chunk_size_ull *= incr; in gomp_loop_ull_init()
100 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_static_start() argument
118 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_dynamic_start() argument
144 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_guided_start() argument
202 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_static_start() argument
221 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_dynamic_start() argument
247 gomp_ull incr, gomp_ull chunk_size, in gomp_loop_ull_ordered_guided_start() argument
273 gomp_ull incr, gomp_ull *istart, in GOMP_loop_ull_ordered_runtime_start() argument
484 gomp_ull incr, gomp_ull chunk_size, in GOMP_loop_ull_static_start() argument
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest38.3110 incr matches
115 incr matches
119 incr matches
143 incr matches
147 incr matches
151 incr matches
155 incr matches
159 incr matches
175 incr matches
179 incr matches
[all …]
H A Dtest7.4107 incr matches
120 incr matches
125 incr matches
134 incr matches
138 incr matches
144 incr matches
199 incr matches
204 incr matches
213 incr matches
217 incr matches
[all …]
H A Dtest21.685 incr exit_code 1
100 incr matches
104 incr matches
121 incr exit_code 1
137 incr dmatches
141 incr dmatches
221 incr dmatches
225 incr dmatches
229 incr dmatches
233 incr dmatches
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dfor.test822 incr j
835 incr j
848 incr j
861 incr j
874 incr j
887 incr j
900 incr j
913 incr j
926 incr j
938 incr j
[all …]
/dports/devel/csmith/csmith-2.3.0/src/
H A DStatementFor.cpp90 incr = pure_rnd_upto(10); in make_random_loop_control()
94 limit = (limit - init) / incr * incr + init; in make_random_loop_control()
96 if (incr == 0) incr = 1; in make_random_loop_control()
124 incr = 1; in make_random_loop_control()
143 if (incr == 0) incr = 1; in make_random_array_control()
144 bound = ((bound - init) / incr) * incr + init; in make_random_array_control()
151 if (incr == 0) incr = 1; in make_random_array_control()
362 incr(incr), in StatementFor()
376 incr(sf.incr),
390 delete &incr; in ~StatementFor()
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/modules/
H A Dredis-url-threatintel.lua45 client:incr('scheme::' .. decoded_url['scheme'])
46 client:incr('credential::' .. decoded_url['credential'])
47 client:incr('subdomain::' .. decoded_url['subdomain'])
48 client:incr('domain::' .. decoded_url['domain'])
49 client:incr('domain_without_tld::' .. decoded_url['domain_without_tld'])
50 client:incr('host::' .. decoded_url['host'])
51 client:incr('tld::' .. decoded_url['tld'])
52 client:incr('port::' .. decoded_url['port'])
53 client:incr('resource_path::' .. decoded_url['resource_path'])
54 client:incr('query_string::' .. decoded_url['query_string'])
[all …]
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgs_query.c78 incr = tlen / 1000.0; in gs_los_intersect1()
79 min_incr = incr / 1000.0; in gs_los_intersect1()
81 dx = incr * u_d[X]; in gs_los_intersect1()
82 dy = incr * u_d[Y]; in gs_los_intersect1()
83 dz = incr * u_d[Z]; in gs_los_intersect1()
131 len += incr; in gs_los_intersect1()
157 incr /= 2.0; in gs_los_intersect1()
159 dx = incr * u_d[X]; in gs_los_intersect1()
160 dy = incr * u_d[Y]; in gs_los_intersect1()
161 dz = incr * u_d[Z]; in gs_los_intersect1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dsubmodule_15.f0824 integer :: incr ! Make sure that everybody can access a module variable variable
29 incr = incr + 1
34 incr = incr + 1
41 incr = incr + 1
42 a3 = i + incr
50 i = i + incr
56 incr = 1

12345678910>>...726