Home
last modified time | relevance | path

Searched refs:new_storage (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/devel/hyperscan/boost_1_75_0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp59 storage_type old_storage, new_storage; in fetch_negate() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
81 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
83 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
136 storage_type old_storage, new_storage; in add() local
143 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
145 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
151 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp44 storage_type old_storage, new_storage; in fetch_add() local
51 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
53 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
59 storage_type old_storage, new_storage; in fetch_sub() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/R-cran-BH/BH/inst/include/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp59 storage_type old_storage, new_storage; in fetch_negate() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
81 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
83 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
136 storage_type old_storage, new_storage; in add() local
143 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
145 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
151 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp44 storage_type old_storage, new_storage; in fetch_add() local
51 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
53 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
59 storage_type old_storage, new_storage; in fetch_sub() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp59 storage_type old_storage, new_storage; in fetch_negate() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
81 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
83 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
136 storage_type old_storage, new_storage; in add() local
143 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
145 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
151 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp44 storage_type old_storage, new_storage; in fetch_add() local
51 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
53 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
59 storage_type old_storage, new_storage; in fetch_sub() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/boost-libs/boost_1_72_0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage; in fetch_negate() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
135 storage_type old_storage, new_storage; in add() local
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
150 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/boost-python-libs/boost_1_72_0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage; in fetch_negate() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
135 storage_type old_storage, new_storage; in add() local
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
150 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp59 storage_type old_storage, new_storage; in fetch_negate()
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
74 storage_type old_storage, new_storage; in fetch_negate()
81 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
83 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
136 storage_type old_storage, new_storage;
143 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val);
145 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re…
151 storage_type old_storage, new_storage;
[all …]
H A Dfp_ops_generic.hpp44 storage_type old_storage, new_storage; in fetch_add() local
51 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
53 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
59 storage_type old_storage, new_storage; in fetch_sub() local
66 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
68 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage;
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val);
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re…
73 storage_type old_storage, new_storage;
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val);
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re…
135 storage_type old_storage, new_storage; in Int64_pack()
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in Int64_pack()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in Int64_pack()
150 storage_type old_storage, new_storage; in Int64_pack()
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage; in fetch_negate() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
135 storage_type old_storage, new_storage; in add() local
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
150 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage; in fetch_negate() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
135 storage_type old_storage, new_storage; in add() local
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
150 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/boost-docs/boost_1_72_0/boost/atomic/detail/
H A Dextra_fp_ops_generic.hpp58 storage_type old_storage, new_storage; in fetch_negate() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_negate()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
80 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in negate()
82 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in negate()
135 storage_type old_storage, new_storage; in add() local
142 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in add()
144 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in add()
150 storage_type old_storage, new_storage; in sub() local
[all …]
H A Dfp_ops_generic.hpp43 storage_type old_storage, new_storage; in fetch_add() local
50 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_add()
52 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_add()
58 storage_type old_storage, new_storage; in fetch_sub() local
65 new_storage = atomics::detail::bitwise_fp_cast< storage_type >(new_val); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Config/Storage/
H A DConfigStorageTestBase.php194 $this->assertFalse($new_storage->exists($name));
195 $this->assertEqual([], $new_storage->listAll());
196 $this->assertFalse($new_storage->delete($name));
197 $this->assertFalse($new_storage->deleteAll('config_test.'));
198 $this->assertFalse($new_storage->deleteAll());
200 $new_storage->write($name, $data);
202 $this->assertSame($data, $new_storage->read($name));
203 $this->assertEqual([$name], $new_storage->listAll());
204 $this->assertTrue($new_storage->exists($name));
206 $new_storage->write($name, $new_data);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Config/Storage/
H A DConfigStorageTestBase.php194 $this->assertFalse($new_storage->exists($name));
195 $this->assertEquals([], $new_storage->listAll());
196 $this->assertFalse($new_storage->delete($name));
197 $this->assertFalse($new_storage->deleteAll('config_test.'));
198 $this->assertFalse($new_storage->deleteAll());
200 $new_storage->write($name, $data);
202 $this->assertSame($data, $new_storage->read($name));
203 $this->assertEquals([$name], $new_storage->listAll());
204 $this->assertTrue($new_storage->exists($name));
206 $new_storage->write($name, $new_data);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/kbipack/
H A Dgmp_matrix.cpp571 mpz_t * new_storage; in gmp_matrix_transp() local
584 if(new_storage == NULL) in gmp_matrix_transp()
592 mpz_init_set(new_storage[i-1], in gmp_matrix_transp()
600 mpz_init_set(new_storage[i-1], in gmp_matrix_transp()
619 M -> storage = new_storage; in gmp_matrix_transp()
630 mpz_t * new_storage; in gmp_matrix_right_mult() local
651 if(new_storage == NULL) in gmp_matrix_right_mult()
677 A -> storage = new_storage; in gmp_matrix_right_mult()
686 mpz_t * new_storage; in gmp_matrix_left_mult() local
707 if(new_storage == NULL) in gmp_matrix_left_mult()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dalloca.c200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); in C_alloca() local
203 if (new_storage == 0) in C_alloca()
206 ((header *) new_storage)->h.next = last_alloca_header; in C_alloca()
207 ((header *) new_storage)->h.deep = depth; in C_alloca()
209 last_alloca_header = (header *) new_storage; in C_alloca()
213 return (PTR) ((char *) new_storage + sizeof (header)); in C_alloca()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dalloca.c200 register void *new_storage = XNEWVEC (char, sizeof (header) + size); in C_alloca() local
203 if (new_storage == 0) in C_alloca()
206 ((header *) new_storage)->h.next = last_alloca_header; in C_alloca()
207 ((header *) new_storage)->h.deep = depth; in C_alloca()
209 last_alloca_header = (header *) new_storage; in C_alloca()
213 return (PTR) ((char *) new_storage + sizeof (header)); in C_alloca()

1234567891011