Home
last modified time | relevance | path

Searched defs:bitwise_xor (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp214 …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
Dextra_ops_gcc_arm.hpp260 …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
Dextra_ops_gcc_aarch64.hpp275 …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
Dextra_ops_gcc_aarch32.hpp271 …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
Dextra_ops_msvc_x86.hpp163 …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
Dextra_ops_gcc_x86.hpp118 …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
Dextra_ops_generic.hpp82 …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
Dextra_ops_emulated.hpp106 …static storage_type bitwise_xor(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_xor() function
Datomic_ref_impl.hpp402 …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
Datomic_impl.hpp435 …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 DBitwiseXor.cpp35 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 DBitwiseXorFixture.h68 FunctionType bitwise_xor; in compute_target() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp102 struct bitwise_xor {}; struct
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp294 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 Dbiguint.rs515 pub(crate) fn bitwise_xor(self, rhs: &Self) -> Self { in bitwise_xor() method
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py902 def bitwise_xor(a, b): member in CppOverrides
1216 def bitwise_xor(a, b): member in CppVecOverrides
H A Dhalide.py407 def bitwise_xor(a, b): member in HalideOverrides
H A Dtriton.py910 def bitwise_xor(a, b): member in TritonOverrides
H A Dcommon.py839 def bitwise_xor(x, y): member in OpOverrides
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py563 def bitwise_xor(x1, x2): function
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py987 bitwise_xor = _make_elementwise_binary_prim( variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py417 def bitwise_xor(self, x0: T, x1: T) -> T: member in OpsHandler
H A Dlowering.py5841 bitwise_xor = register_pointwise(aten.bitwise_xor) variable
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1143 def bitwise_xor(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
/aosp_15_r20/cts/apps/CtsVerifier/libs/
HDopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...