Searched refs:verify_limb_mask (Results 1 – 1 of 1) 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 D | cpp_int.hpp | 156 inline void verify_limb_mask(bool b, U limb, U mask, const mpl::int_<checked>&) in verify_limb_mask() function 163 inline void verify_limb_mask(bool /*b*/, U /*limb*/, U /*mask*/, const mpl::int_<unchecked>&){} in verify_limb_mask() function 490 …detail::verify_limb_mask(m_limbs == internal_limb_count, p[internal_limb_count-1], upper_limb_mask… in normalize() 632 …detail::verify_limb_mask(m_limbs == internal_limb_count, p[internal_limb_count-1], upper_limb_mask… in normalize() 830 detail::verify_limb_mask(true, m_data, limb_mask, checked_type()); in normalize() 981 detail::verify_limb_mask(true, m_data, limb_mask, checked_type()); in normalize()
|