Lines Matching refs:Impl
540 * igamma_impl::Impl(), so call it, rather than igamma_impl::Run().
546 return (one - igamma_impl<Scalar>::Impl(a, x));
549 return Impl(a, x);
553 /* igamma_impl calls igammac_impl::Impl. */
563 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x) {
729 * igammac_impl::Impl(), so call it, rather than igammac_impl::Run().
735 return (one - igammac_impl<Scalar>::Impl(a, x));
738 return Impl(a, x);
742 /* igammac_impl calls igamma_impl::Impl. */
752 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x) {