Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_vector4.h43 #define VECTOR4_OP_UNARY(op,rhs) { \ argument
44 x op rhs.x; \
45 y op rhs.y; \
46 z op rhs.z; \
47 w op rhs.w; }
49 #define VECTOR4_OP_UNARY_SCALAR(op,rhs) { \ argument
50 x op rhs; \
51 y op rhs; \
52 z op rhs; \
53 w op rhs; }
[all …]
/external/webkit/Source/WebCore/xml/
DXPathPredicate.cpp70 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs) in NumericOp() argument
74 addSubExpression(rhs); in NumericOp()
80 Value rhs(subExpr(1)->evaluate()); in evaluate() local
83 double rightVal = rhs.toNumber(); in evaluate()
101 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs) in EqTestOp() argument
105 addSubExpression(rhs); in EqTestOp()
108 bool EqTestOp::compare(const Value& lhs, const Value& rhs) const in compare()
112 if (rhs.isNodeSet()) { in compare()
116 const NodeSet& rhsSet = rhs.toNodeSet(); in compare()
123 if (rhs.isNumber()) { in compare()
[all …]
/external/chromium/net/http/
Dhttp_response_info.cc69 HttpResponseInfo::HttpResponseInfo(const HttpResponseInfo& rhs) in HttpResponseInfo() argument
70 : was_cached(rhs.was_cached), in HttpResponseInfo()
71 was_fetched_via_spdy(rhs.was_fetched_via_spdy), in HttpResponseInfo()
72 was_npn_negotiated(rhs.was_npn_negotiated), in HttpResponseInfo()
73 was_fetched_via_proxy(rhs.was_fetched_via_proxy), in HttpResponseInfo()
74 socket_address(rhs.socket_address), in HttpResponseInfo()
75 request_time(rhs.request_time), in HttpResponseInfo()
76 response_time(rhs.response_time), in HttpResponseInfo()
77 auth_challenge(rhs.auth_challenge), in HttpResponseInfo()
78 cert_request_info(rhs.cert_request_info), in HttpResponseInfo()
[all …]
/external/stlport/test/eh/
DTestClass.h37 inline TestClass( const TestClass& rhs );
40 inline TestClass& operator=( const TestClass& rhs );
45 bool operator==( const TestClass& rhs ) const
47 return value() == rhs.value();
50 bool operator<( const TestClass& rhs ) const {
51 return value() < rhs.value();
97 inline TestClass::TestClass( const TestClass& rhs ) in TestClass() argument
99 Init( rhs.value() ); in TestClass()
111 inline TestClass& TestClass::operator=( const TestClass& rhs )
114 int *newP = new int( rhs.value() );
[all …]
DSortClass.h39 bool operator<( const TestClass& rhs ) const
42 return (const TestClass&)*this < ( rhs );
45 bool operator==( const TestClass& rhs ) const
48 return (const TestClass&)*this == ( rhs );
58 inline bool operator>( const SortClass& lhs, const SortClass& rhs ) {
59 return rhs < lhs;
62 inline bool operator<=( const SortClass& lhs, const SortClass& rhs ) {
63 return !(rhs < lhs);
66 inline bool operator>=( const SortClass& lhs, const SortClass& rhs ) {
67 return !(lhs < rhs);
[all …]
/external/webrtc/src/system_wrappers/interface/
Dtick_util.h52 TickTime& operator+=(const WebRtc_Word64& rhs);
56 friend TickInterval operator-(const TickTime& lhs, const TickTime& rhs);
71 const TickInterval& rhs);
72 TickInterval& operator-=(const TickInterval& rhs);
76 const TickInterval& rhs);
77 TickInterval& operator+=(const TickInterval& rhs);
79 friend bool operator>(const TickInterval& lhs, const TickInterval& rhs);
80 friend bool operator<=(const TickInterval& lhs, const TickInterval& rhs);
81 friend bool operator<(const TickInterval& lhs, const TickInterval& rhs);
82 friend bool operator>=(const TickInterval& lhs, const TickInterval& rhs);
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td14 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
16 (i32 (MUX_rr (i1 (CMPEQrr IntRegs:$lhs, IntRegs:$rhs)),
19 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
21 (i32 (MUX_rr (i1 (NOT_p (CMPEQrr IntRegs:$lhs, IntRegs:$rhs))),
24 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
26 (i32 (MUX_rr (i1 (CMPGTrr IntRegs:$lhs, IntRegs:$rhs)),
29 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
31 (i32 (MUX_rr (i1 (CMPGTUrr IntRegs:$lhs, IntRegs:$rhs)),
36 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
39 (ADD_ri IntRegs:$rhs, -1)))),
[all …]
/external/astl/include/
Dchar_traits.h58 static void assign(char& lhs, const char& rhs) { lhs = rhs; }
60 static bool eq(const char& lhs, const char& rhs) { return lhs == rhs; }
62 static bool lt(const char& lhs, const char& rhs) { return lhs < rhs; }
64 static int compare(const char* lhs, const char* rhs, size_t n)
65 { return std::memcmp(lhs, rhs, n); }
72 static char* move(char* lhs, const char* rhs, size_t n)
73 { return static_cast<char*>(std::memmove(lhs, rhs, n)); }
75 static char* copy(char* lhs, const char* rhs, size_t n)
76 { return static_cast<char*>(std::memcpy(lhs, rhs, n)); }
87 static bool eq_int_type(const int_type& lhs, const int_type& rhs)
[all …]
/external/webrtc/src/system_wrappers/source/
Datomic32_linux.h32 inline Atomic32Impl& operator=(const Atomic32Impl& rhs);
33 inline Atomic32Impl& operator=(WebRtc_Word32 rhs);
34 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs);
35 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs);
81 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs)
83 *_value = *rhs._value;
87 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs)
89 *_value = rhs;
93 inline WebRtc_Word32 Atomic32Impl::operator+=(WebRtc_Word32 rhs)
95 WebRtc_Word32 returnValue = __sync_fetch_and_add(_value,rhs);
[all …]
Datomic32_mac.h31 inline Atomic32Impl& operator=(const Atomic32Impl& rhs);
32 inline Atomic32Impl& operator=(WebRtc_Word32 rhs);
33 inline WebRtc_Word32 operator+=(WebRtc_Word32 rhs);
34 inline WebRtc_Word32 operator-=(WebRtc_Word32 rhs);
79 inline Atomic32Impl& Atomic32Impl::operator=(const Atomic32Impl& rhs)
81 *_value = *rhs._value;
85 inline Atomic32Impl& Atomic32Impl::operator=(WebRtc_Word32 rhs)
87 *_value = rhs;
91 inline WebRtc_Word32 Atomic32Impl::operator+=(WebRtc_Word32 rhs)
93 return OSAtomicAdd32Barrier(rhs,
[all …]
Datomic32.cc48 Atomic32Wrapper& Atomic32Wrapper::operator=(const Atomic32Wrapper& rhs) in operator =() argument
50 if(this == &rhs) in operator =()
54 _impl = rhs._impl; in operator =()
58 Atomic32Wrapper& Atomic32Wrapper::operator=(WebRtc_Word32 rhs) in operator =() argument
60 _impl = rhs; in operator =()
64 WebRtc_Word32 Atomic32Wrapper::operator+=(WebRtc_Word32 rhs) in operator +=() argument
66 return _impl += rhs; in operator +=()
69 WebRtc_Word32 Atomic32Wrapper::operator-=(WebRtc_Word32 rhs) in operator -=() argument
71 return _impl -= rhs; in operator -=()
/external/oprofile/libpp/
Dsymbol_functors.cpp15 symbol_entry const & rhs) const in operator ()()
17 if (lhs.image_name != rhs.image_name) in operator ()()
18 return lhs.image_name < rhs.image_name; in operator ()()
20 if (lhs.app_name != rhs.app_name) in operator ()()
21 return lhs.app_name < rhs.app_name; in operator ()()
23 if (lhs.name != rhs.name) in operator ()()
24 return lhs.name < rhs.name; in operator ()()
26 if (lhs.sample.vma != rhs.sample.vma) in operator ()()
27 return lhs.sample.vma < rhs.sample.vma; in operator ()()
29 return lhs.size < rhs.size; in operator ()()
Dfilename_spec.cpp35 bool filename_spec::match(filename_spec const & rhs, in match() argument
38 if (!tid.match(rhs.tid) || !cpu.match(rhs.cpu) || in match()
39 !tgid.match(rhs.tgid) || count != rhs.count || in match()
40 unitmask != rhs.unitmask || event != rhs.event) { in match()
45 return image == rhs.image && lib_image == rhs.lib_image; in match()
49 if (!rhs.lib_image.empty()) { in match()
51 return rhs.lib_image == binary; in match()
55 return rhs.image == binary; in match()
Dsymbol_sort.cpp44 symbol_entry const & lhs, symbol_entry const & rhs) in compare_by() argument
48 if (lhs.sample.counts[0] < rhs.sample.counts[0]) in compare_by()
50 if (lhs.sample.counts[0] > rhs.sample.counts[0]) in compare_by()
56 symbol_names.demangle(rhs.name)); in compare_by()
59 return image_compare(lhs.image_name, rhs.image_name); in compare_by()
62 return image_compare(lhs.app_name, rhs.app_name); in compare_by()
65 if (lhs.sample.vma < rhs.sample.vma) in compare_by()
67 if (lhs.sample.vma > rhs.sample.vma) in compare_by()
73 file_location const & f2 = rhs.sample.file_loc; in compare_by()
100 symbol_entry const * rhs) const { in operator ()()
[all …]
/external/icu4c/i18n/
DdecNumber.c239 static Int decCompare(const decNumber *lhs, const decNumber *rhs, Flag);
288 #define SPECIALARG (rhs->bits & DECSPECIAL)
289 #define SPECIALARGS ((lhs->bits | rhs->bits) & DECSPECIAL)
744 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *res, const decNumber *rhs, in uprv_decNumberAbs() argument
750 if (decCheckOperands(res, DECUNUSED, rhs, set)) return res; in uprv_decNumberAbs()
754 dzero.exponent=rhs->exponent; /* [no coefficient expansion] */ in uprv_decNumberAbs()
755 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in uprv_decNumberAbs()
777 const decNumber *rhs, decContext *set) { in uprv_decNumberAdd() argument
779 decAddOp(res, lhs, rhs, set, 0, &status); in uprv_decNumberAdd()
803 const decNumber *rhs, decContext *set) { in uprv_decNumberAnd() argument
[all …]
Dfpositer.cpp33 FieldPositionIterator::FieldPositionIterator(const FieldPositionIterator &rhs) in FieldPositionIterator() argument
34 : UObject(rhs), data(NULL), pos(rhs.pos) { in FieldPositionIterator()
36 if (rhs.data) { in FieldPositionIterator()
39 data->assign(*rhs.data, status); in FieldPositionIterator()
48 UBool FieldPositionIterator::operator==(const FieldPositionIterator &rhs) const { in operator ==()
49 if (&rhs == this) { in operator ==()
52 if (pos != rhs.pos) { in operator ==()
56 return rhs.data == NULL; in operator ==()
58 return rhs.data ? data->operator==(*rhs.data) : FALSE; in operator ==()
/external/valgrind/main/drd/
Ddrd_vc.c71 void DRD_(vc_copy)(VectorClock* const new, const VectorClock* const rhs) in DRD_()
73 DRD_(vc_init)(new, rhs->vc, rhs->size); in DRD_()
77 void DRD_(vc_assign)(VectorClock* const lhs, const VectorClock* const rhs) in DRD_()
80 DRD_(vc_copy)(lhs, rhs); in DRD_()
123 void DRD_(vc_min)(VectorClock* const result, const VectorClock* const rhs) in DRD_()
129 tl_assert(rhs); in DRD_()
135 for (j = 0; j < rhs->size; j++) in DRD_()
137 while (i < result->size && result->vc[i].threadid < rhs->vc[j].threadid) in DRD_()
147 if (result->vc[i].threadid <= rhs->vc[j].threadid) in DRD_()
151 tl_assert(result->vc[i].threadid == rhs->vc[j].threadid); in DRD_()
[all …]
/external/webrtc/src/modules/interface/
Dmodule_common_types.h745 AudioFrame& Append(const AudioFrame& rhs);
749 AudioFrame& operator=(const AudioFrame& rhs);
750 AudioFrame& operator>>=(const WebRtc_Word32 rhs);
751 AudioFrame& operator+=(const AudioFrame& rhs);
752 AudioFrame& operator-=(const AudioFrame& rhs);
842 AudioFrame::operator=(const AudioFrame& rhs)
845 if((rhs._payloadDataLengthInSamples > kMaxAudioFrameSizeSamples) ||
846 (rhs._audioChannel > 2) ||
847 (rhs._audioChannel < 1))
851 if(this == &rhs)
[all …]
/external/protobuf/python/
Dmox.py314 def __eq__(self, rhs): argument
317 return (isinstance(rhs, MockAnything) and
318 self._replay_mode == rhs._replay_mode and
319 self._expected_calls_queue == rhs._expected_calls_queue)
321 def __ne__(self, rhs): argument
324 return not self == rhs
419 def __eq__(self, rhs): argument
422 return (isinstance(rhs, MockObject) and
423 self._class_to_mock == rhs._class_to_mock and
424 self._replay_mode == rhs._replay_mode and
[all …]
/external/icu4c/test/perf/perldriver/
DDataset.pm73 my $rhs = shift;
76 ($rhs->{_mean} + $rhs->{_error});
78 ($rhs->{_mean} - $rhs->{_error});
83 $result->{_scale} = $self->{_scale} / $rhs->{_scale};
91 my $rhs = shift;
94 $result->{_mean} = $self->{_mean} - $rhs->{_mean};
95 $result->{_error} = $self->{_error} + $rhs->{_error};
104 my $rhs = shift;
107 $result->{_mean} = $self->{_mean} + $rhs->{_mean};
108 $result->{_error} = $self->{_error} + $rhs->{_error};
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp36 NonLoc lhs, NonLoc rhs, QualType resultTy);
38 Loc lhs, Loc rhs, QualType resultTy);
40 Loc lhs, NonLoc rhs, QualType resultTy);
281 NonLoc lhs, NonLoc rhs, in evalBinOpNN() argument
284 if (lhs == rhs) in evalBinOpNN()
307 return makeGenericVal(state, op, lhs, rhs, resultTy); in evalBinOpNN()
310 switch (rhs.getSubKind()) { in evalBinOpNN()
313 cast<nonloc::LocAsInteger>(rhs).getLoc(), in evalBinOpNN()
317 llvm::APSInt i = cast<nonloc::ConcreteInt>(rhs).getValue(); in evalBinOpNN()
330 return makeGenericVal(state, op, lhs, rhs, resultTy); in evalBinOpNN()
[all …]
/external/skia/src/pdf/
DSkBitSet.cpp26 const SkBitSet& SkBitSet::operator=(const SkBitSet& rhs) { in operator =() argument
27 if (this == &rhs) { in operator =()
30 fBitCount = rhs.fBitCount; in operator =()
32 fDwordCount = rhs.fDwordCount; in operator =()
34 memcpy(fBitData.get(), rhs.fBitData.get(), fDwordCount * sizeof(uint32_t)); in operator =()
38 bool SkBitSet::operator==(const SkBitSet& rhs) { in operator ==() argument
39 if (fBitCount == rhs.fBitCount) { in operator ==()
41 return (memcmp(fBitData.get(), rhs.fBitData.get(), in operator ==()
49 bool SkBitSet::operator!=(const SkBitSet& rhs) { in operator !=() argument
50 return !(*this == rhs); in operator !=()
/external/oprofile/libutil++/
Dgrowable_vector.h54 growable_vector<T> & operator+=(growable_vector<T> const & rhs) {
55 if (rhs.container.size() > container.size())
56 container.resize(rhs.container.size());
58 size_type min_size = min(container.size(), rhs.container.size());
60 container[i] += rhs.container[i];
70 growable_vector<T> & operator-=(growable_vector<T> const & rhs) {
71 if (rhs.container.size() > container.size())
72 container.resize(rhs.container.size());
74 size_type min_size = min(container.size(), rhs.container.size());
76 container[i] -= rhs.container[i];
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.h193 void copyFrom(const GregorianDateTime& rhs) in copyFrom()
195 second = rhs.second; in copyFrom()
196 minute = rhs.minute; in copyFrom()
197 hour = rhs.hour; in copyFrom()
198 weekDay = rhs.weekDay; in copyFrom()
199 monthDay = rhs.monthDay; in copyFrom()
200 yearDay = rhs.yearDay; in copyFrom()
201 month = rhs.month; in copyFrom()
202 year = rhs.year; in copyFrom()
203 isDST = rhs.isDST; in copyFrom()
[all …]
/external/chromium/chrome/browser/password_manager/
Dpassword_form_data.cc40 bool operator==(const PasswordForm& lhs, const PasswordForm& rhs) { in operator ==() argument
41 return (lhs.scheme == rhs.scheme && in operator ==()
42 lhs.signon_realm == rhs.signon_realm && in operator ==()
43 lhs.origin == rhs.origin && in operator ==()
44 lhs.action == rhs.action && in operator ==()
45 lhs.submit_element == rhs.submit_element && in operator ==()
46 lhs.username_element == rhs.username_element && in operator ==()
47 lhs.password_element == rhs.password_element && in operator ==()
48 lhs.username_value == rhs.username_value && in operator ==()
49 lhs.password_value == rhs.password_value && in operator ==()
[all …]

12345678910>>...16