Searched defs:lhs (Results 276 - 300 of 432) sorted by relevance

<<1112131415161718

/external/skia/tools/
H A Dskdiff.h162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs); local
167 if (lhs->fResult != rhs->fResult) {
168 return (lhs->fResult < rhs->fResult) ? 1 : -1;
172 int result = T::comparePixels(lhs, rhs);
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str());
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { argument
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) { argument
200 if (lhs
214 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) argument
235 comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) argument
[all...]
/external/stlport/test/unit/
H A Dunordered_test.cpp537 bool operator () (Key lhs, Key rhs) const argument
538 { return lhs.m_data == rhs.m_data; }
540 bool operator () (Key lhs, int rhs) const argument
541 { return lhs.m_data == rhs; }
543 bool operator () (int lhs, Key rhs) const argument
544 { return lhs == rhs.m_data; }
558 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const argument
559 { return lhs->m_data == rhs->m_data; }
561 bool operator () (Key const volatile *lhs, int rhs) const argument
562 { return lhs
564 operator ()(int lhs, Key const volatile *rhs) const argument
[all...]
/external/bison/src/
H A Dielr.c378 ielr_item_has_lookahead (state *s, symbol_number lhs, size_t item, argument
413 if (!lhs)
420 lhs = rules[item_number_as_rule_number (ritem[i])].lhs->number;
427 aver (lhs != accept->number);
434 lhs)]);
453 ielr_item_has_lookahead (*predecessor, lhs,
641 rules[item_number_as_rule_number (ritem[rule_item])].lhs,
1052 this_rule->lhs, lookahead_set);
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc49 bool operator()(const AckHandle& lhs, const AckHandle& rhs) const { argument
50 return lhs.handle_data() < rhs.handle_data();
/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.cc330 bool URLBlacklist::FilterTakesPrecedence(const FilterComponents& lhs, argument
332 if (lhs.match_subdomains && !rhs.match_subdomains)
334 if (!lhs.match_subdomains && rhs.match_subdomains)
337 size_t host_length = lhs.host.length();
342 size_t path_length = lhs.path.length();
347 if (lhs.number_of_key_value_pairs != rhs.number_of_key_value_pairs)
348 return lhs.number_of_key_value_pairs > rhs.number_of_key_value_pairs;
350 if (lhs.allow && !rhs.allow)
/external/chromium_org/crypto/
H A Dp224.cc657 FieldElement lhs; local
658 Square(&lhs, y);
659 Contract(&lhs);
675 return memcmp(&lhs, &rhs, sizeof(lhs)) == 0;
/external/chromium_org/media/cast/rtcp/
H A Drtcp_sender.cc45 bool EventTimestampLessThan(const RtcpReceiverEventLogMessage& lhs, argument
47 return lhs.event_timestamp < rhs.event_timestamp;
/external/chromium_org/net/cert/
H A Dx509_certificate.cc222 const scoped_refptr<X509Certificate>& lhs,
224 if (lhs.get() == rhs.get())
227 int rv = memcmp(lhs->fingerprint_.data, rhs->fingerprint_.data,
228 sizeof(lhs->fingerprint_.data));
232 rv = memcmp(lhs->ca_fingerprint_.data, rhs->ca_fingerprint_.data,
233 sizeof(lhs->ca_fingerprint_.data));
221 operator ()( const scoped_refptr<X509Certificate>& lhs, const scoped_refptr<X509Certificate>& rhs) const argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java497 SessionDescription lhs, SessionDescription rhs) {
498 assertEquals(lhs.type, rhs.type);
499 assertEquals(lhs.description, rhs.description);
496 assertEquals( SessionDescription lhs, SessionDescription rhs) argument
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_main.cpp276 static int compare_file_name_metrics(SkString **lhs, SkString **rhs) { argument
277 return strcmp((*lhs)->c_str(), (*rhs)->c_str());
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc830 bool StringComparator<base::string16>::operator()(const base::string16& lhs, argument
835 return lhs < rhs;
836 return base::i18n::CompareString16WithCollator(collator_, lhs, rhs) ==
/external/chromium_org/ui/gfx/
H A Dtransform_unittest.cc73 bool PointsAreNearlyEqual(const Point3F& lhs, argument
76 return lhs.SquaredDistanceTo(rhs) < epsilon;
79 bool MatricesAreNearlyEqual(const Transform& lhs, argument
84 if (std::abs(lhs.matrix().get(row, col) -
179 Transform lhs, rhs, interpolated; local
183 interpolated = lhs;
187 float a = lhs.matrix().get(row, col);
199 lhs = Transform();
202 lhs.MakeIdentity();
204 lhs
[all...]
/external/chromium_org/v8/src/
H A Dpreparser.cc689 Expression lhs = ParseExpression(false, CHECK_OK); local
690 if (CheckInOrOf(lhs.IsIdentifier())) {
/external/clang/include/clang/Basic/
H A DSourceLocation.h326 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) const { argument
327 return lhs.isBeforeInTranslationUnitThan(rhs);
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp37 NonLoc lhs, NonLoc rhs, QualType resultTy) override;
39 Loc lhs, Loc rhs, QualType resultTy) override;
41 Loc lhs, NonLoc rhs, QualType resultTy) override;
306 NonLoc lhs, NonLoc rhs,
308 NonLoc InputLHS = lhs;
312 if (lhs == rhs)
331 return evalCastFromNonLoc(lhs, resultTy);
335 switch (lhs.getSubKind()) {
337 return makeSymExprValNN(state, op, lhs, rhs, resultTy);
339 Loc lhsL = lhs
304 evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op, NonLoc lhs, NonLoc rhs, QualType resultTy) argument
583 evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, Loc rhs, QualType resultTy) argument
857 evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, NonLoc rhs, QualType resultTy) argument
[all...]
/external/clang/test/Parser/
H A Dcxx-altivec.cpp150 Vector Add(Vector lhs, Vector rhs) argument
153 result.xyzw = vec_add(lhs.xyzw, rhs.xyzw);
/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h206 GeneralProduct(const Lhs& lhs, const Rhs& rhs) argument
211 Base::coeffRef(0,0) = (lhs.transpose().cwiseProduct(rhs)).sum();
231 // FIXME make sure lhs is sequentially stored
232 // FIXME not very good if rhs is real and lhs complex while alpha is real too
235 func(dest.col(j), prod.rhs().coeff(j) * prod.lhs());
243 // FIXME not very good if lhs is real and rhs complex while alpha is real too
246 func(dest.row(i), prod.lhs().coeff(i) * prod.rhs());
265 GeneralProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs) argument
366 (prod.rhs().transpose(), prod.lhs()
[all...]
H A DTriangularMatrix.h292 operator*(const MatrixBase<OtherDerived>& lhs, const TriangularView& rhs) argument
296 (lhs.derived(),rhs.m_matrix);
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h29 const LhsScalar* lhs, Index lhsStride,
41 ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking,info);
63 const_blas_data_mapper<LhsScalar, Index, LhsStorageOrder> lhs(_lhs,lhsStride);
91 // For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
98 pack_lhs(blockA, &lhs(0,k), lhsStride, actual_kc, mc);
134 pack_lhs(blockA, &lhs(i,k), lhsStride, actual_kc, actual_mc);
161 // For each horizontal panel of the rhs, and corresponding panel of the lhs...
167 // OK, here we have selected one horizontal panel of rhs and one vertical panel of lhs.
169 // Note that this panel will be read as many times as the number of blocks in the lhs's
173 // For each mc x kc block of the lhs'
27 run( Index rows, Index cols, Index depth, const LhsScalar* lhs, Index lhsStride, const RhsScalar* rhs, Index rhsStride, ResScalar* res, Index resStride, ResScalar alpha, level3_blocking<RhsScalar,LhsScalar>& blocking, GemmParallelInfo<Index>* info = 0) argument
206 gemm_functor(const Lhs& lhs, const Rhs& rhs, Dest& dest, const Scalar& actualAlpha, BlockingType& blocking) argument
391 GeneralProduct(const Lhs& lhs, const Rhs& rhs) argument
401 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs); local
[all...]
/external/lldb/include/lldb/Core/
H A DRangeMap.h356 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
358 return lhs.GetRangeBase() < rhs.GetRangeBase();
642 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
644 return lhs.GetRangeBase() < rhs.GetRangeBase();
914 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
916 return lhs.GetRangeBase() < rhs.GetRangeBase();
1214 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
1216 return lhs.GetRangeBase() < rhs.GetRangeBase();
1485 BaseLessThan (const Entry& lhs, const Entry& rhs) argument
1487 return lhs
[all...]
/external/lldb/source/Core/
H A DAddress.cpp963 lldb_private::operator< (const Address& lhs, const Address& rhs) argument
965 ModuleSP lhs_module_sp (lhs.GetModule());
972 return lhs.GetFileAddress() < rhs.GetFileAddress();
983 lldb_private::operator> (const Address& lhs, const Address& rhs) argument
985 ModuleSP lhs_module_sp (lhs.GetModule());
992 return lhs.GetFileAddress() > rhs.GetFileAddress();
H A DArchSpec.cpp888 lldb_private::operator<(const ArchSpec& lhs, const ArchSpec& rhs) argument
890 const ArchSpec::Core lhs_core = lhs.GetCore ();
H A DScalar.cpp33 const Scalar& lhs, // The const left hand side object
35 Scalar& temp_value, // A modifiable temp value than can be used to hold either the promoted lhs or rhs object
36 const Scalar* &promoted_lhs_ptr, // Pointer to the resulting possibly promoted value of lhs (at most one of lhs/rhs will get promoted)
37 const Scalar* &promoted_rhs_ptr // Pointer to the resulting possibly promoted value of rhs (at most one of lhs/rhs will get promoted)
44 promoted_lhs_ptr = &lhs;
47 Scalar::Type lhs_type = lhs.GetType();
60 temp_value = lhs; // Copy left hand side value into the temp value
1514 lldb_private::operator+ (const Scalar& lhs, const Scalar& rhs) argument
1520 if ((result.m_type = PromoteToMaxType(lhs, rh
31 PromoteToMaxType( const Scalar& lhs, const Scalar& rhs, Scalar& temp_value, const Scalar* &promoted_lhs_ptr, const Scalar* &promoted_rhs_ptr ) argument
1541 operator -(const Scalar& lhs, const Scalar& rhs) argument
1567 operator /(const Scalar& lhs, const Scalar& rhs) argument
1597 operator *(const Scalar& lhs, const Scalar& rhs) argument
1623 operator &(const Scalar& lhs, const Scalar& rhs) argument
1653 operator |(const Scalar& lhs, const Scalar& rhs) argument
1683 operator %(const Scalar& lhs, const Scalar& rhs) argument
1713 operator ^(const Scalar& lhs, const Scalar& rhs) argument
1743 operator <<(const Scalar& lhs, const Scalar &rhs) argument
1751 operator >>(const Scalar& lhs, const Scalar &rhs) argument
2131 operator ==(const Scalar& lhs, const Scalar& rhs) argument
2157 operator !=(const Scalar& lhs, const Scalar& rhs) argument
2183 operator <(const Scalar& lhs, const Scalar& rhs) argument
2208 operator <=(const Scalar& lhs, const Scalar& rhs) argument
2234 operator >(const Scalar& lhs, const Scalar& rhs) argument
2259 operator >=(const Scalar& lhs, const Scalar& rhs) argument
[all...]
/external/lldb/source/Symbol/
H A DSymbolContext.cpp379 lldb_private::operator== (const SymbolContext& lhs, const SymbolContext& rhs) argument
381 return lhs.function == rhs.function
382 && lhs.symbol == rhs.symbol
383 && lhs.module_sp.get() == rhs.module_sp.get()
384 && lhs.comp_unit == rhs.comp_unit
385 && lhs.target_sp.get() == rhs.target_sp.get()
386 && LineEntry::Compare(lhs.line_entry, rhs.line_entry) == 0;
390 lldb_private::operator!= (const SymbolContext& lhs, const SymbolContext& rhs) argument
392 return lhs.function != rhs.function
393 || lhs
1182 operator ==(const SymbolContextList& lhs, const SymbolContextList& rhs) argument
1201 operator !=(const SymbolContextList& lhs, const SymbolContextList& rhs) argument
[all...]
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp112 BinaryExprAST(char op, ExprAST *lhs, ExprAST *rhs) argument
113 : Op(op), LHS(lhs), RHS(rhs) {}

Completed in 719 milliseconds

<<1112131415161718