HomeSort by relevance Sort by last modified time
    Searched defs:numext (Results 1 - 8 of 8) sorted by null

  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsHalf.h 12 namespace numext { namespace in namespace:Eigen
16 return Eigen::half(Eigen::numext::lgamma(static_cast<float>(a)));
19 return Eigen::half(Eigen::numext::digamma(static_cast<float>(a)));
22 return Eigen::half(Eigen::numext::zeta(static_cast<float>(x), static_cast<float>(q)));
25 return Eigen::half(Eigen::numext::polygamma(static_cast<float>(n), static_cast<float>(x)));
28 return Eigen::half(Eigen::numext::erf(static_cast<float>(a)));
31 return Eigen::half(Eigen::numext::erfc(static_cast<float>(a)));
34 return Eigen::half(Eigen::numext::igamma(static_cast<float>(a), static_cast<float>(x)));
37 return Eigen::half(Eigen::numext::igammac(static_cast<float>(a), static_cast<float>(x)));
40 return Eigen::half(Eigen::numext::betainc(static_cast<float>(a), static_cast<float>(b), static_cast<float>(x)))
    [all...]
SpecialFunctionsImpl.h 297 p = numext::floor(q);
310 nz = m_pi / numext::tan(m_pi * nz);
328 y = numext::log(s) - (half / s) - y - w;
568 const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
579 ax = a * numext::log(x) - x - lgamma_impl<Scalar>::run(a);
583 ax = numext::exp(ax);
604 t = numext::abs((ans - r) / r);
613 if (numext::abs(pk) > big) {
756 const Scalar maxlog = numext::log(NumTraits<Scalar>::highest());
761 ax = a * numext::log(x) - x - lgamma_impl<Scalar>::run(a)
1504 namespace numext { namespace in namespace:Eigen
    [all...]
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 90 namespace numext { namespace in namespace:Eigen
110 } // namespace numext
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 536 namespace numext { namespace in namespace:Eigen
  /external/eigen/Eigen/src/Core/util/
Meta.h 466 namespace numext { namespace
488 } // end namespace numext
  /external/eigen/Eigen/src/Core/
MathFunctions.h 827 namespace numext { namespace in namespace:Eigen
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 399 return half(numext::log1p(float(a)));
611 namespace numext { namespace in namespace:Eigen
632 } // namespace numext
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops.h 30 namespace numext { namespace in namespace:Eigen
49 } // namespace numext
58 return numext::asinh(a);
74 return numext::acosh(a);
90 return numext::atanh(a);
110 return numext::pow(a, b);
135 return numext::pow(a, safe_b);
361 return Eigen::numext::floor(x / y);
431 Scalar round_val = Eigen::numext::floor(x);
437 round_val - Scalar(2) * Eigen::numext::floor(Scalar(.5) * x)
    [all...]

Completed in 204 milliseconds