Home | History | Annotate | Download | only in Core

Lines Matching refs:_y

153   EIGEN_STRONG_INLINE const Scalar operator() (const Scalar& _x, const Scalar& _y) const
158 Scalar p = (max)(_x, _y);
159 Scalar q = (min)(_x, _y);