|
template<class I > |
I | boost::multiprecision::cpp_bf_io_detail::restricted_multiply (cpp_int &result, const cpp_int &a, const cpp_int &b, I max_bits, boost::int64_t &error) |
|
template<class I > |
I | boost::multiprecision::cpp_bf_io_detail::restricted_pow (cpp_int &result, const cpp_int &a, I e, I max_bits, boost::int64_t &error) |
|
int | boost::multiprecision::cpp_bf_io_detail::get_round_mode (const cpp_int &what, boost::int64_t location, boost::int64_t error) |
|
int | boost::multiprecision::cpp_bf_io_detail::get_round_mode (cpp_int &r, cpp_int &d, boost::int64_t error, const cpp_int &q) |
|