| /third_party/boost/boost/mpi/ |
| D | operations.hpp | 120 struct bitwise_or struct 122 typedef T first_argument_type; 123 typedef T second_argument_type; 124 typedef T result_type; 126 T operator()(const T& x, const T& y) const in operator ()()
|
| /third_party/boost/boost/safe_numerics/ |
| D | checked_default.hpp | 113 bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function 197 constexpr checked_result<R> bitwise_or(const R & t, const R & u) noexcept { in bitwise_or() function
|
| D | checked_float.hpp | 183 constexpr checked_result<R> bitwise_or(const T & t, const U & u) noexcept { in bitwise_or() function
|
| D | checked_integer.hpp | 765 constexpr static checked_result<R> bitwise_or(const R & t, const R & u){ in bitwise_or() function
|
| /third_party/boost/boost/atomic/detail/ |
| D | extra_ops_gcc_ppc.hpp | 195 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 384 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 565 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 752 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_gcc_arm.hpp | 234 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 487 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 737 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 996 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_msvc_x86.hpp | 142 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 526 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 960 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_gcc_aarch64.hpp | 251 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 486 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 721 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 956 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 1209 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_gcc_aarch32.hpp | 247 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 478 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 708 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 947 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_generic.hpp | 77 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 255 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_gcc_x86.hpp | 110 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 492 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 945 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 1400 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
| D | extra_ops_emulated.hpp | 95 …static storage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST… in bitwise_or() function
|
| D | atomic_ref_impl.hpp | 397 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic_ref
|
| D | atomic_impl.hpp | 430 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic
|
| D | atomic_template.hpp | 430 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic
|
| /third_party/boost/boost/proto/ |
| D | tags.hpp | 99 struct bitwise_or {}; struct
|
| /third_party/boost/libs/proto/test/ |
| D | flatten.cpp | 20 std::ostream &operator <<(std::ostream &sout, boost::proto::tag::bitwise_or) in operator <<()
|
| /third_party/boost/boost/yap/ |
| D | algorithm_fwd.hpp | 56 bitwise_or = 28, ///< \c | enumerator
|
| /third_party/boost/boost/multiprecision/ |
| D | number.hpp | 1277 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_or&) in do_assign() 1877 BOOST_MP_CXX14_CONSTEXPR void do_bitwise_or(const Exp& e, const detail::bitwise_or&) in do_bitwise_or()
|
| /third_party/boost/boost/multiprecision/detail/ |
| D | number_base.hpp | 379 struct bitwise_or struct
|