Home
last modified time | relevance | path

Searched refs:small_array (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/
H A Darray.rs83 macro_rules! small_array { macro
169 small_array!(1 uniform1:
171 small_array!(2 uniform2:
173 small_array!(3 uniform3:
175 small_array!(4 uniform4:
177 small_array!(5 uniform5:
179 small_array!(6 uniform6:
181 small_array!(7 uniform7:
183 small_array!(8 uniform8:
185 small_array!(9 uniform9:
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/
H A Darray.rs83 macro_rules! small_array { macro
169 small_array!(1 uniform1:
171 small_array!(2 uniform2:
173 small_array!(3 uniform3:
175 small_array!(4 uniform4:
177 small_array!(5 uniform5:
179 small_array!(6 uniform6:
181 small_array!(7 uniform7:
183 small_array!(8 uniform8:
185 small_array!(9 uniform9:
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/
H A Darray.rs83 macro_rules! small_array { macro
169 small_array!(1 uniform1:
171 small_array!(2 uniform2:
173 small_array!(3 uniform3:
175 small_array!(4 uniform4:
177 small_array!(5 uniform5:
179 small_array!(6 uniform6:
181 small_array!(7 uniform7:
183 small_array!(8 uniform8:
185 small_array!(9 uniform9:
[all …]
/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/tests/
H A Dpoly_set.cpp63 std::vector<T> small_array(poly_t::degree); in run() local
64 std::generate(small_array.begin(), small_array.end(), std::rand); in run()
68 *alloc_aligned<poly_t, 32>(1, small_array.begin(), small_array.end()); in run()
79 poly_t& p5 = *alloc_aligned<poly_t, 32>(1, small_array.begin(), in run()
80 small_array.end(), false); in run()
85 ret_value &= (p5(cm, i) == small_array[i]); in run()
165 std::vector<T> small_array(poly_p::degree); in run_p() local
166 std::generate(small_array.begin(), small_array.end(), std::rand); in run_p()
169 poly_p p4{small_array.begin(), small_array.end()}; in run_p()
180 poly_p p5{small_array.begin(), small_array.end(), false}; in run_p()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/src/tagmanager/
H A Dtm_tag.c380 static GPtrArray *merge(GPtrArray *big_array, GPtrArray *small_array, in merge() argument
392 if (small_array->len > big_array->len) in merge()
394 GPtrArray *tmp = small_array; in merge()
395 small_array = big_array; in merge()
402 initial_step = (small_array->len > 0) ? big_array->len / small_array->len : 1; in merge()
406 while (i1 < big_array->len && i2 < small_array->len) in merge()
409 gpointer val2 = small_array->pdata[i2]; in merge()
470 while (i2 < small_array->len) in merge()
471 g_ptr_array_add(res_array, small_array->pdata[i2++]); in merge()
476 printf("merged tags: %u\n\n", small_array->len); in merge()
[all …]
/dports/devel/geany/geany-1.38/src/tagmanager/
H A Dtm_tag.c380 static GPtrArray *merge(GPtrArray *big_array, GPtrArray *small_array, in merge() argument
392 if (small_array->len > big_array->len) in merge()
394 GPtrArray *tmp = small_array; in merge()
395 small_array = big_array; in merge()
402 initial_step = (small_array->len > 0) ? big_array->len / small_array->len : 1; in merge()
406 while (i1 < big_array->len && i2 < small_array->len) in merge()
409 gpointer val2 = small_array->pdata[i2]; in merge()
470 while (i2 < small_array->len) in merge()
471 g_ptr_array_add(res_array, small_array->pdata[i2++]); in merge()
476 printf("merged tags: %u\n\n", small_array->len); in merge()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
H A Dunchecked_union3.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
H A Dunchecked_union3.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
H A Dunchecked_union3.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer;
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Dunchecked_union2.adb4 type small_array is array (0 .. 2) of Integer; type
9 field2 : aliased small_array := (0, 0, 0);

123