Home
last modified time | relevance | path

Searched refs:m_other (Results 1 – 9 of 9) 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.hpp129 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
130 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
132 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
133 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
138 SectionInfo const& m_other; member
/external/eigen/Eigen/src/SPQRSupport/
DSuiteSparseQRSupport.h258 …SPQR_QProduct(const SPQRType& spqr, const Derived& other, bool transpose) : m_spqr(spqr),m_other(o…
261 inline Index cols() const { return m_other.cols(); }
270 y_cd = viewAsCholmod(m_other.const_cast_derived());
276 const Derived& m_other;
/external/eigen/Eigen/src/SparseQR/
DSparseQR.h606 m_qr(qr),m_other(other),m_transpose(transpose) {}
608 inline Index cols() const { return m_other.cols(); }
617 res = m_other;
620 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");
635 eigen_assert(m_qr.m_Q.rows() == m_other.rows() && "Non conforming object sizes");
652 const Derived& m_other;
/external/eigen/Eigen/src/Core/util/
DBlasUtil.h318 { return x.lhs().functor().m_other * Base::extractScalarFactor(x.rhs()); }
329 { return Base::extractScalarFactor(x.lhs()) * x.rhs().functor().m_other; }
/external/eigen/Eigen/src/Core/
DAssign_MKL.h149 …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/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/catch2/single_include/catch2/
Dcatch.hpp5186 BySectionInfo( SectionInfo const& other ) : m_other( other ) {} in BySectionInfo()
5187 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {} in BySectionInfo()
5189 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
5190 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
5195 SectionInfo const& m_other; member