Home | History | Annotate | Download | only in util

Lines Matching defs:pmul

66   { return padd(c, pmul(x,y)); }
68 EIGEN_STRONG_INLINE Scalar pmul(const LhsScalar& x, const RhsScalar& y) const
75 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const { return internal::pmul(x,y); }
82 { return c + pmul(x,y); }
84 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
92 { return c + pmul(x,y); }
94 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
102 { return c + pmul(x,y); }
104 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const Scalar& y) const
112 { return padd(c, pmul(x,y)); }
113 EIGEN_STRONG_INLINE Scalar pmul(const Scalar& x, const RealScalar& y) const
121 { return padd(c, pmul(x,y)); }
122 EIGEN_STRONG_INLINE Scalar pmul(const RealScalar& x, const Scalar& y) const