/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/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_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_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_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_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_emulated.hpp | 84 …static storage_type bitwise_and(storage_type volatile& storage, storage_type v, memory_order) BOOS… in bitwise_and() function
|
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_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
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | BitwiseAnd.cpp | 35 SimpleTensor<T> bitwise_and(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_and() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | BitwiseAndFixture.h | 68 FunctionType bitwise_and; in compute_target() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NEBitwiseAndKernel.cpp | 48 inline void bitwise_and(const T *__restrict input1, const T *__restrict input2, T *__restrict outpu… in bitwise_and() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 96 struct bitwise_and {}; struct
|
/aosp_15_r20/external/fonttools/Lib/fontTools/merge/ |
H A D | util.py | 38 def bitwise_and(lst): function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 286 TORCH_META_FUNC2(bitwise_and, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument 1194 Tensor bitwise_and(const Tensor& self, const Scalar& other) { in bitwise_and() function 1198 Tensor bitwise_and(const Scalar& self, const Tensor& other) { in bitwise_and() 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 | 476 pub(crate) fn bitwise_and(self, rhs: &Self) -> Self { in bitwise_and() method
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 890 def bitwise_and(a, b): member in CppOverrides 1204 def bitwise_and(a, b): member in CppVecOverrides
|
H A D | halide.py | 395 def bitwise_and(a, b): member in HalideOverrides
|
H A D | triton.py | 898 def bitwise_and(a, b): member in TritonOverrides
|
H A D | common.py | 831 def bitwise_and(x, y): member in OpOverrides
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 553 def bitwise_and(x1, x2): function
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 973 bitwise_and = _make_elementwise_binary_prim( variable
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 408 def bitwise_and(self, x0: T, x1: T) -> T: member in OpsHandler
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 1115 def bitwise_and(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|