Home
last modified time | relevance | path

Searched defs:gmp_float_imp (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/multiprecision/
Dgmp.hpp84 struct gmp_float_imp struct
87 typedef mpl::list<long, boost::long_long_type> signed_types;
88 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types;
93 typedef mpl::list<double, long double> float_types;
94 typedef long exponent_type;
96 gmp_float_imp() BOOST_NOEXCEPT in gmp_float_imp() function
101 gmp_float_imp(const gmp_float_imp& o) in gmp_float_imp() function
114 gmp_float_imp(gmp_float_imp&& o) BOOST_NOEXCEPT in gmp_float_imp() function
120 gmp_float_imp& operator=(const gmp_float_imp& o) in operator =()
140 gmp_float_imp& operator=(gmp_float_imp&& o) BOOST_NOEXCEPT in operator =()
[all …]