Home
last modified time | relevance | path

Searched +defs:val +defs:lhs (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp68 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()
279 RValue<Bool> operator!(RValue<Bool> val) in operator !()
284 RValue<Bool> operator&&(RValue<Bool> lhs, RValue<Bool> rhs) in operator &&()
289 RValue<Bool> operator||(RValue<Bool> lhs, RValue<Bool> rhs) in operator ||()
294 RValue<Bool> operator!=(RValue<Bool> lhs, RValue<Bool> rhs) in operator !=()
299 RValue<Bool> operator==(RValue<Bool> lhs, RValue<Bool> rhs) in operator ==()
370 RValue<Byte> operator+(RValue<Byte> lhs, RValue<Byte> rhs) in operator +()
[all …]
H A DLLVMReactor.cpp229 llvm::Value *lhs = lowerShuffleVector(mult, undef, evenIdx); in lowerMulAdd() local
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()
768 Value *Nucleus::createFDiv(Value *lhs, Value *rhs) in createFDiv()
[all …]
H A DSIMD.cpp136 RValue<SIMD::Int> operator+(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator +()
141 RValue<SIMD::Int> operator-(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator -()
146 RValue<SIMD::Int> operator*(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator *()
151 RValue<SIMD::Int> operator/(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator /()
156 RValue<SIMD::Int> operator%(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator %()
161 RValue<SIMD::Int> operator&(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator &()
166 RValue<SIMD::Int> operator|(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator |()
171 RValue<SIMD::Int> operator^(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator ^()
176 RValue<SIMD::Int> operator<<(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator <<()
181 RValue<SIMD::Int> operator>>(RValue<SIMD::Int> lhs, RValue<SIMD::Int> rhs) in operator >>()
[all …]
H A DSubzeroReactor.cpp1204 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 …]
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp56 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
122 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
132 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
142 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
152 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
162 auto lhs = Operand(shader, *this, insn.word(5)); in EmitExtGLSLstd450() local
172 auto lhs = Operand(shader, *this, insn.word(5)); 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 Dubsan.c50 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()
191 value_handle_t lhs, in handle_overflow()
220 value_handle_t lhs, in UBSAN_HANDLER()
227 value_handle_t lhs, in UBSAN_HANDLER()
234 value_handle_t lhs, in UBSAN_HANDLER()
241 value_handle_t lhs, in UBSAN_HANDLER()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dsynchronized_value.hpp66 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()
508 synchronized_value& operator=(value_type const& val) in operator =()
[all …]
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DPipeline.cpp111 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/perfetto/src/trace_processor/db/column/
H A Dstring_storage.cc146 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/tensorflow/tensorflow/compiler/xla/
H A Dliteral_comparison.cc41 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 …]
H A Dreference_util.cc48 const Array3D<float>& lhs, const Array3D<float>& rhs, int64_t kernel_stride, in ConvArray3D()
57 const Array3D<float>& lhs, const Array3D<float>& rhs, int64_t kernel_stride, in ConvArray3DGeneralDimensionsDilated()
95 const Array4D<float>& lhs, const Array4D<float>& rhs, in ConvArray4D()
165 float val = init; in ReduceWindow1DGeneric() local
211 float val = init; in ReduceWindow3DAdd() local
275 float val = init; in ReduceWindow4DGeneric() local
366 float val = operand(scatter_0, scatter_1, scatter_2, scatter_3); in SelectAndScatter4DGePlus() local
402 const Array4D<float>& lhs, const Array4D<float>& rhs, in ConvArray4DGeneralDimensions()
412 const Array4D<float>& lhs, const Array4D<float>& rhs, in ConvArray4DGeneralDimensionsDilated()
652 const Array2D<float>& lhs, const Array2D<float>& rhs, in MapArray2D()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Derror_condition.hpp46 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 …BOOST_SYSTEM_CONSTEXPR inline friend bool operator==( const error_condition & lhs, const error_con… in operator ==()
139 …BOOST_SYSTEM_CONSTEXPR inline friend bool operator<( const error_condition & lhs, const error_cond… in operator <()
154 BOOST_SYSTEM_CONSTEXPR inline bool operator!=( const error_condition & lhs, const error_condition &… in operator !=()
Derror_code.hpp55 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 …BOOST_SYSTEM_CONSTEXPR inline friend bool operator==( const error_code & lhs, const error_code & r… in operator ==()
156 …BOOST_SYSTEM_CONSTEXPR inline friend bool operator<( const error_code & lhs, const error_code & rh… in operator <()
171 BOOST_SYSTEM_CONSTEXPR inline bool operator!=( const error_code & lhs, const error_code & rhs ) BOO… in operator !=()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp44 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, in makeNonLoc()
54 NonLoc SValBuilder::makeNonLoc(const llvm::APSInt& lhs, in makeNonLoc()
62 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, in makeNonLoc()
76 SVal SValBuilder::convertToArrayIndex(SVal val) { in convertToArrayIndex()
362 SVal lhs, SVal rhs, QualType type) { in evalBinOp()
396 DefinedOrUnknownSVal lhs, in evalEQ()
434 SVal SValBuilder::evalIntegralCast(ProgramStateRef state, SVal val, in evalIntegralCast()
471 SVal SValBuilder::evalCast(SVal val, QualType castTy, QualType originalTy) { in evalCast()
H A DSimpleSValBuilder.cpp68 SVal SimpleSValBuilder::evalCastFromNonLoc(NonLoc val, QualType castTy) { in evalCastFromNonLoc()
124 SVal SimpleSValBuilder::evalCastFromLoc(Loc val, QualType castTy) { in evalCastFromLoc()
187 SVal SimpleSValBuilder::evalMinus(NonLoc val) { in evalMinus()
306 NonLoc lhs, NonLoc rhs, in evalBinOpNN()
585 Loc lhs, Loc rhs, in evalBinOpLL()
859 Loc lhs, NonLoc rhs, QualType resultTy) { in evalBinOpLN()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dtime_system_split.hpp132 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()
206 time_duration_type subtract_times(const time_rep_type& lhs, in subtract_times()
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h188 static auto SignExtend(const Type val) { in SignExtend()
193 SignedType val : size; in SignExtend() member
449 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Add(Saturating lhs, Saturating rhs) { in Add()
472 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Neg(Saturating lhs) { in Neg()
484 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Sub(Saturating lhs, Saturating rhs) { in Sub()
507 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Mul(Saturating lhs, Saturating rhs) { in Mul()
530 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Div(Saturating lhs, Saturating rhs) { in Div()
545 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Rem(Saturating lhs, Saturating rhs) { in Rem()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp778 auto lhs = this->value_; in visit() local
796 auto lhs = this->value_; in visit() local
814 auto lhs = this->value_; in visit() local
832 auto lhs = this->value_; in visit() local
850 auto lhs = this->value_; in visit() local
865 auto lhs = this->value_; in visit() local
880 auto lhs = this->value_; in visit() local
895 auto lhs = this->value_; in visit() local
910 auto lhs = this->value_; in visit() local
929 auto lhs = this->value_; in visit() local
[all …]
H A Deval.cpp27 inline std::enable_if_t<std::is_integral_v<T>, T> mod_value(T lhs, T rhs) { in mod_value()
33 T lhs, in mod_value()
38 inline bool mod_value(bool lhs, bool rhs) { in mod_value()
43 inline std::enable_if_t<std::is_integral_v<T>, T> div_value(T lhs, T rhs) { in div_value()
50 __ubsan_ignore_float_divide_by_zero__ div_value(T lhs, T rhs) { in div_value()
54 inline bool div_value(bool lhs, bool rhs) { in div_value()
59 inline c10::Half div_value(c10::Half lhs, c10::Half rhs) { in div_value()
63 inline c10::BFloat16 div_value(c10::BFloat16 lhs, c10::BFloat16 rhs) { in div_value()
77 void bindVar(const VarPtr& var, const InterpValue& val) { in bindVar()
170 const InterpValue& lhs, in binary_op()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/test_casual_/
Dtest_casual.cpp46 Spy(int val):_val(val){} in Spy()
47 int val()const { return _val; } in val() function in my::Spy
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/angle/third_party/spirv-tools/src/source/val/
H A Dinstruction.cpp23 namespace val { namespace
36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.cpp23 namespace val { namespace
36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.cpp23 namespace val { namespace
36 bool operator<(const Instruction& lhs, const Instruction& rhs) { in operator <()
39 bool operator<(const Instruction& lhs, uint32_t rhs) { return lhs.id() < rhs; } in operator <()
40 bool operator==(const Instruction& lhs, const Instruction& rhs) { in operator ==()
43 bool operator==(const Instruction& lhs, uint32_t rhs) { in operator ==()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp100 friend bool operator<(const Value& lhs, const Value& rhs) { in operator <()
107 friend bool operator==(const Value& lhs, const Value& rhs) { in operator ==()
183 friend bool operator<(const Reference& lhs, const Reference& rhs) { in operator <()
190 friend bool operator==(const Reference& lhs, const Reference& rhs) { in operator ==()
197 friend void swap(Reference lhs, Reference rhs) { in swap()
267 friend bool operator==(const LifetimeIterator& lhs, const LifetimeIterator& rhs) { in operator ==()
271 friend bool operator!=(const LifetimeIterator& lhs, const LifetimeIterator& rhs) { in operator !=()
310 friend bool operator<(const LifetimeIterator& lhs, const LifetimeIterator& rhs) { in operator <()
315 friend bool operator>(const LifetimeIterator& lhs, const LifetimeIterator& rhs) { in operator >()
320 friend bool operator<=(const LifetimeIterator& lhs, const LifetimeIterator& rhs) { in operator <=()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp330 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()
745 value lhs, in compile_expression()
773 value lhs = boost::apply_visitor(*this, x.first); in operator ()() local
788 value lhs = locals[x.lhs.name]; in operator ()() local

12345678910>>...39