Home
last modified time | relevance | path

Searched refs:m_other (Results 1 – 10 of 10) sorted by relevance

/external/eigen/Eigen/src/Core/functors/
DNullaryFunctors.h19 …IGEN_STRONG_INLINE scalar_constant_op(const scalar_constant_op& other) : m_other(other.m_other) { } in scalar_constant_op()
20 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE scalar_constant_op(const Scalar& other) : m_other(other) { } in scalar_constant_op()
21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const { return m_other; } in operator()
23 …EN_STRONG_INLINE const PacketType packetOp() const { return internal::pset1<PacketType>(m_other); } in packetOp()
24 const Scalar m_other; member
/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp134 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
135 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
137 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
138 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
143 SectionInfo const& m_other; member
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h280 …SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(o…
283 inline Index cols() const { return m_other.cols(); }
292 y_cd = viewAsCholmod(m_other.const_cast_derived());
298 const Derived& m_other;
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h619 m_qr(qr),m_other(other),m_transpose(transpose) {}
621 inline Index cols() const { return m_other.cols(); }
630 res = m_other;
633 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");
648 eigen_assert(m_qr.matrixQ().cols() == m_other.rows() && "Non conforming object sizes");
669 const Derived& m_other;
/external/eigen/Eigen/src/Core/
DAssign_MKL.h151 …VMLTYPE exponent = reinterpret_cast<const VMLTYPE&>(src.rhs().functor().m_other); …
DProductEvaluators.h59 : Base(xpr.lhs().functor().m_other * xpr.rhs().lhs() * xpr.rhs().rhs())
196 …call_assignment_no_alias(dst, (src.lhs().functor().m_other * src.rhs().lhs())*src.rhs().rhs(), fun…
/external/eigen/Eigen/src/Core/util/
DBlasUtil.h455 { return x.lhs().functor().m_other * Base::extractScalarFactor(x.rhs()); }
469 { return Base::extractScalarFactor(x.lhs()) * x.rhs().functor().m_other; }
/external/bcc/tests/cc/
Dcatch.hpp8622 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
8623 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
8625 return node->stats.sectionInfo.lineInfo == m_other.lineInfo; in operator ()()
8629 SectionInfo const& m_other; member
/external/libabigail/tests/lib/
Dcatch.hpp5828 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
5829 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
5831 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
5832 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
5837 SectionInfo const& m_other; member
/external/catch2/single_include/catch2/
Dcatch.hpp5792 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
5793 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
5795 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
5796 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
5801 SectionInfo const& m_other; member