Home
last modified time | relevance | path

Searched refs:eval_msb_imp (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/cpp_int/
H A Dmisc.hpp153 eval_msb_imp(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& a) in eval_msb_imp() function
174 return eval_msb_imp(a); in eval_msb()
614 eval_msb_imp(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& a) in eval_msb_imp() function
635 return eval_msb_imp(a); in eval_msb()
H A Dimport_export.hpp224 unsigned bitcount = boost::multiprecision::backends::eval_msb_imp(val.backend()) + 1; in export_bits()