Home
last modified time | relevance | path

Searched refs:rhs (Results 201 – 225 of 48453) sorted by relevance

12345678910>>...1939

/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaInfo.cpp28 mId == rhs.mId && mKind == rhs.mKind && mLabel == rhs.mLabel && in IsEqualTo()
29 mLanguage == rhs.mLanguage && mEnabled == rhs.mEnabled && in IsEqualTo()
30 mTrackId == rhs.mTrackId && mMimeType == rhs.mMimeType && in IsEqualTo()
31 mDuration == rhs.mDuration && mMediaTime == rhs.mMediaTime && in IsEqualTo()
42 return (TrackInfo::IsEqualTo(rhs) && mDisplay == rhs.mDisplay && in operator ==()
43 mStereoMode == rhs.mStereoMode && mImage == rhs.mImage && in operator ==()
45 *mExtraData == *rhs.mExtraData && mRotation == rhs.mRotation && in operator ==()
46 mColorDepth == rhs.mColorDepth && mImageRect == rhs.mImageRect && in operator ==()
51 return (TrackInfo::IsEqualTo(rhs) && mRate == rhs.mRate && in operator ==()
52 mChannels == rhs.mChannels && mChannelMap == rhs.mChannelMap && in operator ==()
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaInfo.cpp28 mId == rhs.mId && mKind == rhs.mKind && mLabel == rhs.mLabel && in IsEqualTo()
29 mLanguage == rhs.mLanguage && mEnabled == rhs.mEnabled && in IsEqualTo()
30 mTrackId == rhs.mTrackId && mMimeType == rhs.mMimeType && in IsEqualTo()
31 mDuration == rhs.mDuration && mMediaTime == rhs.mMediaTime && in IsEqualTo()
42 return (TrackInfo::IsEqualTo(rhs) && mDisplay == rhs.mDisplay && in operator ==()
43 mStereoMode == rhs.mStereoMode && mImage == rhs.mImage && in operator ==()
45 *mExtraData == *rhs.mExtraData && mRotation == rhs.mRotation && in operator ==()
46 mColorDepth == rhs.mColorDepth && mImageRect == rhs.mImageRect && in operator ==()
51 return (TrackInfo::IsEqualTo(rhs) && mRate == rhs.mRate && in operator ==()
52 mChannels == rhs.mChannels && mChannelMap == rhs.mChannelMap && in operator ==()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaInfo.cpp28 mId == rhs.mId && mKind == rhs.mKind && mLabel == rhs.mLabel && in IsEqualTo()
29 mLanguage == rhs.mLanguage && mEnabled == rhs.mEnabled && in IsEqualTo()
30 mTrackId == rhs.mTrackId && mMimeType == rhs.mMimeType && in IsEqualTo()
31 mDuration == rhs.mDuration && mMediaTime == rhs.mMediaTime && in IsEqualTo()
42 return (TrackInfo::IsEqualTo(rhs) && mDisplay == rhs.mDisplay && in operator ==()
43 mStereoMode == rhs.mStereoMode && mImage == rhs.mImage && in operator ==()
45 *mExtraData == *rhs.mExtraData && mRotation == rhs.mRotation && in operator ==()
46 mColorDepth == rhs.mColorDepth && mImageRect == rhs.mImageRect && in operator ==()
51 return (TrackInfo::IsEqualTo(rhs) && mRate == rhs.mRate && in operator ==()
52 mChannels == rhs.mChannels && mChannelMap == rhs.mChannelMap && in operator ==()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DStdMeshMath.cpp50 v.x = lhs.y*rhs.z - lhs.z*rhs.y; in Cross()
51 v.y = lhs.z*rhs.x - lhs.x*rhs.z; in Cross()
52 v.z = lhs.x*rhs.y - lhs.y*rhs.x; in Cross()
96 float c = lhs.w * rhs.w + lhs.x * rhs.x + lhs.y * rhs.y + lhs.z * rhs.z; in Nlerp()
594 q.w = lhs.w*rhs.w - lhs.x*rhs.x - lhs.y*rhs.y - lhs.z*rhs.z; in operator *()
595 q.x = lhs.w*rhs.x + lhs.x*rhs.w + lhs.y*rhs.z - lhs.z*rhs.y; in operator *()
596 q.y = lhs.w*rhs.y + lhs.y*rhs.w + lhs.z*rhs.x - lhs.x*rhs.z; in operator *()
597 q.z = lhs.w*rhs.z + lhs.z*rhs.w + lhs.x*rhs.y - lhs.y*rhs.x; in operator *()
755 v.x = lhs(0,0)*rhs.x + lhs(0,1)*rhs.y + lhs(0,2)*rhs.z; in operator *()
756 v.y = lhs(1,0)*rhs.x + lhs(1,1)*rhs.y + lhs(1,2)*rhs.z; in operator *()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dalpha_equal.cc174 return lhs == rhs; in DataTypeEqual()
298 if (rhs == nullptr in VisitType_()
314 if (rhs == nullptr in VisitType_()
360 equal_map_[lhs] = rhs; in MergeVarDecl()
479 return ExprEqual(lhs->tuple, rhs->tuple) && lhs->index == rhs->index; in VisitExpr_()
503 return ExprEqual(lhs->ref, rhs->ref) && ExprEqual(lhs->value, rhs->value); in VisitExpr_()
517 return PatternEqual(lhs->lhs, rhs->lhs) && ExprEqual(lhs->rhs, rhs->rhs); in ClauseEqual()
521 return Compare(VisitPattern(lhs, rhs), lhs, rhs); in PatternEqual()
537 if (rhs == nullptr in VisitPattern_()
553 if (rhs == nullptr in VisitPattern_()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/ir/
H A Dalpha_equal.cc174 return lhs == rhs; in DataTypeEqual()
298 if (rhs == nullptr in VisitType_()
314 if (rhs == nullptr in VisitType_()
360 equal_map_[lhs] = rhs; in MergeVarDecl()
479 return ExprEqual(lhs->tuple, rhs->tuple) && lhs->index == rhs->index; in VisitExpr_()
503 return ExprEqual(lhs->ref, rhs->ref) && ExprEqual(lhs->value, rhs->value); in VisitExpr_()
517 return PatternEqual(lhs->lhs, rhs->lhs) && ExprEqual(lhs->rhs, rhs->rhs); in ClauseEqual()
521 return Compare(VisitPattern(lhs, rhs), lhs, rhs); in PatternEqual()
537 if (rhs == nullptr in VisitPattern_()
553 if (rhs == nullptr in VisitPattern_()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Di32x8_.rs53 Self { sse0: add_i32_m128i(self.sse0, rhs.sse0), sse1: add_i32_m128i(self.sse1, rhs.sse1)} in add()
55 Self { simd0: i32x4_add(self.simd0, rhs.simd0), simd1: i32x4_add(self.simd1, rhs.simd1) } in add()
135 self.add(Self::splat(rhs)) in add()
144 self.sub(Self::splat(rhs)) in sub()
153 self.mul(Self::splat(rhs)) in mul()
162 i32x8::splat(self) + rhs in add()
171 i32x8::splat(self) - rhs in sub()
180 i32x8::splat(self) * rhs in mul()
223 Self { simd0: v128_or(self.simd0, rhs.simd0), simd1: v128_or(self.simd1, rhs.simd1) } in bitor()
485 self.cmp_lt(rhs).blend(rhs, self) in max()
[all …]
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/data/
H A Dlayoutdata.cpp67 id = rhs.id; in operator =()
68 name = rhs.name; in operator =()
69 icon = rhs.icon; in operator =()
70 color = rhs.color; in operator =()
84 errors = rhs.errors; in operator =()
86 views = rhs.views; in operator =()
93 id = rhs.id; in operator =()
94 name = rhs.name; in operator =()
95 icon = rhs.icon; in operator =()
96 color = rhs.color; in operator =()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DMatrix3x4.h349 (m00_ * rhs.x_ + m01_ * rhs.y_ + m02_ * rhs.z_ + m03_ * rhs.w_),
350 (m10_ * rhs.x_ + m11_ * rhs.y_ + m12_ * rhs.z_ + m13_ * rhs.w_),
351 (m20_ * rhs.x_ + m21_ * rhs.y_ + m22_ * rhs.z_ + m23_ * rhs.w_)
526 m00_ * rhs.m00_ + m01_ * rhs.m10_ + m02_ * rhs.m20_ + m03_ * rhs.m30_,
527 m00_ * rhs.m01_ + m01_ * rhs.m11_ + m02_ * rhs.m21_ + m03_ * rhs.m31_,
528 m00_ * rhs.m02_ + m01_ * rhs.m12_ + m02_ * rhs.m22_ + m03_ * rhs.m32_,
529 m00_ * rhs.m03_ + m01_ * rhs.m13_ + m02_ * rhs.m23_ + m03_ * rhs.m33_,
530 m10_ * rhs.m00_ + m11_ * rhs.m10_ + m12_ * rhs.m20_ + m13_ * rhs.m30_,
531 m10_ * rhs.m01_ + m11_ * rhs.m11_ + m12_ * rhs.m21_ + m13_ * rhs.m31_,
532 m10_ * rhs.m02_ + m11_ * rhs.m12_ + m12_ * rhs.m22_ + m13_ * rhs.m32_,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DReactor.cpp202 return rhs; in operator =()
303 return rhs; in operator =()
548 return rhs; in operator =()
786 return rhs; in operator =()
1031 return rhs; in operator =()
1281 return rhs; in operator =()
1319 return rhs; in operator =()
1535 return rhs; in operator =()
1705 return rhs; in operator =()
1820 return rhs; in operator =()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/
H A DArrayPortalValueReference.h120 *this = rhs; in Swap()
121 rhs = aValue; in Swap()
163 lhs += rhs;
182 lhs -= rhs;
201 lhs *= rhs;
220 lhs /= rhs;
239 lhs %= rhs;
258 lhs &= rhs;
277 lhs |= rhs;
296 lhs ^= rhs;
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/
H A Dbroadcast.py43 def add(lhs, rhs): argument
62 def subtract(lhs, rhs): argument
81 def multiply(lhs, rhs): argument
100 def divide(lhs, rhs): argument
138 def mod(lhs, rhs): argument
176 def maximum(lhs, rhs): argument
195 def minimum(lhs, rhs): argument
214 def power(lhs, rhs): argument
271 def greater(lhs, rhs): argument
290 def less(lhs, rhs): argument
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/
H A Dbroadcast.py43 def add(lhs, rhs): argument
62 def subtract(lhs, rhs): argument
81 def multiply(lhs, rhs): argument
100 def divide(lhs, rhs): argument
138 def mod(lhs, rhs): argument
176 def maximum(lhs, rhs): argument
195 def minimum(lhs, rhs): argument
214 def power(lhs, rhs): argument
271 def greater(lhs, rhs): argument
290 def less(lhs, rhs): argument
[all …]
/dports/math/universal/universal-3.48/include/universal/number/adaptivefloat/
H A Dadaptivefloat_impl.hpp93 adaptivefloat& operator=(const float rhs) { return float_assign(rhs); } in operator =() argument
94 adaptivefloat& operator=(const double rhs) { return float_assign(rhs); } in operator =() argument
95 adaptivefloat& operator=(const long double rhs) { return float_assign(rhs); } in operator =() argument
102 convert_p2i(rhs, *this); in operator =()
394 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
422 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
451 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
466 sum += rhs; in operator +()
473 diff -= rhs; in operator -()
480 mul *= rhs; in operator *()
[all …]
/dports/math/universal/universal-3.48/include/universal/number/adaptiveposit/
H A Dadaptiveposit_impl.hpp93 adaptiveposit& operator=(const float rhs) { return float_assign(rhs); } in operator =() argument
94 adaptiveposit& operator=(const double rhs) { return float_assign(rhs); } in operator =() argument
95 adaptiveposit& operator=(const long double rhs) { return float_assign(rhs); } in operator =() argument
102 convert_p2i(rhs, *this); in operator =()
394 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
422 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
451 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
466 sum += rhs; in operator +()
473 diff -= rhs; in operator -()
480 mul *= rhs; in operator *()
[all …]
/dports/math/universal/universal-3.48/include/universal/number/adaptiveint/
H A Dadaptiveint_impl.hpp93 adaptiveint& operator=(const float rhs) { return float_assign(rhs); } in operator =() argument
94 adaptiveint& operator=(const double rhs) { return float_assign(rhs); } in operator =() argument
95 adaptiveint& operator=(const long double rhs) { return float_assign(rhs); } in operator =() argument
102 convert_p2i(rhs, *this); in operator =()
394 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
422 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
451 return operator< (lhs, rhs) || operator==(lhs, rhs); in operator <=()
466 sum += rhs; in operator +()
473 diff -= rhs; in operator -()
480 mul *= rhs; in operator *()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/
H A DA.cpp117 if(b != rhs.b) in operator ==()
119 if(l != rhs.l) in operator ==()
122 if(f != rhs.f) in operator ==()
124 if(g != rhs.g) in operator ==()
127 if(m != rhs.m) in operator ==()
129 if(n != rhs.n) in operator ==()
131 if(o != rhs.o) in operator ==()
133 if(p != rhs.p) in operator ==()
135 if(q != rhs.q) in operator ==()
138 if(r != rhs.r) in operator ==()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/test/
H A DA.cpp116 if(b != rhs.b) in operator ==()
118 if(l != rhs.l) in operator ==()
121 if(f != rhs.f) in operator ==()
123 if(g != rhs.g) in operator ==()
126 if(m != rhs.m) in operator ==()
128 if(n != rhs.n) in operator ==()
130 if(o != rhs.o) in operator ==()
132 if(p != rhs.p) in operator ==()
134 if(q != rhs.q) in operator ==()
137 if(r != rhs.r) in operator ==()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/test/
H A DA.cpp116 if(b != rhs.b) in operator ==()
118 if(l != rhs.l) in operator ==()
121 if(f != rhs.f) in operator ==()
123 if(g != rhs.g) in operator ==()
126 if(m != rhs.m) in operator ==()
128 if(n != rhs.n) in operator ==()
130 if(o != rhs.o) in operator ==()
132 if(p != rhs.p) in operator ==()
134 if(q != rhs.q) in operator ==()
137 if(r != rhs.r) in operator ==()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/test/
H A DA.cpp116 if(b != rhs.b) in operator ==()
118 if(l != rhs.l) in operator ==()
121 if(f != rhs.f) in operator ==()
123 if(g != rhs.g) in operator ==()
126 if(m != rhs.m) in operator ==()
128 if(n != rhs.n) in operator ==()
130 if(o != rhs.o) in operator ==()
132 if(p != rhs.p) in operator ==()
134 if(q != rhs.q) in operator ==()
137 if(r != rhs.r) in operator ==()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/test/
H A DA.cpp116 if(b != rhs.b) in operator ==()
118 if(l != rhs.l) in operator ==()
121 if(f != rhs.f) in operator ==()
123 if(g != rhs.g) in operator ==()
126 if(m != rhs.m) in operator ==()
128 if(n != rhs.n) in operator ==()
130 if(o != rhs.o) in operator ==()
132 if(p != rhs.p) in operator ==()
134 if(q != rhs.q) in operator ==()
137 if(r != rhs.r) in operator ==()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/test/
H A DA.cpp116 if(b != rhs.b) in operator ==()
118 if(l != rhs.l) in operator ==()
121 if(f != rhs.f) in operator ==()
123 if(g != rhs.g) in operator ==()
126 if(m != rhs.m) in operator ==()
128 if(n != rhs.n) in operator ==()
130 if(o != rhs.o) in operator ==()
132 if(p != rhs.p) in operator ==()
134 if(q != rhs.q) in operator ==()
137 if(r != rhs.r) in operator ==()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/test/
H A DA.cpp117 if(b != rhs.b) in operator ==()
119 if(l != rhs.l) in operator ==()
122 if(f != rhs.f) in operator ==()
124 if(g != rhs.g) in operator ==()
127 if(m != rhs.m) in operator ==()
129 if(n != rhs.n) in operator ==()
131 if(o != rhs.o) in operator ==()
133 if(p != rhs.p) in operator ==()
135 if(q != rhs.q) in operator ==()
138 if(r != rhs.r) in operator ==()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/test/
H A DA.cpp117 if(b != rhs.b) in operator ==()
119 if(l != rhs.l) in operator ==()
122 if(f != rhs.f) in operator ==()
124 if(g != rhs.g) in operator ==()
127 if(m != rhs.m) in operator ==()
129 if(n != rhs.n) in operator ==()
131 if(o != rhs.o) in operator ==()
133 if(p != rhs.p) in operator ==()
135 if(q != rhs.q) in operator ==()
138 if(r != rhs.r) in operator ==()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/serialization/test/
H A DA.cpp117 if(b != rhs.b) in operator ==()
119 if(l != rhs.l) in operator ==()
122 if(f != rhs.f) in operator ==()
124 if(g != rhs.g) in operator ==()
127 if(m != rhs.m) in operator ==()
129 if(n != rhs.n) in operator ==()
131 if(o != rhs.o) in operator ==()
133 if(p != rhs.p) in operator ==()
135 if(q != rhs.q) in operator ==()
138 if(r != rhs.r) in operator ==()
[all …]

12345678910>>...1939