/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 84 return !!base_type::bitwise_complement(storage, order); in complement_and_test() 252 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 441 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 622 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 809 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function
|
D | extra_ops_gcc_aarch32.hpp | 53 base_type::bitwise_complement(storage, order); in opaque_complement() 113 return !!base_type::bitwise_complement(storage, order); in complement_and_test() 319 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 550 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 780 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1022 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function
|
D | extra_ops_gcc_x86.hpp | 79 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 135 return !!bitwise_complement(storage, order); in complement_and_test() 461 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 517 return !!bitwise_complement(storage, order); in complement_and_test() 914 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 970 return !!bitwise_complement(storage, order); in complement_and_test() 1369 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1425 return !!bitwise_complement(storage, order); in complement_and_test()
|
D | extra_ops_gcc_aarch64.hpp | 55 base_type::bitwise_complement(storage, order); in opaque_complement() 115 return !!base_type::bitwise_complement(storage, order); in complement_and_test() 323 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 558 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 793 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1028 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1291 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function
|
D | extra_ops_generic.hpp | 92 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 165 return !!static_cast< emulated_storage_type >(bitwise_complement(storage, order)); in complement_and_test() 284 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 356 return !!static_cast< emulated_storage_type >(bitwise_complement(storage, order)); in complement_and_test()
|
D | extra_ops_gcc_arm.hpp | 87 return !!base_type::bitwise_complement(storage, order); in complement_and_test() 312 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 565 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 815 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1077 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function
|
D | extra_ops_emulated.hpp | 127 …static storage_type bitwise_complement(storage_type volatile& storage, memory_order) BOOST_NOEXCEPT in bitwise_complement() function 218 return !!bitwise_complement(storage, order); in complement_and_test()
|
D | extra_ops_msvc_x86.hpp | 204 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 588 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function 1022 …static BOOST_FORCEINLINE storage_type bitwise_complement(storage_type volatile& storage, memory_or… in bitwise_complement() function
|
D | atomic_impl.hpp | 440 …BOOST_FORCEINLINE value_type bitwise_complement(memory_order order = memory_order_seq_cst) volatil… in bitwise_complement() function in boost::atomics::detail::base_atomic 442 …atomics::detail::integral_truncate< value_type >(extra_operations::bitwise_complement(this->storag… in bitwise_complement()
|
D | atomic_ref_impl.hpp | 407 …BOOST_FORCEINLINE value_type bitwise_complement(memory_order order = memory_order_seq_cst) const B… in bitwise_complement() function in boost::atomics::detail::base_atomic_ref 409 …return atomics::detail::bitwise_cast< value_type >(extra_operations::bitwise_complement(this->stor… in bitwise_complement()
|
D | atomic_template.hpp | 440 …BOOST_FORCEINLINE value_type bitwise_complement(memory_order order = memory_order_seq_cst) volatil… in bitwise_complement() function in boost::atomics::detail::base_atomic 442 …atomics::detail::integral_truncate< value_type >(extra_operations::bitwise_complement(m_storage.va… in bitwise_complement()
|
/third_party/boost/libs/atomic/test/ |
D | api_test_helpers.hpp | 694 T n = a.bitwise_complement(); in test_bit_operators()
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 383 struct bitwise_complement struct
|
D | et_ops.hpp | 59 …detail::expression<detail::bitwise_complement, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > >… 60 …g, Arg1, Arg2, Arg3, Arg4>& v) { return detail::expression<detail::bitwise_complement, detail::exp… in operator ~()
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1409 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_complement&) in do_assign() argument
|
/third_party/boost/libs/atomic/doc/ |
D | atomic.qbk | 769 [`I bitwise_complement(memory_order order)`]
|