Searched defs:gmp_float_imp (Results 1 – 1 of 1) sorted by relevance
84 struct gmp_float_imp struct87 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() function101 gmp_float_imp(const gmp_float_imp& o) in gmp_float_imp() function114 gmp_float_imp(gmp_float_imp&& o) BOOST_NOEXCEPT in gmp_float_imp() function120 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 …]