| 
| template<class T , class Policy >  | 
| tools::promote_args< T >::type  | boost::math::detail::round (const T &v, const Policy &pol, const mpl::false_) | 
|   | 
| template<class T , class Policy >  | 
| tools::promote_args< T >::type  | boost::math::detail::round (const T &v, const Policy &, const mpl::true_) | 
|   | 
| template<class T , class Policy >  | 
| tools::promote_args< T >::type  | boost::math::round (const T &v, const Policy &pol) | 
|   | 
| template<class T >  | 
| tools::promote_args< T >::type  | boost::math::round (const T &v) | 
|   | 
| template<class T , class Policy >  | 
| int  | boost::math::iround (const T &v, const Policy &pol) | 
|   | 
| template<class T >  | 
| int  | boost::math::iround (const T &v) | 
|   | 
| template<class T , class Policy >  | 
| long  | boost::math::lround (const T &v, const Policy &pol) | 
|   | 
| template<class T >  | 
| long  | boost::math::lround (const T &v) | 
|   |