Home
last modified time | relevance | path

Searched refs:const_limb_pointer (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/multiprecision/cpp_int/
Dadd.hpp42 typename CppInt2::const_limb_pointer pa = a.limbs(); in add_unsigned()
43 typename CppInt3::const_limb_pointer pb = b.limbs(); in add_unsigned()
103 typename CppInt2::const_limb_pointer pa = a.limbs(); in add_unsigned()
168 typename CppInt2::const_limb_pointer pa = a.limbs(); in subtract_unsigned()
169 typename CppInt3::const_limb_pointer pb = b.limbs(); in subtract_unsigned()
228 typename CppInt2::const_limb_pointer pa = a.limbs(); in subtract_unsigned()
Ddivide.hpp77 typename CppInt2::const_limb_pointer px = x.limbs(); in divide_unsigned_helper()
78 typename CppInt3::const_limb_pointer py = y.limbs(); in divide_unsigned_helper()
139 typename CppInt1::const_limb_pointer prem = r.limbs(); in divide_unsigned_helper()
Dbitwise.hpp77 typename CppInt2::const_limb_pointer po = o.limbs(); in bitwise_op()
205 typename CppInt2::const_limb_pointer po = o.limbs(); in bitwise_op()
Dmisc.hpp140 …_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::const_limb_pointer p = back… in eval_convert_to()
/third_party/boost/boost/multiprecision/
Dcpp_int.hpp185 typedef typename allocator_type::const_pointer const_limb_pointer; typedef
188 typedef typename std::allocator_traits<allocator_type>::const_pointer const_limb_pointer; typedef
342 …BOOST_MP_FORCEINLINE const_limb_pointer limbs() const BOOST_NOEXCEPT { return m_internal ? m_da… in limbs()
514 typedef const limb_type* const_limb_pointer; typedef
622 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs() const BOOST_NOEXCEPT { return m… in limbs()
721 typedef const limb_type* const_limb_pointer; typedef
822 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs() const BOOST_NOEXCEPT { return m… in limbs()
953 typedef const local_limb_type* const_limb_pointer; typedef
1054 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs() const BOOST_NOEXCEPT { return &… in limbs()
1114 typedef const local_limb_type* const_limb_pointer; typedef
[all …]