Home
last modified time | relevance | path

Searched defs:cpp_int_base (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.hpp172 struct cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false> : private Alloca… struct
174 typedef typename Allocator::template rebind<limb_type>::other allocator_type;
175 typedef typename allocator_type::pointer limb_pointer;
176 typedef typename allocator_type::const_pointer const_limb_pointer;
177 typedef mpl::int_<Checked> checked_type;
185 struct limb_data
202 union data_type
218 data_type m_data;
219 unsigned m_limbs;
220 bool m_sign, m_internal;
[all …]