#include <boost/integer.hpp>
#include <boost/integer_traits.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/int.hpp>
#include <boost/static_assert.hpp>
#include <boost/assert.hpp>
Classes | |
struct | boost::multiprecision::detail::largest_signed_type< N > |
struct | boost::multiprecision::detail::largest_unsigned_type< N > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::multiprecision | |
boost::multiprecision::detail | |
Macros | |
#define | BOOST_MP_USER_DEFINED_LITERALS |
Typedefs | |
typedef detail::largest_unsigned_type < 32 >::type | boost::multiprecision::limb_type |
typedef detail::largest_signed_type < 32 >::type | boost::multiprecision::signed_limb_type |
typedef detail::largest_unsigned_type < 64 >::type | boost::multiprecision::double_limb_type |
typedef detail::largest_signed_type < 64 >::type | boost::multiprecision::signed_double_limb_type |
Functions | |
limb_type | boost::multiprecision::block_multiplier (unsigned count) |
template<class T > | |
void | boost::multiprecision::minmax (const T &a, const T &b, T &aa, T &bb) |
#define BOOST_MP_USER_DEFINED_LITERALS |