Searched defs:cpp_int_base (Results 1 – 1 of 1) sorted by relevance
172 struct cpp_int_base<MinBits, MaxBits, signed_magnitude, Checked, Allocator, false> : private Alloca… struct174 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_data202 union data_type218 data_type m_data;219 unsigned m_limbs;220 bool m_sign, m_internal;[all …]