Home
last modified time | relevance | path

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

/third_party/boost/boost/polygon/
Dgmp_override.hpp13 class gmp_int { class
15 inline gmp_int(const mpq_class& input) : v_(input) {} in gmp_int() function in boost::polygon::gmp_int
17 inline gmp_int() {} in gmp_int() function in boost::polygon::gmp_int
18 explicit inline gmp_int(long input) : v_(input) {} in gmp_int() function in boost::polygon::gmp_int
19 inline gmp_int(const gmp_int& input) : v_(input.v_) {} in gmp_int() function in boost::polygon::gmp_int
/third_party/boost/boost/multiprecision/
Dgmp.hpp1117 struct gmp_int struct
1120 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() function
1132 gmp_int(const gmp_int& o) in gmp_int() argument
1140 gmp_int(gmp_int&& o) BOOST_NOEXCEPT in gmp_int() function
1146 explicit gmp_int(const mpf_t val) in gmp_int() argument
1151 gmp_int(const mpz_t val) in gmp_int() function
1155 explicit gmp_int(const mpq_t val) in gmp_int() argument
[all …]