Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_quotient_op

208 template<typename LhsScalar,typename RhsScalar> struct scalar_quotient_op {
214 EIGEN_EMPTY_STRUCT_CTOR(scalar_quotient_op)
221 struct functor_traits<scalar_quotient_op<LhsScalar,RhsScalar> > {
224 PacketAccess = scalar_quotient_op<LhsScalar,RhsScalar>::Vectorizable
658 template<typename LhsScalar,typename RhsScalar> struct functor_is_product_like<scalar_quotient_op<LhsScalar,RhsScalar> > { enum { ret = 1 }; };