Home
last modified time | relevance | path

Searched refs:max_limb_value (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp193 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dadd.hpp227 …IC_CONSTANT(double_limb_type, borrow = static_cast<double_limb_type>(CppInt1::max_limb_value) + 1); in subtract_unsigned()
259 pr[i] = CppInt1::max_limb_value; in subtract_unsigned()
418 …limbs()[0] < cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::max_limb_value)) in eval_increment()
432 …limbs()[0] < cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::max_limb_value)) in eval_decrement()
H A Dmultiply.hpp147 …ocator1>::max_limb_value) * static_cast<double_limb_type>(cpp_int_backend<MinBits1, MaxBits1, Sign… in eval_multiply()
158 …T(carry <= (cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::max_limb_value)); in eval_multiply()
H A Ddivide.hpp166 if(v > CppInt1::max_limb_value) in divide_unsigned_helper()
206 else if(CppInt1::max_limb_value - pr[shift] > guess) in divide_unsigned_helper()