Searched defs:mpfr_float_imp (Results 1 – 1 of 1) sorted by relevance
90 struct mpfr_float_imp<digits10, allocate_dynamic> struct93 typedef mpl::list<long, boost::long_long_type> signed_types;94 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types;99 typedef mpl::list<double, long double> float_types;100 typedef long exponent_type;102 mpfr_float_imp() in mpfr_float_imp() function107 mpfr_float_imp(unsigned digits2) in mpfr_float_imp() argument113 mpfr_float_imp(const mpfr_float_imp& o) in mpfr_float_imp() function120 mpfr_float_imp(mpfr_float_imp&& o) BOOST_NOEXCEPT in mpfr_float_imp() function126 mpfr_float_imp& operator=(const mpfr_float_imp& o) in operator =()[all …]