Home
last modified time | relevance | path

Searched refs:compare_unsigned (Results 1 – 3 of 3) 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 Ddivide.hpp102 if((r_order < y_order) || (r.compare_unsigned(y) < 0)) in divide_unsigned_helper()
297 while((r_order > y_order) || (r.compare_unsigned(y) >= 0)); in divide_unsigned_helper()
316 …BOOST_ASSERT(r.compare_unsigned(y) < 0); // remainder must be less than the divisor or our code ha… in divide_unsigned_helper()
H A Dadd.hpp166 int c = a.compare_unsigned(b); in subtract_unsigned()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp1800 int result = compare_unsigned(o); in compare_imp()
1845 …int compare_unsigned(const cpp_int_backend<MinBits2, MaxBits2, SignType2, Checked2, Allocator2>& o… in compare_unsigned() function