/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.cpp | 68 std::sort(sorted.begin(), sorted.end(), [&](auto &lhs, auto &rhs) { in materializeAll() 182 static Value *createShuffle4(Value *lhs, Value *rhs, uint16_t select) in createShuffle4() 208 static Value *createSwizzle4(Value *val, uint16_t select) in createSwizzle4() 220 static Value *createMask4(Value *lhs, Value *rhs, uint16_t select) in createMask4() 249 Bool::Bool(RValue<Bool> rhs) in Bool() 254 Bool::Bool(const Bool &rhs) in Bool() 259 Bool::Bool(const Reference<Bool> &rhs) in Bool() 264 RValue<Bool> Bool::operator=(RValue<Bool> rhs) in operator =() 269 RValue<Bool> Bool::operator=(const Bool &rhs) in operator =() 274 RValue<Bool> Bool::operator=(const Reference<Bool> &rhs) in operator =() [all …]
|
H A D | LLVMReactor.cpp | 230 llvm::Value *rhs = lowerShuffleVector(mult, undef, oddIdx); in lowerMulAdd() local 349 llvm::Value *clampForShift(llvm::Value *rhs) in clampForShift() 720 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd() 726 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub() 732 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() 738 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv() 744 Value *Nucleus::createSDiv(Value *lhs, Value *rhs) in createSDiv() 750 Value *Nucleus::createFAdd(Value *lhs, Value *rhs) in createFAdd() 756 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() 762 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul() [all …]
|
H A D | SIMD.cpp | 68 SIMD::Int::Int(RValue<SIMD::Int> rhs) in Int() 74 SIMD::Int::Int(const SIMD::Int &rhs) in Int() 80 SIMD::Int::Int(const Reference<SIMD::Int> &rhs) in Int() 86 SIMD::Int::Int(RValue<SIMD::UInt> rhs) in Int() 92 SIMD::Int::Int(const SIMD::UInt &rhs) in Int() 98 SIMD::Int::Int(const Reference<SIMD::UInt> &rhs) in Int() 104 SIMD::Int::Int(const scalar::Int &rhs) in Int() 110 SIMD::Int::Int(const Reference<scalar::Int> &rhs) in Int() 121 RValue<SIMD::Int> SIMD::Int::operator=(RValue<SIMD::Int> rhs) in operator =() 126 RValue<SIMD::Int> SIMD::Int::operator=(const SIMD::Int &rhs) in operator =() [all …]
|
H A D | SubzeroReactor.cpp | 1204 static Value *createArithmetic(Ice::InstArithmetic::OpKind op, Value *lhs, Value *rhs) in createArithmetic() 1217 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd() 1223 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub() 1229 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() 1235 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv() 1241 Value *Nucleus::createSDiv(Value *lhs, Value *rhs) in createSDiv() 1247 Value *Nucleus::createFAdd(Value *lhs, Value *rhs) in createFAdd() 1253 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() 1259 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul() 1265 Value *Nucleus::createFDiv(Value *lhs, Value *rhs) in createFDiv() [all …]
|
H A D | Reactor.hpp | 385 Value *const val; member in rr::RValue 392 explicit Argument(Value *val) in Argument() 399 Value *const val; member in rr::Argument 2236 RValue<Bool> operator==(const Pointer<T> &lhs, const Pointer<T> &rhs) in operator ==() 2242 RValue<Bool> operator!=(const Pointer<T> &lhs, const Pointer<T> &rhs) in operator !=() 2604 RValue<Vector4> SwizzleMask4<Vector4, T>::operator=(RValue<Vector4> rhs) in operator =() 2611 RValue<Vector4> SwizzleMask4<Vector4, T>::operator=(RValue<typename Scalar<Vector4>::Type> rhs) in operator =() 2641 RValue<Vector4> SwizzleMask1<Vector4, T>::operator=(RValue<Vector4> rhs) in operator =() 2648 RValue<Vector4> SwizzleMask1<Vector4, T>::operator=(RValue<typename Scalar<Vector4>::Type> rhs) //… in operator =() 2664 RValue<Vector4> SwizzleMask2<Vector4, T>::operator=(RValue<Vector4> rhs) in operator =() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/ |
D | old_optional_implementation.hpp | 131 optional_base ( argument_type val ) in optional_base() 141 optional_base ( rval_reference_type val ) in optional_base() 151 optional_base ( bool cond, argument_type val ) in optional_base() 161 optional_base ( optional_base const& rhs ) in optional_base() function in boost::optional_detail::optional_base 172 optional_base ( optional_base&& rhs ) in optional_base() function in boost::optional_detail::optional_base 210 void assign ( optional_base const& rhs ) in assign() 227 void assign ( optional_base&& rhs ) in assign() 245 void assign ( optional<U> const& rhs ) in assign() 272 void assign ( optional<U>&& rhs ) in assign() 290 void assign ( argument_type val ) in assign() [all …]
|
D | optional_trivially_copyable_base.hpp | 33 tc_optional_base ( init_value_tag, argument_type val ) in tc_optional_base() 37 tc_optional_base ( bool cond, argument_type val ) in tc_optional_base() 72 void assign ( tc_optional_base const& rhs ) in assign() 79 void assign ( optional<U> const& rhs ) in assign() 94 void assign ( optional<U>&& rhs ) in assign() 103 void assign ( argument_type val ) in assign() 135 void reset ( argument_type val ) BOOST_NOEXCEPT { assign(val); } in reset() 147 void construct ( argument_type val ) in construct() 479 void assign_value ( argument_type val ) { m_storage = val; } in assign_value() 481 …void assign_value ( rval_reference_type val ) { m_storage = static_cast<rval_reference_type>(val);… in assign_value()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | synchronized_value.hpp | 66 const_strict_lock_ptr(T const& val, Lockable & mtx) : in const_strict_lock_ptr() 70 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag) BOOST_NOEXCEPT : in const_strict_lock_ptr() 123 strict_lock_ptr(T & val, Lockable & mtx) : in strict_lock_ptr() 127 strict_lock_ptr(T & val, Lockable & mtx, adopt_lock_t tag) : in strict_lock_ptr() 214 const_unique_lock_ptr(T const& val, Lockable & mtx) in const_unique_lock_ptr() 225 const_unique_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr() 235 const_unique_lock_ptr(T const& val, Lockable & mtx, defer_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr() 246 const_unique_lock_ptr(T const& val, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr() 307 unique_lock_ptr(T & val, Lockable & mtx) in unique_lock_ptr() 463 synchronized_value(synchronized_value const& rhs) in synchronized_value() function in boost::synchronized_value [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/ |
D | optional.hpp | 152 optional_base ( init_value_tag, argument_type val ) in optional_base() 162 optional_base ( init_value_tag, rval_reference_type val ) in optional_base() 172 optional_base ( bool cond, argument_type val ) in optional_base() 183 optional_base ( bool cond, rval_reference_type val ) in optional_base() 194 optional_base ( optional_base const& rhs ) in optional_base() function in boost::optional_detail::optional_base 239 optional_base& operator= ( optional_base const& rhs ) in operator =() 246 optional_base& operator= ( optional_base && rhs ) in operator =() 258 void assign ( optional_base const& rhs ) in assign() 275 void assign ( optional_base&& rhs ) in assign() 293 void assign ( optional<U> const& rhs ) in assign() [all …]
|
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGLSLstd450.cpp | 57 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 123 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 133 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 143 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 153 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 163 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 173 auto rhs = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local 357 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local 374 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local 386 auto val = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local [all …]
|
/aosp_15_r20/trusty/kernel/lib/ubsan/ |
H A D | ubsan.c | 50 static inline void in_ubsan_set(bool val) { in in_ubsan_set() 65 static inline void in_ubsan_set(bool val) { in in_ubsan_set() 79 value_handle_t val) { in val_signed() 100 value_handle_t val) { in val_unsigned() 112 value_handle_t val) { in render_val() 192 value_handle_t rhs, in handle_overflow() 221 value_handle_t rhs) { in UBSAN_HANDLER() 228 value_handle_t rhs) { in UBSAN_HANDLER() 235 value_handle_t rhs) { in UBSAN_HANDLER() 242 value_handle_t rhs) { in UBSAN_HANDLER() [all …]
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/ |
H A D | Pipeline.cpp | 111 SpecVar::SpecVar(const float val) : type(SpecVar::Type::FLOAT) { in SpecVar() 115 SpecVar::SpecVar(const int32_t val) : type(SpecVar::Type::INT) { in SpecVar() 119 SpecVar::SpecVar(const uint32_t val) : type(SpecVar::Type::UINT) { in SpecVar() 123 SpecVar::SpecVar(const bool val) : type(SpecVar::Type::BOOL) { in SpecVar() 145 bool operator==(const SpecVar& lhs, const SpecVar& rhs) { in operator ==() 162 bool operator!=(const SpecVar& lhs, const SpecVar& rhs) { in operator !=() 190 bool operator==(const SpecVarList& lhs, const SpecVarList& rhs) { in operator ==() 238 void swap(PipelineLayout& lhs, PipelineLayout& rhs) noexcept { in swap() 310 void swap(ComputePipeline& lhs, ComputePipeline& rhs) noexcept { in swap()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/test_casual_/ |
D | test_casual.cpp | 46 Spy(int val):_val(val){} in Spy() 47 int val()const { return _val; } in val() function in my::Spy 49 Spy& operator += (const Spy& rhs){ in operator +=() 53 Spy& operator -= (const Spy& rhs){ if(_val == rhs.val()) _val=0; return *this; } in operator -=() 54 Spy& operator &= (const Spy& rhs){ if(_val != rhs.val()) _val=0; return *this; } in operator &=() 60 bool operator == (const Spy& lhs, const Spy& rhs){ return lhs.val() == rhs.val(); } in operator ==() 61 bool operator < (const Spy& lhs, const Spy& rhs){ return lhs.val() < rhs.val(); } in operator <()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/test/ |
D | optional_test_move.cpp | 55 OracleVal val; member 221 int val; member in MoveOnly 223 MoveOnly(MoveOnly&& rhs) : val(rhs.val) { rhs.val = 0; } in MoveOnly() function in MoveOnly 224 void operator=(MoveOnly&& rhs) {val = rhs.val; rhs.val = 0; } in operator =() 257 int val; member in MoveOnlyB 259 MoveOnlyB(MoveOnlyB&& rhs) : val(rhs.val) { rhs.val = 0; } in MoveOnlyB() function in MoveOnlyB 260 void operator=(MoveOnlyB&& rhs) {val = rhs.val; rhs.val = 0; } in operator =() 261 MoveOnlyB(MoveOnly&& rhs) : val(rhs.val) { rhs.val = 0; } in MoveOnlyB() 262 void operator=(MoveOnly&& rhs) {val = rhs.val; rhs.val = 0; } in operator =()
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ |
H A D | string_storage.cc | 146 NullTermStringView val, in LowerBoundIntrinsic() 155 NullTermStringView val, in UpperBoundIntrinsic() 160 [comp](NullTermStringView val, StringPool::Id id) { in UpperBoundIntrinsic() 354 StringPool::Id val = in IndexSearchValidated() local 413 StringPool::Id val = in LinearSearch() local 503 StringPool::Id val = in BinarySearchIntrinsic() local 548 std::stable_sort(start, end, [this](const Token& lhs, const Token& rhs) { in StableSort() 570 std::stable_sort(start, end, [this](const Token& lhs, const Token& rhs) { in StableSort() 611 [this](const Token& lhs, const Token& rhs) { in MaxElement() 626 [this](const Token& lhs, const Token& rhs) { in MinElement()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/ |
D | error_condition.hpp | 46 BOOST_SYSTEM_CONSTEXPR error_condition( int val, const error_category & cat ) BOOST_NOEXCEPT: in error_condition() 59 BOOST_SYSTEM_CONSTEXPR void assign( int val, const error_category & cat ) BOOST_NOEXCEPT in assign() 67 operator=( ErrorConditionEnum val ) BOOST_NOEXCEPT in operator =() 134 …PR inline friend bool operator==( const error_condition & lhs, const error_condition & rhs ) BOOST… in operator ==() 139 …XPR inline friend bool operator<( const error_condition & lhs, const error_condition & rhs ) BOOST… in operator <() 154 …CONSTEXPR inline bool operator!=( const error_condition & lhs, const error_condition & rhs ) BOOST… in operator !=()
|
D | error_code.hpp | 55 BOOST_SYSTEM_CONSTEXPR error_code( int val, const error_category & cat ) BOOST_NOEXCEPT: in error_code() 68 BOOST_SYSTEM_CONSTEXPR void assign( int val, const error_category & cat ) BOOST_NOEXCEPT in assign() 77 operator=( ErrorCodeEnum val ) BOOST_NOEXCEPT in operator =() 151 …CONSTEXPR inline friend bool operator==( const error_code & lhs, const error_code & rhs ) BOOST_NO… in operator ==() 156 …_CONSTEXPR inline friend bool operator<( const error_code & lhs, const error_code & rhs ) BOOST_NO… in operator <() 171 BOOST_SYSTEM_CONSTEXPR inline bool operator!=( const error_code & lhs, const error_code & rhs ) BOO… in operator !=()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_comparison.cc | 41 T GetRawValue(T val) { in GetRawValue() 44 uint16_t GetRawValue(Eigen::half val) { in GetRawValue() 52 bool CompareFloatsBitwiseEqual(FloatT lhs, FloatT rhs, in CompareFloatsBitwiseEqual() 63 bool CompareEqual(NativeT lhs, NativeT rhs, in CompareEqual() 71 bool CompareEqual<bfloat16>(bfloat16 lhs, bfloat16 rhs, in CompareEqual() 76 bool CompareEqual<Eigen::half>(Eigen::half lhs, Eigen::half rhs, in CompareEqual() 82 bool CompareEqual<float>(float lhs, float rhs, in CompareEqual() 87 bool CompareEqual<double>(double lhs, double rhs, in CompareEqual() 92 bool CompareEqual<complex64>(complex64 lhs, complex64 rhs, in CompareEqual() 98 bool CompareEqual<complex128>(complex128 lhs, complex128 rhs, in CompareEqual() [all …]
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 45 const llvm::APSInt& rhs, QualType type) { in makeNonLoc() 55 BinaryOperator::Opcode op, const SymExpr *rhs, in makeNonLoc() 63 const SymExpr *rhs, QualType type) { in makeNonLoc() 76 SVal SValBuilder::convertToArrayIndex(SVal val) { in convertToArrayIndex() 362 SVal lhs, SVal rhs, QualType type) { in evalBinOp() 397 DefinedOrUnknownSVal rhs) { in evalEQ() 434 SVal SValBuilder::evalIntegralCast(ProgramStateRef state, SVal val, in evalIntegralCast() 471 SVal SValBuilder::evalCast(SVal val, QualType castTy, QualType originalTy) { in evalCast()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | compiler.cpp | 35 value::value(value const& rhs) in value() function in client::code_gen::value 76 value& value::operator=(value const& rhs) in operator =() 84 value& value::assign(value const& rhs) in assign() 330 value llvm_compiler::val(unsigned int x) in val() function in client::code_gen::llvm_compiler 337 value llvm_compiler::val(int x) in val() function in client::code_gen::llvm_compiler 344 value llvm_compiler::val(bool x) in val() function in client::code_gen::llvm_compiler 351 value llvm_compiler::val(llvm::Value* v) in val() function in client::code_gen::llvm_compiler 711 value lhs, value rhs, token_ids::type op) in compile_binary_expression() 753 value rhs = boost::apply_visitor(*this, rest_begin->operand_); in compile_expression() local 789 value rhs = (*this)(x.rhs); in operator ()() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | time_system_split.hpp | 132 static BOOST_CONSTEXPR date_type get_date(const time_rep_type& val) in get_date() 136 static BOOST_CONSTEXPR time_duration_type get_time_of_day(const time_rep_type& val) in get_time_of_day() 145 bool is_equal(const time_rep_type& lhs, const time_rep_type& rhs) in is_equal() 150 bool is_less(const time_rep_type& lhs, const time_rep_type& rhs) in is_less() 207 const time_rep_type& rhs) in subtract_times()
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | List.h | 48 explicit _Node(const T& val) : mVal(val) {} in _Node() 54 inline void setVal(const T& val) { mVal = val; } in setVal() 89 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 96 template <typename V> explicit _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 186 void push_front(const T& val) { insert(begin(), val); } in push_front() 187 void push_back(const T& val) { insert(end(), val); } in push_back() 190 iterator insert(iterator posn, const T& val) { in insert()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libutils/include/utils/ |
D | List.h | 52 explicit _Node(const T& val) : mVal(val) {} in _Node() 58 inline void setVal(const T& val) { mVal = val; } in setVal() 98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 209 void push_front(const T& val) { insert(begin(), val); } in push_front() 210 void push_back(const T& val) { insert(end(), val); } in push_back() 213 iterator insert(iterator posn, const T& val) in insert()
|