/third_party/boost/boost/mpi/ |
D | operations.hpp | 161 struct bitwise_xor struct 163 typedef T first_argument_type; 164 typedef T second_argument_type; 165 typedef T result_type; 167 T operator()(const T& x, const T& y) const in operator ()()
|
/third_party/boost/boost/safe_numerics/ |
D | checked_default.hpp | 117 bitwise_xor(const R & t, const R & u) noexcept { in bitwise_xor() function 201 constexpr checked_result<R> bitwise_xor(const R & t, const R & u) noexcept { in bitwise_xor() function
|
D | checked_float.hpp | 194 constexpr checked_result<R> bitwise_xor(const T & t, const U & u) noexcept { in bitwise_xor() function
|
D | checked_integer.hpp | 778 constexpr static checked_result<R> bitwise_xor(const R & t, const R & u){ in bitwise_xor() function
|
/third_party/boost/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 214 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 403 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 584 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 771 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_gcc_arm.hpp | 260 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 513 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 763 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 1023 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_gcc_aarch64.hpp | 275 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 510 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 745 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 980 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 1236 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_msvc_x86.hpp | 163 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 547 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 981 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_gcc_aarch32.hpp | 271 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 502 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 732 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 972 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_generic.hpp | 82 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 267 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_gcc_x86.hpp | 118 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 500 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 953 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function 1408 …static BOOST_FORCEINLINE storage_type bitwise_xor(storage_type volatile& storage, storage_type v, … in bitwise_xor() function
|
D | extra_ops_emulated.hpp | 106 …static storage_type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_xor() function
|
D | atomic_impl.hpp | 435 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic
|
D | atomic_ref_impl.hpp | 402 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic_ref
|
D | atomic_template.hpp | 435 …BOOST_FORCEINLINE value_type bitwise_xor(value_arg_type v, memory_order order = memory_order_seq_c… in bitwise_xor() function in boost::atomics::detail::base_atomic
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 102 struct bitwise_xor {}; struct
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 57 bitwise_xor = 29, ///< \c ^ enumerator
|
/third_party/mindspore/mindspore/ops/ |
D | functional.py | 118 bitwise_xor = P.BitwiseXor() variable
|
/third_party/boost/boost/multiprecision/ |
D | number.hpp | 1322 BOOST_MP_CXX14_CONSTEXPR void do_assign(const Exp& e, const detail::bitwise_xor&) in do_assign() 1902 BOOST_MP_CXX14_CONSTEXPR void do_bitwise_xor(const Exp& e, const detail::bitwise_xor&) in do_bitwise_xor()
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 5676 def bitwise_xor(x1, x2, dtype=None): function
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_base.hpp | 381 struct bitwise_xor struct
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1983 void ShaderCore::bitwise_xor(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in bitwise_xor() function in sw::ShaderCore
|