Searched defs:rhs (Results 126 - 150 of 642) sorted by relevance

1234567891011>>

/external/lldb/source/Utility/
H A DRange.cpp46 Range::operator = (const Range& rhs) argument
48 if (&rhs != this)
50 this->m_low = rhs.m_low;
51 this->m_high = rhs.m_high;
/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } argument
/external/skia/src/utils/
H A DSkBitSet.cpp26 SkBitSet& SkBitSet::operator=(const SkBitSet& rhs) { argument
27 if (this == &rhs) {
30 fBitCount = rhs.fBitCount;
32 fDwordCount = rhs.fDwordCount;
34 memcpy(fBitData.get(), rhs.fBitData.get(), fDwordCount * sizeof(uint32_t));
38 bool SkBitSet::operator==(const SkBitSet& rhs) { argument
39 if (fBitCount == rhs.fBitCount) {
41 return (memcmp(fBitData.get(), rhs.fBitData.get(),
49 bool SkBitSet::operator!=(const SkBitSet& rhs) { argument
50 return !(*this == rhs);
[all...]
/external/bison/src/
H A Dparse-gram.y568 rhs { grammar_current_rule_end (@1); }
569 | rhses.1 "|" rhs { grammar_current_rule_end (@3); }
573 rhs: label
577 | rhs symbol named_ref.opt
579 | rhs "{...}" named_ref.opt
581 | rhs "%prec" symbol
583 | rhs "%dprec" INT
585 | rhs "%merge" TYPE
691 lloc_default (YYLTYPE const *rhs, int n)
696 /* SGI MIPSpro 7.4.1m miscompiles "loc.start = loc.end = rhs[
[all...]
/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement.h132 const Vector& rhs() const { return rhs_; } function in class:ceres::internal::ImplicitSchurComplement
H A Dimplicit_schur_complement_test.cc73 Vector* rhs,
95 rhs->resize(num_schur_rows);
97 eliminator->Eliminate(A_.get(), b_.get(), D, &blhs, rhs->data());
112 schur_solution = lhs->selfadjointView<Eigen::Upper>().llt().solve(*rhs);
119 Vector rhs; local
121 ReducedLinearSystemAndSolution(D, &lhs, &rhs, &reference_solution);
152 // Compare the rhs of the reduced linear system
153 if ((isc.rhs() - rhs).norm() > kEpsilon) {
156 << "rhs
71 ReducedLinearSystemAndSolution(double* D, Matrix* lhs, Vector* rhs, Vector* solution) argument
[all...]
H A Dschur_complement_solver.h130 const double* rhs() const { return rhs_.get(); } function in class:ceres::internal::SchurComplementSolver
131 void set_rhs(double* rhs) { rhs_.reset(rhs); } argument
H A Dschur_jacobi_preconditioner.cc89 // We need a dummy rhs vector and a dummy b vector since the Schur
95 // SchurEliminator::Eliminate function to allow NULL for the rhs. As
97 Vector rhs = Vector::Zero(m_->num_rows()); local
101 eliminator_->Eliminate(&A, b.data(), D, m_.get(), rhs.data());
/external/chromium_org/base/numerics/
H A Dsafe_math.h53 CheckedNumeric(const CheckedNumeric<Src>& rhs) argument
54 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
113 template <typename Src> CheckedNumeric& operator+=(Src rhs);
114 template <typename Src> CheckedNumeric& operator-=(Src rhs);
115 template <typename Src> CheckedNumeric& operator*=(Src rhs);
116 template <typename Src> CheckedNumeric& operator/=(Src rhs);
117 template <typename Src> CheckedNumeric& operator%=(Src rhs);
198 const CheckedNumeric<T>& lhs, const CheckedNumeric<T>& rhs) { \
202 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dchunk_range.cc22 ChunkRange::ChunkRange(const ChunkRange& rhs) argument
23 : start_(rhs.start()), stop_(rhs.stop()) {
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host_unittest.cc55 bool PP_SizeEqual(const PP_Size& lhs, const PP_Size& rhs) { argument
56 return lhs.width == rhs.width && lhs.height == rhs.height;
59 bool PP_RectEqual(const PP_Rect& lhs, const PP_Rect& rhs) { argument
60 return lhs.point.x == rhs.point.x && lhs.point.y == rhs.point.y &&
61 PP_SizeEqual(lhs.size, rhs.size);
/external/chromium_org/content/browser/shared_worker/
H A Dworker_storage_partition.cc44 const WorkerStoragePartition& rhs) {
45 Copy(rhs);
43 operator =( const WorkerStoragePartition& rhs) argument
/external/chromium_org/content/public/common/
H A Dwebplugininfo.cc35 WebPluginInfo::WebPluginInfo(const WebPluginInfo& rhs) argument
36 : name(rhs.name),
37 path(rhs.path),
38 version(rhs.version),
39 desc(rhs.desc),
40 mime_types(rhs.mime_types),
41 type(rhs.type),
42 pepper_permissions(rhs.pepper_permissions) {
47 WebPluginInfo& WebPluginInfo::operator=(const WebPluginInfo& rhs) { argument
48 name = rhs
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_manager.cc103 const MailboxManager::TargetName& rhs) {
104 if (lhs.target != rhs.target)
105 return lhs.target < rhs.target;
106 return lhs.mailbox < rhs.mailbox;
102 TargetNameLess(const MailboxManager::TargetName& lhs, const MailboxManager::TargetName& rhs) argument
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DCollatorICU.cpp88 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const argument
93 return static_cast<Result>(ucol_strcoll(m_collator, lhs, lhsLength, rhs, rhsLength));
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dregister_state_check.h40 inline bool operator==(const M128A& lhs, const M128A& rhs) { argument
41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_output_reads.cpp115 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp); local
116 return new(ctx) ir_assignment(lhs, rhs);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
161 const char* rhs);
176 const wchar_t* rhs);
244 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0
245 // if this is greater than rhs.
246 int Compare(const String& rhs) const;
254 bool operator<(const String& rhs) const { return Compare(rhs) <
283 operator =(const String& rhs) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc64 CompositeBitmapGlyph::Component::Component(const Component& rhs) argument
65 : glyph_code_(rhs.glyph_code_),
66 x_offset_(rhs.x_offset_),
67 y_offset_(rhs.y_offset_) {
71 const CompositeBitmapGlyph::Component& rhs) {
72 return glyph_code_ == rhs.glyph_code_;
76 const CompositeBitmapGlyph::Component& rhs) {
77 glyph_code_ = rhs.glyph_code_;
78 x_offset_ = rhs.x_offset_;
79 y_offset_ = rhs
70 operator ==( const CompositeBitmapGlyph::Component& rhs) argument
75 operator =( const CompositeBitmapGlyph::Component& rhs) argument
[all...]
/external/chromium_org/tools/gn/
H A Dlabel.h131 inline void swap(Label& lhs, Label& rhs) { argument
132 lhs.swap(rhs);
H A Dsource_dir.h122 inline void swap(SourceDir& lhs, SourceDir& rhs) { argument
123 lhs.swap(rhs);
H A Dsource_file.h108 inline void swap(SourceFile& lhs, SourceFile& rhs) { argument
109 lhs.swap(rhs);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_collator.h32 // Returns true if lhs preceeds rhs.
53 // Returns true if lhs preceeds rhs.
95 // Returns true if lhs precedes rhs.
96 bool operator()(const Element& lhs, const Element& rhs) { argument
98 const base::string16& rhs_string_key = rhs.GetStringKey();
112 const base::string16& rhs) {
116 return lhs < rhs;
117 return base::i18n::CompareString16WithCollator(collator_, lhs, rhs) ==
110 operator ()( const base::string16& lhs, const base::string16& rhs) argument
/external/chromium_org/ui/base/
H A Dlayout.cc31 bool ScaleFactorComparator(const ScaleFactor& lhs, const ScaleFactor& rhs){ argument
32 return GetScaleForScaleFactor(lhs) < GetScaleForScaleFactor(rhs);
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.h22 bool IsEqual(const Matrix3F& rhs) const;
25 bool IsNear(const Matrix3F& rhs, float precision) const;
102 inline bool operator==(const Matrix3F& lhs, const Matrix3F& rhs) { argument
103 return lhs.IsEqual(rhs);

Completed in 3423 milliseconds

1234567891011>>