Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/
Dgmp.hpp441 struct gmp_float : public detail::gmp_float_imp<digits10> struct
443 gmp_float() in gmp_float() argument
447 gmp_float(const gmp_float& o) : detail::gmp_float_imp<digits10>(o) {} in gmp_float() argument
454 gmp_float(const mpf_t val) in gmp_float() function
459 gmp_float(const mpz_t val) in gmp_float() argument
464 gmp_float(const mpq_t val) in gmp_float() argument
470gmp_float(gmp_float&& o) BOOST_NOEXCEPT : detail::gmp_float_imp<digits10>(static_cast<detail::gmp_… in gmp_float() function
473 gmp_float& operator=(const gmp_float& o) in operator =()
479 gmp_float& operator=(gmp_float&& o) BOOST_NOEXCEPT in operator =()
489 gmp_float& operator=(const mpf_t val) in operator =()
[all …]