Home
last modified time | relevance | path

Searched refs:value_pool (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/im-rc-15.0.0/src/vector/
H A Dpool.rs13 pub(crate) value_pool: Pool<Chunk<A>>, field
31 value_pool: Pool::new(leaf_pool_size), in with_sizes()
39 self.value_pool.fill(); in fill()
50 self.value_pool.get_pool_size() in leaf_pool_size()
70 value_pool: self.value_pool.clone(), in clone()
H A Dmod.rs225 outer_f: PoolRef::default(&pool.value_pool), in promote_front()
228 inner_b: PoolRef::default(&pool.value_pool), in promote_front()
229 outer_b: PoolRef::default(&pool.value_pool), in promote_front()
251 outer_f: PoolRef::default(&pool.value_pool), in promote_back()
252 inner_f: PoolRef::default(&pool.value_pool), in promote_back()
1006 PoolRef::make_mut(&pool.value_pool, left) in append()
1169 &pool.value_pool, in split_off()
1529 outer_f: PoolRef::default(&pool.value_pool), in new()
1530 inner_f: PoolRef::default(&pool.value_pool), in new()
1532 inner_b: PoolRef::default(&pool.value_pool), in new()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/im-15.0.0/src/vector/
H A Dpool.rs13 pub(crate) value_pool: Pool<Chunk<A>>, field
31 value_pool: Pool::new(leaf_pool_size), in with_sizes()
39 self.value_pool.fill(); in fill()
50 self.value_pool.get_pool_size() in leaf_pool_size()
70 value_pool: self.value_pool.clone(), in clone()
H A Dmod.rs225 outer_f: PoolRef::default(&pool.value_pool), in promote_front()
228 inner_b: PoolRef::default(&pool.value_pool), in promote_front()
229 outer_b: PoolRef::default(&pool.value_pool), in promote_front()
251 outer_f: PoolRef::default(&pool.value_pool), in promote_back()
252 inner_f: PoolRef::default(&pool.value_pool), in promote_back()
1006 PoolRef::make_mut(&pool.value_pool, left) in append()
1169 &pool.value_pool, in split_off()
1529 outer_f: PoolRef::default(&pool.value_pool), in new()
1530 inner_f: PoolRef::default(&pool.value_pool), in new()
1532 inner_b: PoolRef::default(&pool.value_pool), in new()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/im-rc-15.0.0/src/vector/
H A Dpool.rs13 pub(crate) value_pool: Pool<Chunk<A>>, field
31 value_pool: Pool::new(leaf_pool_size), in with_sizes()
39 self.value_pool.fill(); in fill()
50 self.value_pool.get_pool_size() in leaf_pool_size()
70 value_pool: self.value_pool.clone(), in clone()
/dports/lang/rust/rustc-1.58.1-src/vendor/im-rc/src/vector/
H A Dpool.rs13 pub(crate) value_pool: Pool<Chunk<A>>, field
31 value_pool: Pool::new(leaf_pool_size), in with_sizes()
39 self.value_pool.fill(); in fill()
50 self.value_pool.get_pool_size() in leaf_pool_size()
70 value_pool: self.value_pool.clone(), in clone()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/
H A Dvrecps.c31 const float32_t value_pool[] = {0.2, 0.4}; in test_frecps_float32x2_t() local
33 float32x2_t value = vld1_f32 (value_pool); in test_frecps_float32x2_t()
58 const float32_t value_pool[] = {0.2, 0.4, 0.5, 0.8}; in test_frecps_float32x4_t() local
60 float32x4_t value = vld1q_f32 (value_pool); in test_frecps_float32x4_t()
106 const float64_t value_pool[] = {0.2, 0.4}; in test_frecps_float64x2_t() local
108 float64x2_t value = vld1q_f64 (value_pool); in test_frecps_float64x2_t()

1234