Searched refs:find_msb (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | bitscan.hpp | 32 inline unsigned find_msb(Unsigned mask, const mpl::int_<0>&) in find_msb() function 54 BOOST_FORCEINLINE unsigned find_msb(unsigned long mask, const mpl::int_<1>&) in find_msb() function 71 BOOST_FORCEINLINE unsigned find_msb(Unsigned mask, const mpl::int_<2>&) in find_msb() function 100 BOOST_FORCEINLINE unsigned find_msb(Unsigned mask) in find_msb() function 116 return find_msb(static_cast<ui_type>(mask), tag_type()); in find_msb() 133 BOOST_FORCEINLINE unsigned find_msb(unsigned mask, mpl::int_<1> const&) in find_msb() function 137 BOOST_FORCEINLINE unsigned find_msb(unsigned long mask, mpl::int_<2> const&) in find_msb() function 141 BOOST_FORCEINLINE unsigned find_msb(boost::ulong_long_type mask, mpl::int_<3> const&) in find_msb() function 149 BOOST_FORCEINLINE unsigned find_msb(uint128_type mask, mpl::int_<0> const&) in find_msb() function 155 return find_msb(val.sv[1], mpl::int_<3>()) + 64; in find_msb() [all …]
|
| /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 | misc.hpp | 158 …ype1, Checked1, Allocator1>::limb_bits + boost::multiprecision::detail::find_msb(a.limbs()[a.size(… in eval_msb_imp() 619 return boost::multiprecision::detail::find_msb(*a.limbs()); in eval_msb_imp()
|