Home
last modified time | relevance | path

Searched refs:old_storage (Results 1 – 25 of 99) sorted by relevance

1234

/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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
76 atomics::detail::non_atomic_load(storage, old_storage); in negate()
79 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
136 storage_type old_storage, new_storage; in add() local
138 atomics::detail::non_atomic_load(storage, old_storage); in add()
141 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
46 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
49 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
76 atomics::detail::non_atomic_load(storage, old_storage); in negate()
79 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
136 storage_type old_storage, new_storage; in add() local
138 atomics::detail::non_atomic_load(storage, old_storage); in add()
141 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
46 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
49 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
74 storage_type old_storage, new_storage; in negate() local
76 atomics::detail::non_atomic_load(storage, old_storage); in negate()
79 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
136 storage_type old_storage, new_storage; in add() local
138 atomics::detail::non_atomic_load(storage, old_storage); in add()
141 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
46 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
49 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
75 atomics::detail::non_atomic_load(storage, old_storage); in negate()
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
135 storage_type old_storage, new_storage; in add() local
137 atomics::detail::non_atomic_load(storage, old_storage); in add()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
75 atomics::detail::non_atomic_load(storage, old_storage); in negate()
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
135 storage_type old_storage, new_storage; in add() local
137 atomics::detail::non_atomic_load(storage, old_storage); in add()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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()
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
74 storage_type old_storage, new_storage; in fetch_negate()
76 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
79 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
136 storage_type old_storage, new_storage;
138 atomics::detail::non_atomic_load(storage, old_storage);
141 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage);
151 storage_type old_storage, new_storage;
[all …]
H A Dfp_ops_generic.hpp44 storage_type old_storage, new_storage; in fetch_add() local
46 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
49 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
61 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
64 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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;
60 atomics::detail::non_atomic_load(storage, old_storage);
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage);
73 storage_type old_storage, new_storage;
75 atomics::detail::non_atomic_load(storage, old_storage);
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage);
135 storage_type old_storage, new_storage; in Int64_pack()
137 atomics::detail::non_atomic_load(storage, old_storage); in Int64_pack()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
75 atomics::detail::non_atomic_load(storage, old_storage); in negate()
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
135 storage_type old_storage, new_storage; in add() local
137 atomics::detail::non_atomic_load(storage, old_storage); in add()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
75 atomics::detail::non_atomic_load(storage, old_storage); in negate()
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
135 storage_type old_storage, new_storage; in add() local
137 atomics::detail::non_atomic_load(storage, old_storage); in add()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_negate()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_negate()
73 storage_type old_storage, new_storage; in negate() local
75 atomics::detail::non_atomic_load(storage, old_storage); in negate()
78 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in negate()
135 storage_type old_storage, new_storage; in add() local
137 atomics::detail::non_atomic_load(storage, old_storage); in add()
140 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
45 atomics::detail::non_atomic_load(storage, old_storage); in fetch_add()
48 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); 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
60 atomics::detail::non_atomic_load(storage, old_storage); in fetch_sub()
63 old_val = atomics::detail::bitwise_fp_cast< value_type >(old_storage); in fetch_sub()
67 …while (!base_type::compare_exchange_weak(storage, old_storage, new_storage, order, memory_order_re… in fetch_sub()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr29902.C6 void f(int capacity_, char *old_storage) in f() argument
14 old_storage[i] = old_storage[i - 1]; in f()
16 for (int i = 1; i < capacity_; i++){old_storage[i] = 0;} in f()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr29902.C6 void f(int capacity_, char *old_storage) in f() argument
14 old_storage[i] = old_storage[i - 1]; in f()
16 for (int i = 1; i < capacity_; i++){old_storage[i] = 0;} in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr29902.C7 void f(int capacity_, char *old_storage) in f() argument
15 old_storage[i] = old_storage[i - 1]; in f()
17 for (int i = 1; i < capacity_; i++){old_storage[i] = 0;} in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr29902.C6 void f(int capacity_, char *old_storage) in f() argument
14 old_storage[i] = old_storage[i - 1]; in f()
16 for (int i = 1; i < capacity_; i++){old_storage[i] = 0;} in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr29902.C6 void f(int capacity_, char *old_storage) in f() argument
14 old_storage[i] = old_storage[i - 1]; in f()
16 for (int i = 1; i < capacity_; i++){old_storage[i] = 0;} in f()

1234