Searched refs:m_internal (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 | 220 bool m_sign, m_internal; member 227 : m_data(i), m_limbs(1), m_sign(false), m_internal(true) { } in cpp_int_base() 229 : m_data(i), m_limbs(1), m_sign(i < 0), m_internal(true) { } in cpp_int_base() 232 : m_data(i), m_limbs(i > max_limb_value ? 2 : 1), m_sign(false), m_internal(true) { } in cpp_int_base() 235 m_sign(i < 0), m_internal(true) { } in cpp_int_base() 243 …BOOST_MP_FORCEINLINE limb_pointer limbs() BOOST_NOEXCEPT { return m_internal ? m_data.la : m_data… in limbs() 244 …BOOST_MP_FORCEINLINE const_limb_pointer limbs()const BOOST_NOEXCEPT { return m_internal ? m_data.… in limbs() 245 …BOOST_MP_FORCEINLINE unsigned capacity()const BOOST_NOEXCEPT { return m_internal ? internal_limb_… in capacity() 272 if(!m_internal) in resize() 275 m_internal = false; in resize() [all …]
|