/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | extra_ops_gcc_ppc.hpp | 195 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 384 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 565 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 752 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_arm.hpp | 234 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 487 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 737 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 996 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_aarch64.hpp | 251 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 486 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 721 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 956 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 1209 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_aarch32.hpp | 247 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 478 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 708 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 947 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_msvc_x86.hpp | 142 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 526 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 960 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_gcc_x86.hpp | 110 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 492 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 945 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 1400 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_generic.hpp | 77 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function 255 …static BOOST_FORCEINLINE storage_type bitwise_or(storage_type volatile& storage, storage_type v, m… in bitwise_or() function
|
D | extra_ops_emulated.hpp | 95 …static storage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST… in bitwise_or() function
|
D | atomic_ref_impl.hpp | 397 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic_ref
|
D | atomic_impl.hpp | 430 …BOOST_FORCEINLINE value_type bitwise_or(value_arg_type v, memory_order order = memory_order_seq_cs… in bitwise_or() function in boost::atomics::detail::base_atomic
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | BitwiseOr.cpp | 35 SimpleTensor<T> bitwise_or(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2) in bitwise_or() function
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | BitwiseOrFixture.h | 68 FunctionType bitwise_or; in compute_target() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | tags.hpp | 99 struct bitwise_or {}; struct
|
/aosp_15_r20/external/fonttools/Lib/fontTools/merge/ |
H A D | util.py | 42 def bitwise_or(lst): function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | flatten.cpp | 20 std::ostream &operator <<(std::ostream &sout, boost::proto::tag::bitwise_or) in operator <<()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | BinaryOps.cpp | 290 TORCH_META_FUNC2(bitwise_or, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument 1227 Tensor bitwise_or(const Tensor& self, const Scalar& other) { in bitwise_or() function 1231 Tensor bitwise_or(const Scalar& self, const Tensor& other) { in bitwise_or() 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 | 491 pub(crate) fn bitwise_or(self, rhs: &Self) -> Self { in bitwise_or() method
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp.py | 898 def bitwise_or(a, b): member in CppOverrides 1212 def bitwise_or(a, b): member in CppVecOverrides
|
H A D | halide.py | 403 def bitwise_or(a, b): member in HalideOverrides
|
H A D | triton.py | 906 def bitwise_or(a, b): member in TritonOverrides
|
H A D | common.py | 835 def bitwise_or(x, y): member in OpOverrides
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_math_ops.py | 558 def bitwise_or(x1, x2): function
|
/aosp_15_r20/external/pytorch/torch/_prims/ |
H A D | __init__.py | 980 bitwise_or = _make_elementwise_binary_prim( variable
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ops_handler.py | 414 def bitwise_or(self, x0: T, x1: T) -> T: member in OpsHandler
|
/aosp_15_r20/external/pytorch/torch/_refs/ |
H A D | __init__.py | 1129 def bitwise_or(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function
|