Searched defs:gmp_int (Results 1 – 2 of 2) sorted by relevance
13 class gmp_int { class15 inline gmp_int(const mpq_class& input) : v_(input) {} in gmp_int() function in boost::polygon::gmp_int17 inline gmp_int() {} in gmp_int() function in boost::polygon::gmp_int18 explicit inline gmp_int(long input) : v_(input) {} in gmp_int() function in boost::polygon::gmp_int19 inline gmp_int(const gmp_int& input) : v_(input.v_) {} in gmp_int() function in boost::polygon::gmp_int
1117 struct gmp_int struct1120 typedef mpl::list<long, boost::long_long_type> signed_types;1121 typedef mpl::list<unsigned long, boost::ulong_long_type> unsigned_types;1126 typedef mpl::list<double, long double> float_types;1128 gmp_int() in gmp_int() function1132 gmp_int(const gmp_int& o) in gmp_int() argument1140 gmp_int(gmp_int&& o) BOOST_NOEXCEPT in gmp_int() function1146 explicit gmp_int(const mpf_t val) in gmp_int() argument1151 gmp_int(const mpz_t val) in gmp_int() function1155 explicit gmp_int(const mpq_t val) in gmp_int() argument[all …]