Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dextra_ops_gcc_ppc.hpp195 …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
Dextra_ops_gcc_arm.hpp234 …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
Dextra_ops_gcc_aarch64.hpp251 …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
Dextra_ops_gcc_aarch32.hpp247 …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
Dextra_ops_msvc_x86.hpp142 …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
Dextra_ops_gcc_x86.hpp110 …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
Dextra_ops_generic.hpp77 …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
Dextra_ops_emulated.hpp95 …static storage_type bitwise_or(storage_type volatile& storage, storage_type v, memory_order) BOOST… in bitwise_or() function
Datomic_ref_impl.hpp397 …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
Datomic_impl.hpp430 …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 DBitwiseOr.cpp35 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 DBitwiseOrFixture.h68 FunctionType bitwise_or; in compute_target() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtags.hpp99 struct bitwise_or {}; struct
/aosp_15_r20/external/fonttools/Lib/fontTools/merge/
H A Dutil.py42 def bitwise_or(lst): function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dflatten.cpp20 std::ostream &operator <<(std::ostream &sout, boost::proto::tag::bitwise_or) in operator <<()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp290 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 Dbiguint.rs491 pub(crate) fn bitwise_or(self, rhs: &Self) -> Self { in bitwise_or() method
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py898 def bitwise_or(a, b): member in CppOverrides
1212 def bitwise_or(a, b): member in CppVecOverrides
H A Dhalide.py403 def bitwise_or(a, b): member in HalideOverrides
H A Dtriton.py906 def bitwise_or(a, b): member in TritonOverrides
H A Dcommon.py835 def bitwise_or(x, y): member in OpOverrides
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py558 def bitwise_or(x1, x2): function
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py980 bitwise_or = _make_elementwise_binary_prim( variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py414 def bitwise_or(self, x0: T, x1: T) -> T: member in OpsHandler
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1129 def bitwise_or(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function

12