Home
last modified time | relevance | path

Searched refs:owens_t_dispatch (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/special_functions/
Dowens_t.hpp779 …inline RealType owens_t_dispatch(const RealType h, const RealType a, const RealType ah, const Poli… in owens_t_dispatch() function
838 …inline RealType owens_t_dispatch(const RealType h, const RealType a, const RealType ah, const Poli… in owens_t_dispatch() function
959 return owens_t_dispatch(h, a, ah, pol, boost::integral_constant<int, 64>()); in owens_t_dispatch()
962 …inline RealType owens_t_dispatch(const RealType h, const RealType a, const RealType ah, const Poli… in owens_t_dispatch() function
966 return owens_t_dispatch(h, a, ah, pol, boost::integral_constant<int, 64>()); in owens_t_dispatch()
967 return owens_t_dispatch(h, a, ah, pol, boost::integral_constant<int, 65>()); in owens_t_dispatch()
970 …inline RealType owens_t_dispatch(const RealType h, const RealType a, const RealType ah, const Poli… in owens_t_dispatch() function
979 return owens_t_dispatch(h, a, ah, pol, tag_type()); in owens_t_dispatch()
1000 val = owens_t_dispatch(h, fabs_a, fabs_ah, pol); in owens_t()
1009 owens_t_dispatch(fabs_ah, static_cast<RealType>(1 / fabs_a), h, pol); in owens_t()
[all …]