| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv.h | 88 inline constexpr chars_format operator&(chars_format lhs, chars_format rhs) { in operator &() argument 92 inline constexpr chars_format operator|(chars_format lhs, chars_format rhs) { in operator |() argument 96 inline constexpr chars_format operator^(chars_format lhs, chars_format rhs) { in operator ^() argument 103 inline chars_format& operator&=(chars_format& lhs, chars_format rhs) { in operator &=() argument 107 operator |=(chars_format& lhs, chars_format rhs) operator |=() argument 111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | value_number_table.cpp | 196 bool ComputeSameValue::operator()(const Instruction& lhs, in operator ()() argument
|
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/ |
| H A D | Vector3.cpp | 19 Vector3 Vector3::Add(Vector3 lhs, Vector3 rhs) in Add() argument 24 Vector3 Vector3::Subtract(Vector3 lhs, Vector3 rhs) in Subtract() argument 29 Vector3 Vector3::Multiply(Vector3 lhs, float rhs) { return Vector3(lhs argument 37 Length(Vector3 lhs) Length() argument 42 Normalize(Vector3 lhs) Normalize() argument 49 Cross(Vector3 lhs, Vector3 rhs) Cross() argument 57 Dot(Vector3 lhs, Vector3 rhs) Dot() argument [all...] |
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | trace_dynevent.h | 138 const char *lhs; member
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_dynevent.h | 140 const char *lhs; member
|
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math.h | 148 static constexpr ClampedNumeric MathOp(const L lhs, const R rhs) { in MathOp() argument 220 ClampMathOp(const L lhs, const R rhs, const Args... args) { in ClampMathOp() argument 206 ClampMathOp( const L lhs, const R rhs) ClampMathOp() argument
|
| /third_party/gn/src/base/ |
| H A D | value_iterators.cc | 60 bool operator==(const dict_iterator& lhs, const dict_iterator& rhs) { in operator ==() argument 64 bool operator!=(const dict_iterator& lhs, const dict_iterator& rhs) { in operator !=() argument 116 bool operator==(const const_dict_iterator& lhs, in operator ==() argument 121 bool operator!=(const const_dict_iterator& lhs, in operator !=() argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | pptypes.cc | 45 Rotation operator+(Rotation lhs,Rotation rhs) // {{{ in operator +() argument 51 Rotation operator-(Rotation lhs,Rotation rhs) // {{{ in operator -() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | pluralmaptest.cpp | 24 static UBool strEqual(const UnicodeString &lhs, const UnicodeString &rhs) { in strEqual() argument 192 PluralMapForPluralMapTest lhs; in TestCopyAndAssign() local [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-binary-operations-comparisons.cpp | 28 jerry_value_t lhs; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_output_reads.cpp | 124 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); in copy() local
|
| H A D | ir_validate.cpp | 1082 const ir_dereference *const lhs = ir->lhs; in visit_enter() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_cid.c | 49 int ngtcp2_cid_less(const ngtcp2_cid *lhs, const ngtcp2_cid *rhs) { in ngtcp2_cid_less() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | machine-operator-reducer.h | 53 Node* Word32And(Node* lhs, uint32_t rhs) { in Word32And() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | bits.h | 237 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedAddOverflow32() argument 251 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedSubOverflow32() argument 269 SignedAddOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedAddOverflow64() argument 279 SignedSubOverflow64(int64_t lhs, int64_t rhs, int64_t* val) SignedSubOverflow64() argument 309 UnsignedAddOverflow32(uint32_t lhs, uint32_t rhs, uint32_t* val) UnsignedAddOverflow32() argument 321 UnsignedDiv32(uint32_t lhs, uint32_t rhs) UnsignedDiv32() argument 328 UnsignedMod32(uint32_t lhs, uint32_t rhs) UnsignedMod32() argument 334 WraparoundAdd32(int32_t lhs, int32_t rhs) WraparoundAdd32() argument [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-handle-base.h | 93 V8_INLINE static bool EqualHandles(const T1& lhs, const T2& rhs) { in EqualHandles() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | string-constants.h | 90 explicit StringCons(const StringConstantBase* lhs, in StringCons() argument 96 const StringConstantBase* lhs() const { return lhs_; } in lhs() function in v8::internal::final
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | slots-atomic-inl.h | 92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | DurationPartial.cs | 134 public static Duration operator +(Duration lhs, Duration rhs) in operator +() argument 150 public static Duration operator -(Duration lhs, Duration rhs) in operator -() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
| H A D | ExpandIntegerPowExpressions.cpp | 113 TIntermTyped *lhs = sequence->at(0)->getAsTyped(); in visitAggregate() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderSpec.cpp | 161 auto const &lhs = getObject(insn.word(4)); in EvalSpecConstantUnaryOp() local 211 auto const &lhs = getObject(insn.word(4)); in EvalSpecConstantBinaryOp() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | def_use_manager.h | 42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | def_use_manager.h | 42 inline bool operator==(const Use& lhs, const Use& rhs) { in operator ==() argument 46 inline bool operator!=(const Use& lhs, const Use& rhs) { return !(lhs == rhs); } in operator !=() argument 48 inline bool operator<(const Use& lhs, const Use& rhs) { in operator <() argument 214 operator !=(const DefUseManager& lhs, const DefUseManager& rhs) operator !=() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | TypedInteger.h | 136 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 146 AddImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in AddImpl() argument 164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument 173 SubImpl( TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) SubImpl() argument 237 Add(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Add() argument 244 Sub(::detail::TypedIntegerImpl<Tag, T> lhs, ::detail::TypedIntegerImpl<Tag, T> rhs) Sub() argument 251 Add(T lhs, T rhs) Add() argument 256 Sub(T lhs, T rhs) Sub() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | function_logical_test.cc | 163 const std::string lhs; member
|