Searched refs:compare_unsigned (Results 1 – 3 of 3) sorted by relevance
102 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()
166 int c = a.compare_unsigned(b); in subtract_unsigned()
1800 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