Home
last modified time | relevance | path

Searched refs:bits_per_limb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dcpp_int_config.hpp121 static const unsigned bits_per_limb = sizeof(limb_type) * CHAR_BIT; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp802 …static_cast<local_limb_type>(a) | (static_cast<local_limb_type>(b) << bits_per_limb)), m_sign(fals… in cpp_int_base()
961 … : m_data(static_cast<local_limb_type>(a) | (static_cast<local_limb_type>(b) << bits_per_limb)) {} in cpp_int_base()
1102 v |= static_cast<double_limb_type>(other.limbs()[1]) << bits_per_limb; in do_assign()