| H A D | cpp_int.hpp | 193 BOOST_STATIC_CONSTANT(limb_type, max_limb_value = ~static_cast<limb_type>(0u)); 232 : m_data(i), m_limbs(i > max_limb_value ? 2 : 1), m_sign(false), m_internal(true) { } in cpp_int_base() 234 …il::unsigned_abs(i)) > static_cast<double_limb_type>(max_limb_value) ? 2 : 1) : (i > max_limb_valu… in cpp_int_base() 380 …b_type cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false>::max_limb_value; member in boost::multiprecision::backends::cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false> 416 BOOST_STATIC_CONSTANT(limb_type, max_limb_value = ~static_cast<limb_type>(0u)); 450 : m_wrapper(i), m_limbs(i > max_limb_value ? 2 : 1), m_sign(false) {} in cpp_int_base() 453 …pe>(boost::multiprecision::detail::unsigned_abs(i)) > max_limb_value ? 2 : 1) : (i > max_limb_valu… in cpp_int_base() 542 …t limb_type cpp_int_base<MinBits, MinBits, signed_magnitude, Checked, void, false>::max_limb_value; member in boost::multiprecision::backends::cpp_int_base<MinBits, MinBits, signed_magnitude, Checked, void, false> 568 BOOST_STATIC_CONSTANT(limb_type, max_limb_value = ~static_cast<limb_type>(0u)); 601 : m_wrapper(i), m_limbs(i > max_limb_value ? 2 : 1) {} in cpp_int_base() [all …]
|