| 
| template<class T , class Policy >  | 
| T  | boost::math::detail::log1p_imp (T const &x, const Policy &pol, const mpl::int_< 0 > &) | 
|   | 
| template<class T , class Policy >  | 
| T  | boost::math::detail::log1p_imp (T const &x, const Policy &pol, const mpl::int_< 53 > &) | 
|   | 
| template<class T , class Policy >  | 
| T  | boost::math::detail::log1p_imp (T const &x, const Policy &pol, const mpl::int_< 64 > &) | 
|   | 
| template<class T , class Policy >  | 
| T  | boost::math::detail::log1p_imp (T const &x, const Policy &pol, const mpl::int_< 24 > &) | 
|   | 
| template<class T , class Policy >  | 
| tools::promote_args< T >::type  | boost::math::log1p (T x, const Policy &) | 
|   | 
| template<class T >  | 
| tools::promote_args< T >::type  | boost::math::log1p (T x) | 
|   | 
| template<class T , class Policy >  | 
| tools::promote_args< T >::type  | boost::math::log1pmx (T x, const Policy &pol) | 
|   | 
| template<class T >  | 
| tools::promote_args< T >::type  | boost::math::log1pmx (T x) | 
|   |