Searched refs:lhs (Results 201 - 225 of 695) sorted by relevance

1234567891011>>

/external/chromium_org/ui/base/
H A Dpage_transition_types.cc11 bool PageTransitionCoreTypeIs(PageTransition lhs, argument
16 return implicit_cast<int>(PageTransitionStripQualifier(lhs)) ==
/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h87 EIGEN_STRONG_INLINE SparseDiagonalProduct(const Lhs& lhs, const Rhs& rhs) argument
88 : m_lhs(lhs), m_rhs(rhs)
90 eigen_assert(lhs.cols() == rhs.rows() && "invalid sparse matrix * diagonal matrix product");
96 EIGEN_STRONG_INLINE const _LhsNested& lhs() const { return m_lhs; } function in class:Eigen::SparseDiagonalProduct
116 : Base(expr.rhs()*(expr.lhs().diagonal().coeff(outer)), outer)
137 : Base(expr.rhs().innerVector(outer) .cwiseProduct(expr.lhs().diagonal()), 0), m_outer(outer)
154 : Base(expr.lhs()*expr.rhs().diagonal().coeff(outer), outer)
175 : Base(expr.lhs().innerVector(outer) .cwiseProduct(expr.rhs().diagonal().transpose()), 0), m_outer(outer)
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Dpush_back_exception_safety.pass.cpp64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } argument
H A Dpush_front_exception_safety.pass.cpp64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } argument
/external/libcxx/test/containers/sequences/vector/vector.modifiers/
H A Dpush_back_exception_safety.pass.cpp64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } argument
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op!=/
H A Dpointer_string.pass.cpp13 // bool operator!=(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs != rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator!=(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs != rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator!=(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs != rhs) == x);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_operator==/
H A Dpointer_string.pass.cpp13 // bool operator==(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs == rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator==(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs == rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator==(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs == rhs) == x);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_opgt/
H A Dpointer_string.pass.cpp13 // bool operator>(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs > rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator>(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs > rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator>(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs > rhs) == x);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/
H A Dpointer_string.pass.cpp13 // bool operator>=(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs >= rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator>=(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs >= rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator>=(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs >= rhs) == x);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_oplt/
H A Dpointer_string.pass.cpp13 // bool operator<(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs < rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator<(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs < rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator<(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs < rhs) == x);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/
H A Dpointer_string.pass.cpp13 // bool operator<=(const charT* lhs, const basic_string<charT,traits,Allocator>& rhs);
22 test(const typename S::value_type* lhs, const S& rhs, bool x) argument
24 assert((lhs <= rhs) == x);
H A Dstring_pointer.pass.cpp13 // bool operator<=(const basic_string<charT,traits,Allocator>& lhs, const charT* rhs);
22 test(const S& lhs, const typename S::value_type* rhs, bool x) argument
24 assert((lhs <= rhs) == x);
H A Dstring_string.pass.cpp13 // bool operator<=(const basic_string<charT,traits,Allocator>& lhs,
23 test(const S& lhs, const S& rhs, bool x) argument
25 assert((lhs <= rhs) == x);
/external/libcxx/test/utilities/optional/optional.relops/
H A Dequal.pass.cpp29 constexpr bool operator == ( const X &lhs, const X &rhs ) argument
30 { return lhs.i_ == rhs.i_ ; }
H A Dless_than.pass.cpp27 constexpr bool operator < ( const X &lhs, const X &rhs ) argument
28 { return lhs.i_ < rhs.i_ ; }

Completed in 475 milliseconds

1234567891011>>