Searched refs:lhs (Results 76 - 100 of 695) sorted by relevance

1234567891011>>

/external/ltrace/
H A Dexpr.h43 struct expr_node *lhs; member in struct:expr_node
60 struct value *lhs,
64 struct value *lhs,
98 struct expr_node *lhs, int own_lhs,
103 void expr_init_up(struct expr_node *node, struct expr_node *lhs, int own_lhs);
112 struct expr_node *lhs, int own_lhs, void *data);
119 struct value *lhs, struct value *rhs,
122 struct expr_node *lhs, int own_lhs,
H A Dzero.c30 zero_callback_max(struct value *ret_value, struct value *lhs, argument
37 if (value_init_element(&element, lhs, i) < 0)
57 zero_callback(struct value *ret_value, struct value *lhs, argument
68 return zero_callback_max(ret_value, lhs, arguments, max, data);
74 zero1_callback(struct value *ret_value, struct value *lhs, argument
77 return zero_callback_max(ret_value, lhs, arguments, (size_t)-1, data);
H A Dexpr.c32 node->lhs = NULL;
78 struct expr_node *lhs, int own_lhs,
82 node->lhs = lhs;
89 expr_init_up(struct expr_node *node, struct expr_node *lhs, int own_lhs) argument
91 assert(lhs != NULL);
93 node->lhs = lhs;
101 struct expr_node *lhs, int own_lhs, void *data)
104 node->lhs
77 expr_init_index(struct expr_node *node, struct expr_node *lhs, int own_lhs, struct expr_node *rhs, int own_rhs) argument
98 expr_init_cb1(struct expr_node *node, int (*cb)(struct value *ret_value, struct value *value, struct value_dict *arguments, void *data), struct expr_node *lhs, int own_lhs, void *data) argument
111 expr_init_cb2(struct expr_node *node, int (*cb)(struct value *ret_value, struct value *lhs, struct value *rhs, struct value_dict *arguments, void *data), struct expr_node *lhs, int own_lhs, struct expr_node *rhs, int own_rhs, void *data) argument
297 struct value lhs; local
323 struct value lhs; local
[all...]
/external/chromium_org/net/base/
H A Dhash_value.h90 bool operator()(const SHA1HashValue& lhs, argument
92 return memcmp(lhs.data, rhs.data, sizeof(lhs.data)) < 0;
98 bool operator()(const SHA256HashValue& lhs, argument
100 return memcmp(lhs.data, rhs.data, sizeof(lhs.data)) < 0;
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_f.cc44 double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs) { argument
45 return static_cast<double>(lhs.x()) * rhs.y() -
46 static_cast<double>(lhs.y()) * rhs.x();
49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { argument
50 return static_cast<double>(lhs.x()) * rhs.x() +
51 static_cast<double>(lhs.y()) * rhs.y();
H A Dvector2d.h70 inline bool operator==(const Vector2d& lhs, const Vector2d& rhs) { argument
71 return lhs.x() == rhs.x() && lhs.y() == rhs.y();
78 inline Vector2d operator+(const Vector2d& lhs, const Vector2d& rhs) { argument
79 Vector2d result = lhs;
84 inline Vector2d operator-(const Vector2d& lhs, const Vector2d& rhs) { argument
85 Vector2d result = lhs;
H A Dpoint3_f.h85 inline bool operator==(const Point3F& lhs, const Point3F& rhs) { argument
86 return lhs.x() == rhs.x() && lhs.y() == rhs.y() && lhs.z() == rhs.z();
89 inline bool operator!=(const Point3F& lhs, const Point3F& rhs) { argument
90 return !(lhs == rhs);
94 GFX_EXPORT Point3F operator+(const Point3F& lhs, const Vector3dF& rhs);
98 GFX_EXPORT Point3F operator-(const Point3F& lhs, const Vector3dF& rhs);
102 GFX_EXPORT Vector3dF operator-(const Point3F& lhs, const Point3F& rhs);
H A Dsize.h54 inline bool operator==(const Size& lhs, const Size& rhs) { argument
55 return lhs.width() == rhs.width() && lhs.height() == rhs.height();
58 inline bool operator!=(const Size& lhs, const Size& rhs) { argument
59 return !(lhs == rhs);
H A Dsize_f.h35 inline bool operator==(const SizeF& lhs, const SizeF& rhs) { argument
36 return lhs.width() == rhs.width() && lhs.height() == rhs.height();
39 inline bool operator!=(const SizeF& lhs, const SizeF& rhs) { argument
40 return !(lhs == rhs);
/external/lldb/include/lldb/Core/
H A DUUID.h100 bool operator == (const UUID &lhs, const UUID &rhs);
101 bool operator != (const UUID &lhs, const UUID &rhs);
102 bool operator < (const UUID &lhs, const UUID &rhs);
103 bool operator <= (const UUID &lhs, const UUID &rhs);
104 bool operator > (const UUID &lhs, const UUID &rhs);
105 bool operator >= (const UUID &lhs, const UUID &rhs);
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_util.cc94 bool SameMode(const drmModeModeInfo& lhs, const drmModeModeInfo& rhs) { argument
95 return lhs.clock == rhs.clock &&
96 lhs.hdisplay == rhs.hdisplay &&
97 lhs.vdisplay == rhs.vdisplay &&
98 lhs.vrefresh == rhs.vrefresh &&
99 lhs.hsync_start == rhs.hsync_start &&
100 lhs.hsync_end == rhs.hsync_end &&
101 lhs.htotal == rhs.htotal &&
102 lhs.hskew == rhs.hskew &&
103 lhs
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const { argument
134 return lhs.fBounds.*fSide < rhs.fBounds.*fSide;
141 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) { argument
142 return ((lhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1) <
143 ((rhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1);
148 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) { argument
149 return ((lhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1) <
150 ((rhs.fBounds.fBottom - lhs
[all...]
/external/skia/src/core/
H A DSkRTree.h133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const { argument
134 return lhs.fBounds.*fSide < rhs.fBounds.*fSide;
141 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) { argument
142 return ((lhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1) <
143 ((rhs.fBounds.fRight - lhs.fBounds.fLeft) >> 1);
148 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) { argument
149 return ((lhs.fBounds.fBottom - lhs.fBounds.fTop) >> 1) <
150 ((rhs.fBounds.fBottom - lhs
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DConservativeSparseSparseProduct.h18 static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
24 Index rows = lhs.innerSize();
26 eigen_assert(lhs.outerSize() == rhs.innerSize());
34 // of the lhs differs in average of one non zeros, thus the number of non zeros for
35 // the product of a rhs column with the lhs is X+Y where X is the average number of non zero
36 // per column of the lhs.
37 // Therefore, we have nnz(lhs*rhs) = nnz(lhs) + nnz(rhs)
38 Index estimated_nnz_prod = lhs.nonZeros() + rhs.nonZeros();
52 for (typename Lhs::InnerIterator lhsIt(lhs,
135 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
150 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
163 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
176 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
191 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
203 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
216 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
229 run(const Lhs& lhs, const Rhs& rhs, ResultType& res) argument
[all...]
/external/eigen/blas/
H A DPackedTriangularSolverVector.h25 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
31 lhs += IsLower ? 0 : (size*(size+1)>>1)-1;
37 rhs[i] -= (ConjLhsType(LhsMap(lhs+s,pi))
40 rhs[i] /= cj(lhs[IsLower ? i : 0]);
41 IsLower ? lhs += pi+1 : lhs -= pi+2; local
53 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
59 lhs += IsLower ? 0 : size*(size-1)>>1;
65 rhs[i] /= cj(lhs[IsLower ? 0 : i]);
68 rhs[i] * ConjLhsType(LhsMap(lhs
69 IsLower ? lhs += size-pi : lhs -= r; local
77 run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
[all...]
/external/lldb/source/Host/common/
H A DTimeValue.cpp169 lldb_private::operator == (const TimeValue &lhs, const TimeValue &rhs) argument
171 return lhs.GetAsNanoSecondsSinceJan1_1970() == rhs.GetAsNanoSecondsSinceJan1_1970();
175 lldb_private::operator != (const TimeValue &lhs, const TimeValue &rhs) argument
177 return lhs.GetAsNanoSecondsSinceJan1_1970() != rhs.GetAsNanoSecondsSinceJan1_1970();
181 lldb_private::operator < (const TimeValue &lhs, const TimeValue &rhs) argument
183 return lhs.GetAsNanoSecondsSinceJan1_1970() < rhs.GetAsNanoSecondsSinceJan1_1970();
187 lldb_private::operator <= (const TimeValue &lhs, const TimeValue &rhs) argument
189 return lhs.GetAsNanoSecondsSinceJan1_1970() <= rhs.GetAsNanoSecondsSinceJan1_1970();
193 lldb_private::operator > (const TimeValue &lhs, const TimeValue &rhs) argument
195 return lhs
199 operator >=(const TimeValue &lhs, const TimeValue &rhs) argument
205 operator -(const TimeValue &lhs, const TimeValue &rhs) argument
[all...]
/external/oprofile/libpp/
H A Dsymbol_sort.cpp44 symbol_entry const & lhs, symbol_entry const & rhs)
48 if (lhs.sample.counts[0] < rhs.sample.counts[0])
50 if (lhs.sample.counts[0] > rhs.sample.counts[0])
55 return symbol_names.demangle(lhs.name).compare(
59 return image_compare(lhs.image_name, rhs.image_name);
62 return image_compare(lhs.app_name, rhs.app_name);
65 if (lhs.sample.vma < rhs.sample.vma)
67 if (lhs.sample.vma > rhs.sample.vma)
72 file_location const & f1 = lhs.sample.file_loc;
99 bool operator()(symbol_entry const * lhs, argument
43 compare_by(sort_options::sort_order order, symbol_entry const & lhs, symbol_entry const & rhs) argument
113 operator ()(symbol_entry const & lhs, symbol_entry const & rhs) const argument
[all...]
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.h89 bool operator()(const StoragePartitionConfig& lhs, argument
91 if (lhs.partition_domain != rhs.partition_domain)
92 return lhs.partition_domain < rhs.partition_domain;
93 else if (lhs.partition_name != rhs.partition_name)
94 return lhs.partition_name < rhs.partition_name;
95 else if (lhs.in_memory != rhs.in_memory)
96 return lhs.in_memory < rhs.in_memory;
/external/chromium_org/ppapi/proxy/
H A Dprinting_resource_unittest.cc32 bool PP_SizeEqual(const PP_Size& lhs, const PP_Size& rhs) { argument
33 return lhs.width == rhs.width && lhs.height == rhs.height;
36 bool PP_RectEqual(const PP_Rect& lhs, const PP_Rect& rhs) { argument
37 return lhs.point.x == rhs.point.x &&
38 lhs.point.y == rhs.point.y &&
39 PP_SizeEqual(lhs.size, rhs.size);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCheckedArithmetic.h237 static inline bool signsMatch(LHS lhs, RHS rhs) argument
239 return (lhs ^ rhs) >= 0;
242 static inline bool add(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
244 if (signsMatch(lhs, rhs)) {
245 if (lhs >= 0) {
246 if ((std::numeric_limits<ResultType>::max() - rhs) < lhs)
249 ResultType temp = lhs - std::numeric_limits<ResultType>::min();
254 result = lhs + rhs;
258 static inline bool sub(LHS lhs, RHS rhs, ResultType& result) WARN_UNUSED_RETURN
260 if (!signsMatch(lhs, rh
298 equals(LHS lhs, RHS rhs) argument
334 equals(LHS lhs, RHS rhs) argument
339 add(int64_t lhs, int64_t rhs, ResultType& result) argument
350 sub(int64_t lhs, int64_t rhs, ResultType& result) argument
361 multiply(int64_t lhs, int64_t rhs, ResultType& result) argument
372 equals(int lhs, unsigned rhs) argument
379 add(int64_t lhs, int64_t rhs, ResultType& result) argument
384 sub(int64_t lhs, int64_t rhs, ResultType& result) argument
389 multiply(int64_t lhs, int64_t rhs, ResultType& result) argument
394 equals(unsigned lhs, int rhs) argument
400 safeAdd(U lhs, V rhs, R& result) argument
405 safeSub(U lhs, V rhs, R& result) argument
410 safeMultiply(U lhs, V rhs, R& result) argument
415 safeEquals(U lhs, V rhs) argument
644 operator +(Checked<U, OverflowHandler> lhs, Checked<V, OverflowHandler> rhs) argument
656 operator -(Checked<U, OverflowHandler> lhs, Checked<V, OverflowHandler> rhs) argument
668 operator *(Checked<U, OverflowHandler> lhs, Checked<V, OverflowHandler> rhs) argument
680 operator +(Checked<U, OverflowHandler> lhs, V rhs) argument
685 operator -(Checked<U, OverflowHandler> lhs, V rhs) argument
690 operator *(Checked<U, OverflowHandler> lhs, V rhs) argument
695 operator +(U lhs, Checked<V, OverflowHandler> rhs) argument
700 operator -(U lhs, Checked<V, OverflowHandler> rhs) argument
705 operator *(U lhs, Checked<V, OverflowHandler> rhs) argument
[all...]
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h148 inline CoeffBasedProduct(const Lhs& lhs, const Rhs& rhs) argument
149 : m_lhs(lhs), m_rhs(rhs)
155 eigen_assert(lhs.cols() == rhs.rows()
200 const _LhsNested& lhs() const { return m_lhs; } function in class:Eigen::CoeffBasedProduct
242 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
244 product_coeff_impl<DefaultTraversal, UnrollingIndex-1, Lhs, Rhs, RetScalar>::run(row, col, lhs, rhs, res);
245 res += lhs.coeff(row, UnrollingIndex) * rhs.coeff(UnrollingIndex, col);
253 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
255 res = lhs.coeff(row, 0) * rhs.coeff(0, col);
263 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, cons argument
281 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) argument
292 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) argument
304 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, RetScalar &res) argument
317 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
329 run(Index , Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
339 run(Index row, Index , const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
349 run(Index , Index , const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
359 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::Scalar &res) argument
373 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
384 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
395 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
405 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet &res) argument
415 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) argument
428 run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, Packet& res) argument
[all...]
/external/chromium_org/base/
H A Dversion_unittest.cc66 const char* lhs; member in struct:__anon2592::version_compare
82 Version lhs(cases[i].lhs);
84 EXPECT_EQ(lhs.CompareTo(rhs), cases[i].expected) <<
85 cases[i].lhs << " ? " << cases[i].rhs;
87 EXPECT_EQ(lhs.IsOlderThan(cases[i].rhs), (cases[i].expected == -1));
93 const char* lhs; member in struct:__anon2592::version_compare
112 const Version version(cases[i].lhs);
114 EXPECT_EQ(result, cases[i].expected) << cases[i].lhs << "?" << cases[i].rhs;
/external/chromium_org/ui/gfx/test/
H A Dgfx_util.h24 const BoxF& lhs,
32 const RectF& lhs,
40 SkColor lhs,
/external/chromium_org/ash/accelerators/
H A Daccelerator_table_unittest.cc16 bool operator()(const AcceleratorData& lhs, argument
18 if (lhs.trigger_on_press != rhs.trigger_on_press)
19 return lhs.trigger_on_press < rhs.trigger_on_press;
20 if (lhs.keycode != rhs.keycode)
21 return lhs.keycode < rhs.keycode;
22 return lhs.modifiers < rhs.modifiers;
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_unittest.cc22 bool operator==(const ZoomController::ZoomChangedEventData& lhs, argument
24 return lhs.web_contents == rhs.web_contents &&
25 lhs.old_zoom_level == rhs.old_zoom_level &&
26 lhs.new_zoom_level == rhs.new_zoom_level &&
27 lhs.zoom_mode == rhs.zoom_mode &&
28 lhs.can_show_bubble == rhs.can_show_bubble;

Completed in 1022 milliseconds

1234567891011>>