/third_party/boost/boost/mpi/ |
D | operations.hpp | 100 struct bitwise_and struct 102 typedef T first_argument_type; 103 typedef T second_argument_type; 104 typedef T result_type; 106 T operator()(const T& x, const T& y) const in operator ()()
|
/third_party/boost/boost/safe_numerics/ |
D | checked_default.hpp | 121 bitwise_and(const R & t, const R & u) noexcept { in bitwise_and() function 205 constexpr checked_result<R> bitwise_and(const R & t, const R & u) noexcept { in bitwise_and() function
|
D | checked_float.hpp | 205 constexpr checked_result<R> bitwise_and(const T & t, const U & u) noexcept { in bitwise_and() function
|
D | checked_integer.hpp | 791 constexpr static checked_result<R> bitwise_and(const R & t, const R & u){ in bitwise_and() function
|
/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 176 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 365 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 546 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 733 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_arm.hpp | 208 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 461 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 711 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 969 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_aarch64.hpp | 227 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 462 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 697 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 932 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 1182 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_msvc_x86.hpp | 121 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 505 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 939 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_aarch32.hpp | 223 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 454 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 684 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 922 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_generic.hpp | 72 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 243 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_gcc_x86.hpp | 102 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 484 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 937 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function 1392 …static BOOST_FORCEINLINE storage_type bitwise_and(storage_type volatile& storage, storage_type v, … in bitwise_and() function
|
D | extra_ops_emulated.hpp | 84 …static storage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_and() function
|
D | atomic_impl.hpp | 425 …BOOST_FORCEINLINE value_type bitwise_and(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_and() function in boost::atomics::detail::base_atomic
|
D | atomic_ref_impl.hpp | 392 …BOOST_FORCEINLINE value_type bitwise_and(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_and() function in boost::atomics::detail::base_atomic_ref
|
D | atomic_template.hpp | 425 …BOOST_FORCEINLINE value_type bitwise_and(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_and() function in boost::atomics::detail::base_atomic
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 96 struct bitwise_and {}; struct
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 55 bitwise_and = 27, ///< \c & enumerator
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 116 bitwise_and = P.BitwiseAnd() variable
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1232 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_and&) in do_assign() 1852 BOOST_MP_CXX14_CONSTEXPR void do_bitwise_and(const Exp& e, const detail::bitwise_and&) in do_bitwise_and()
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 5612 def bitwise_and(x1, x2, dtype=None): function
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 377 struct bitwise_and struct
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1991 void ShaderCore::bitwise_and(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in bitwise_and() function in sw::ShaderCore
|