|
template<class T > |
T | boost::math::detail::get_smallest_value (mpl::true_ const &) |
|
template<class T > |
T | boost::math::detail::get_smallest_value (mpl::false_ const &) |
|
template<class T > |
T | boost::math::detail::get_smallest_value () |
|
template<class T > |
T | boost::math::detail::get_min_shift_value () |
|
template<class T , class Policy > |
T | boost::math::detail::float_next_imp (const T &val, const Policy &pol) |
|
template<class T , class Policy > |
tools::promote_args< T >::type | boost::math::float_next (const T &, const Policy &) |
|
template<class T > |
tools::promote_args< T >::type | boost::math::float_next (const T &) |
|
template<class T , class Policy > |
T | boost::math::detail::float_prior_imp (const T &val, const Policy &pol) |
|
template<class T , class Policy > |
tools::promote_args< T >::type | boost::math::float_prior (const T &, const Policy &) |
|
template<class T > |
tools::promote_args< T >::type | boost::math::float_prior (const T &) |
|
template<class T , class U , class Policy > |
tools::promote_args< T, U >::type | boost::math::nextafter (const T &, const U &, const Policy &) |
|
template<class T , class U > |
tools::promote_args< T, U >::type | boost::math::nextafter (const T &, const U &) |
|
template<class T , class Policy > |
T | boost::math::detail::float_distance_imp (const T &a, const T &b, const Policy &pol) |
|
template<class T , class U , class Policy > |
tools::promote_args< T, U >::type | boost::math::float_distance (const T &, const U &, const Policy &) |
|
template<class T , class U > |
tools::promote_args< T, U >::type | boost::math::float_distance (const T &, const U &) |
|
template<class T , class Policy > |
T | boost::math::detail::float_advance_imp (T val, int distance, const Policy &pol) |
|
template<class T , class Policy > |
tools::promote_args< T >::type | boost::math::float_advance (T val, int distance, const Policy &pol) |
|
template<class T > |
tools::promote_args< T >::type | boost::math::float_advance (const T &val, int distance) |
|