|
template<typename RealType > |
RealType | boost::math::detail::owens_t_znorm1 (const RealType x) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_znorm2 (const RealType x) |
|
template<typename RealType > |
unsigned short | boost::math::detail::owens_t_compute_code (const RealType h, const RealType a) |
|
template<typename RealType > |
unsigned short | boost::math::detail::owens_t_get_order_imp (const unsigned short icode, RealType, const mpl::int_< 53 > &) |
|
template<typename RealType > |
unsigned short | boost::math::detail::owens_t_get_order_imp (const unsigned short icode, RealType, const mpl::int_< 64 > &) |
|
template<typename RealType , typename Policy > |
unsigned short | boost::math::detail::owens_t_get_order (const unsigned short icode, RealType r, const Policy &) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::owens_t_T1 (const RealType h, const RealType a, const unsigned short m, const Policy &pol) |
|
template<typename RealType , class Policy > |
RealType | boost::math::detail::owens_t_T2 (const RealType h, const RealType a, const unsigned short m, const RealType ah, const Policy &, const mpl::false_ &) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_T3_imp (const RealType h, const RealType a, const RealType ah, const mpl::int_< 53 > &) |
|
template<class RealType > |
RealType | boost::math::detail::owens_t_T3_imp (const RealType h, const RealType a, const RealType ah, const mpl::int_< 64 > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::detail::owens_t_T3 (const RealType h, const RealType a, const RealType ah, const Policy &) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_T4 (const RealType h, const RealType a, const unsigned short m) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_T5_imp (const RealType h, const RealType a, const mpl::int_< 53 > &) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_T5_imp (const RealType h, const RealType a, const mpl::int_< 64 > &) |
|
template<class RealType , class Policy > |
RealType | boost::math::detail::owens_t_T5 (const RealType h, const RealType a, const Policy &) |
|
template<typename RealType > |
RealType | boost::math::detail::owens_t_T6 (const RealType h, const RealType a) |
|
template<class T , class Policy > |
std::pair< T, T > | boost::math::detail::owens_t_T1_accelerated (T h, T a, const Policy &pol) |
|
template<typename RealType , class Policy > |
RealType | boost::math::detail::owens_t_T2 (const RealType h, const RealType a, const unsigned short m, const RealType ah, const Policy &, const mpl::true_ &) |
|
template<typename RealType , class Policy > |
std::pair< RealType, RealType > | boost::math::detail::owens_t_T2_accelerated (const RealType h, const RealType a, const RealType ah, const Policy &) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::T4_mp (const RealType h, const RealType a, const Policy &pol) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, mpl::int_< 64 > const &) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, const mpl::int_< 65 > &) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol, const mpl::int_< 0 > &) |
|
template<typename RealType , typename Policy > |
RealType | boost::math::detail::owens_t_dispatch (const RealType h, const RealType a, const RealType ah, const Policy &pol) |
|
template<typename RealType , class Policy > |
RealType | boost::math::detail::owens_t (RealType h, RealType a, const Policy &pol) |
|
template<class T1 , class T2 , class Policy > |
tools::promote_args< T1, T2 >::type | boost::math::owens_t (T1 h, T2 a, const Policy &pol) |
|
template<class T1 , class T2 > |
tools::promote_args< T1, T2 >::type | boost::math::owens_t (T1 h, T2 a) |
|