Home
last modified time | relevance | path

Searched refs:sign_bit_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 Dcpp_int.hpp194 BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = static_cast<limb_type>(1u) << (limb_bits - 1));
382 …mb_type cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false>::sign_bit_mask; member in boost::multiprecision::backends::cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false>
417 BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = static_cast<limb_type>(1u) << (limb_bits - 1));
544 …st limb_type cpp_int_base<MinBits, MinBits, signed_magnitude, Checked, void, false>::sign_bit_mask; member in boost::multiprecision::backends::cpp_int_base<MinBits, MinBits, signed_magnitude, Checked, void, false>
569 BOOST_STATIC_CONSTANT(limb_type, sign_bit_mask = static_cast<limb_type>(1u) << (limb_bits - 1));
696 … limb_type cpp_int_base<MinBits, MinBits, unsigned_magnitude, Checked, void, false>::sign_bit_mask; member in boost::multiprecision::backends::cpp_int_base<MinBits, MinBits, unsigned_magnitude, Checked, void, false>