Home | History | Annotate | Download | only in Core

Lines Matching refs:scalar_add_op

671 struct scalar_add_op {
674 inline scalar_add_op(const scalar_add_op& other) : m_other(other.m_other) { }
675 inline scalar_add_op(const Scalar& other) : m_other(other) { }
682 struct functor_traits<scalar_add_op<Scalar> >