Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/
Dmpfr.hpp90 struct mpfr_float_imp<digits10, allocate_dynamic> struct
93 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() function
107 mpfr_float_imp(unsigned digits2) in mpfr_float_imp() argument
113 mpfr_float_imp(const mpfr_float_imp& o) in mpfr_float_imp() function
120 mpfr_float_imp(mpfr_float_imp&& o) BOOST_NOEXCEPT in mpfr_float_imp() function
126 mpfr_float_imp& operator=(const mpfr_float_imp& o) in operator =()
[all …]