Searched defs:mpfi_float_imp (Results 1 – 1 of 1) sorted by relevance
64 struct mpfi_float_imp struct67 typedef mpl::list<long, boost::long_long_type> signed_types;68 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types;73 typedef mpl::list<double, long double> float_types;74 typedef long exponent_type;76 mpfi_float_imp() in mpfi_float_imp() function81 mpfi_float_imp(unsigned prec) in mpfi_float_imp() function87 mpfi_float_imp(const mpfi_float_imp& o) in mpfi_float_imp() function94 mpfi_float_imp(mpfi_float_imp&& o) BOOST_NOEXCEPT in mpfi_float_imp() argument100 mpfi_float_imp& operator=(const mpfi_float_imp& o) in operator =()[all …]