Home
last modified time | relevance | path

Searched refs:divide_unsigned_helper (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.hpp14 void divide_unsigned_helper( in divide_unsigned_helper() function
23 divide_unsigned_helper(result, t, y, r); in divide_unsigned_helper()
29 divide_unsigned_helper(result, x, t, r); in divide_unsigned_helper()
57 divide_unsigned_helper(result, x, y, rem); in divide_unsigned_helper()
74 divide_unsigned_helper(result, x, y.limbs()[y_order], r); in divide_unsigned_helper()
320 void divide_unsigned_helper( in divide_unsigned_helper() function
329 divide_unsigned_helper(result, t, y, r); in divide_unsigned_helper()
336 divide_unsigned_helper(result, x, y, rem); in divide_unsigned_helper()
471 divide_unsigned_helper(&result, a, b, r); in eval_divide()
484 divide_unsigned_helper(&result, a, b, r); in eval_divide()
[all …]
H A Dmisc.hpp249 divide_unsigned_helper(&q, x, y, r); in eval_qr()
262 divide_unsigned_helper(&q, x, y, r); in eval_qr()
287divide_unsigned_helper(static_cast<cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Alloca… in eval_integer_modulus()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp1703 divide_unsigned_helper(&t2, t, block10, r); in do_get_string()