|
| void | boost::multiprecision::backends::detail::raise_overflow (std::string op) |
| |
| void | boost::multiprecision::backends::detail::raise_add_overflow () |
| |
| void | boost::multiprecision::backends::detail::raise_subtract_overflow () |
| |
| void | boost::multiprecision::backends::detail::raise_mul_overflow () |
| |
| void | boost::multiprecision::backends::detail::raise_div_overflow () |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_add_imp (A a, A b, const mpl::true_ &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_add_imp (A a, A b, const mpl::false_ &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_add (A a, A b, const mpl::int_< checked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_add (A a, A b, const mpl::int_< unchecked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_subtract_imp (A a, A b, const mpl::true_ &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_subtract_imp (A a, A b, const mpl::false_ &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_subtract (A a, A b, const mpl::int_< checked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_subtract (A a, A b, const mpl::int_< unchecked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_multiply (A a, A b, const mpl::int_< checked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_multiply (A a, A b, const mpl::int_< unchecked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_divide (A a, A b, const mpl::int_< checked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_divide (A a, A b, const mpl::int_< unchecked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_left_shift (A a, unsigned long long shift, const mpl::int_< checked > &) |
| |
| template<class A > |
| A | boost::multiprecision::backends::detail::checked_left_shift (A a, unsigned long long shift, const mpl::int_< unchecked > &) |
| |