Home | History | Annotate | Download | only in util

Lines Matching defs:pmul

60   EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const { return internal::pmul(x,y); }
67 { return c + pmul(x,y); }
69 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
77 { return c + pmul(x,y); }
79 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
87 { return c + pmul(x,y); }
89 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
97 { return padd(c, pmul(x,y)); }
98 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const RealScalar& y) const
106 { return padd(c, pmul(x,y)); }
107 EIGEN_STRONG_INLINE Scalar pmul(const RealScalar& x, const Scalar& y) const