Home
last modified time | relevance | path

Searched defs:rhs (Results 101 - 125 of 635) sorted by relevance

12345678910>>...26

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h50 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc130 auto* rhs = Expr(1.f); in TEST_F() local
148 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
167 auto* rhs = Expr(1.f); in TEST_F() local
183 auto* rhs = Expr("mat"); in TEST_F() local
199 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
215 auto* rhs = Expr("mat"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc130 auto* rhs = Expr(1.f); in TEST_F() local
148 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
167 auto* rhs = Expr(1.f); in TEST_F() local
183 auto* rhs = Expr("mat"); in TEST_F() local
199 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local
215 auto* rhs = Expr("mat"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_accessor_expression_test.cc498 auto* rhs = MemberAccessor(MemberAccessor("ident", "inner"), "a"); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc120 CordzSampleToken::Iterator rhs = token2.begin(); in TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.h88 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 inline chars_format& operator|=(chars_format& lhs, chars_format rhs) { in operator |=() argument
111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/
H A DVector3.cpp19 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.dataX * rhs, lh argument
49 Cross(Vector3 lhs, Vector3 rhs) Cross() argument
57 Dot(Vector3 lhs, Vector3 rhs) Dot() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_divider_arithmetic.h91 RefPtr<ListDividerArithmetic> rhs = AceType::DynamicCast<ListDividerArithmetic>(value); variable
120 RefPtr<ListDividerArithmetic> rhs = AceType::DynamicCast<ListDividerArithmetic>(value); in Calculate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animatable_arithmetic.h55 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable
71 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable
99 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_ref.h74 explicit JsiRef(const JsiWeak<T>& rhs) in JsiRef() argument
110 JsiRef(const JsiRef<T>& rhs) : value_(rhs.value_) {} in JsiRef() argument
112 JsiRef(JsiRef<T>&& rhs) : value_(std::move(rhs.value_)) in JsiRef() argument
117 JsiRef<T>& operator=(const JsiRef<T>& rhs) in operator =() argument
124 JsiRef<T>& operator=(JsiRef<T>&& rhs) in operator =() argument
173 JsiWeak(const JsiWeak<T>& rhs) JsiWeak() argument
178 JsiWeak(JsiWeak<T>&& rhs) JsiWeak() argument
184 JsiWeak(const JsiRef<T>& rhs) JsiWeak() argument
189 operator =(const JsiWeak<T>& rhs) operator =() argument
197 operator =(const JsiRef<T>& rhs) operator =() argument
204 operator =(JsiWeak<T>&& rhs) operator =() argument
[all...]
/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Dffrt_safe_map.h33 SafeMap(const SafeMap& rhs) in SafeMap() argument
38 SafeMap& operator=(const SafeMap& rhs) in operator =() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.cpp63 bool operator>(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator >() argument
68 bool operator<(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator <() argument
73 bool operator>(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) in operator >() argument
78 bool operator<(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) in operator <() argument
83 operator >=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator >=() argument
88 operator <=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator <=() argument
93 operator >=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator >=() argument
98 operator <=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator <=() argument
103 AreEqual(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs, float epsilon) AreEqual() argument
109 AreNear(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) AreNear() argument
114 AreEqual(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs, float epsilon) AreEqual() argument
119 AreNear(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) AreNear() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_light_up_effect_filter.cpp70 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Add(const std::shared_ptr<RSFilter>& rhs) in Add() argument
79 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Sub(const std::shared_ptr<RSFilter>& rhs) in Sub() argument
88 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Multiply(float rhs) in Multiply() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_filter_test.cpp110 std::shared_ptr<RSFilter> rhs; in HWTEST_F() local
127 std::shared_ptr<RSFilter> rhs; in HWTEST_F() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_basic.h68 MtpFsTypeBasic &operator = (const MtpFsTypeBasic &rhs) in operator =() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp171 bool TimerCore::IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs) in IsSameOwner() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_type_dir.cpp116 MtpFsTypeDir &MtpFsTypeDir::operator = (const MtpFsTypeDir &rhs) in operator =() argument
/third_party/gn/src/base/numerics/
H A Dclamped_math.h30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() argument
148 MathOp(const L lhs, const R rhs) MathOp() argument
156 MathOp(const R rhs) MathOp() argument
206 ClampMathOp( const L lhs, const R rhs) ClampMathOp() argument
220 ClampMathOp(const L lhs, const R rhs, const Args... args) ClampMathOp() argument
[all...]
/third_party/gn/src/base/
H A Dvalue_iterators.cc60 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 operator ==(const const_dict_iterator& lhs, const const_dict_iterator& rhs) operator ==() argument
121 operator !=(const const_dict_iterator& lhs, const const_dict_iterator& rhs) operator !=() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dpptypes.cc45 Rotation operator+(Rotation lhs,Rotation rhs) // {{{ in operator +() argument
51 Rotation operator-(Rotation lhs,Rotation rhs) // {{{ in operator -() argument
57 Rotation operator-(Rotation rhs) // {{{ in operator -() argument
161 void PageRect::set(const PageRect &rhs) // {{{ in set() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICURWLock.java84 private Stats(Stats rhs) { in Stats() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp24 static UBool strEqual(const UnicodeString &lhs, const UnicodeString &rhs) { in strEqual() argument
171 PluralMapForPluralMapTest *rhs = new PluralMapForPluralMapTest(); in TestCopyAndAssign() local
184 PluralMapForPluralMapTest *rhs in TestCopyAndAssign() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICURWLock.java87 private Stats(Stats rhs) { in Stats() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-comparisons.cpp29 jerry_value_t rhs; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_output_reads.cpp125 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp); in copy() local

Completed in 12 milliseconds

12345678910>>...26