/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/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_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_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_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_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_emulated.hpp | 106 …static storage_type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_xor() function
|
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_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
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | BitwiseXor.cpp | 35 SimpleTensor<T> bitwise_xor(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_xor() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | BitwiseXorFixture.h | 68 FunctionType bitwise_xor; in compute_target() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 102 struct bitwise_xor {}; struct
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 294 TORCH_META_FUNC2(bitwise_xor, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument 1260 Tensor bitwise_xor(const Tensor& self, const Scalar& other) { in bitwise_xor() function 1264 Tensor bitwise_xor(const Scalar& self, const Tensor& other) { in bitwise_xor() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | biguint.rs | 515 pub(crate) fn bitwise_xor(self, rhs: &Self) -> Self { in bitwise_xor() method
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 902 def bitwise_xor(a, b): member in CppOverrides 1216 def bitwise_xor(a, b): member in CppVecOverrides
|
H A D | halide.py | 407 def bitwise_xor(a, b): member in HalideOverrides
|
H A D | triton.py | 910 def bitwise_xor(a, b): member in TritonOverrides
|
H A D | common.py | 839 def bitwise_xor(x, y): member in OpOverrides
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 563 def bitwise_xor(x1, x2): function
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 987 bitwise_xor = _make_elementwise_binary_prim( variable
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 417 def bitwise_xor(self, x0: T, x1: T) -> T: member in OpsHandler
|
H A D | lowering.py | 5841 bitwise_xor = register_pointwise(aten.bitwise_xor) variable
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 1143 def bitwise_xor(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|
/aosp_15_r20/cts/apps/CtsVerifier/libs/ |
HD | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |