Searched refs:const_limb_pointer (Results 1 – 7 of 7) 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 D | add.hpp | 40 typename CppInt2::const_limb_pointer pa = a.limbs(); in add_unsigned() 41 typename CppInt3::const_limb_pointer pb = b.limbs(); in add_unsigned() 105 typename CppInt2::const_limb_pointer pa = a.limbs(); in add_unsigned() 170 typename CppInt2::const_limb_pointer pa = a.limbs(); in subtract_unsigned() 171 typename CppInt3::const_limb_pointer pb = b.limbs(); in subtract_unsigned() 230 typename CppInt2::const_limb_pointer pa = a.limbs(); in subtract_unsigned()
|
| H A D | divide.hpp | 78 typename CppInt2::const_limb_pointer px = x.limbs(); in divide_unsigned_helper() 79 typename CppInt3::const_limb_pointer py = y.limbs(); in divide_unsigned_helper() 142 typename CppInt1::const_limb_pointer prem = r.limbs(); in divide_unsigned_helper()
|
| H A D | multiply.hpp | 35 …_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>::const_limb_pointer pa = a.limbs… in eval_multiply() 88 …_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>::const_limb_pointer pa = a.limbs… in eval_multiply() 89 …_int_backend<MinBits3, MaxBits3, SignType3, Checked3, Allocator3>::const_limb_pointer pb = b.limbs… in eval_multiply()
|
| H A D | comparison.hpp | 34 …r<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>::const_limb_pointer>(b.limbs(), … in eval_eq() 52 …_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>::const_limb_pointer>(b.limbs(), … in eval_eq()
|
| H A D | bitwise.hpp | 77 typename CppInt2::const_limb_pointer po = o.limbs(); in bitwise_op() 205 typename CppInt2::const_limb_pointer po = o.limbs(); in bitwise_op()
|
| H A D | misc.hpp | 85 …_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>::const_limb_pointer p = backend.… in eval_convert_to()
|
| /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 | 176 typedef typename allocator_type::const_pointer const_limb_pointer; typedef 244 …BOOST_MP_FORCEINLINE const_limb_pointer limbs()const BOOST_NOEXCEPT { return m_internal ? m_data.… in limbs() 406 typedef const limb_type* const_limb_pointer; typedef 470 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs()const BOOST_NOEXCEPT { return m_wra… in limbs() 558 typedef const limb_type* const_limb_pointer; typedef 621 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs()const BOOST_NOEXCEPT { return m_wra… in limbs() 729 typedef const local_limb_type* const_limb_pointer; typedef 811 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs()const BOOST_NOEXCEPT { return &m_da… in limbs() 870 typedef const local_limb_type* const_limb_pointer; typedef 968 …BOOST_MP_FORCEINLINE BOOST_CONSTEXPR const_limb_pointer limbs()const BOOST_NOEXCEPT { return &m_da… in limbs() [all …]
|