Home
last modified time | relevance | path

Searched refs:integer_gcd_reduce (Results 1 – 1 of 1) 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.hpp303 inline limb_type integer_gcd_reduce(limb_type u, limb_type v) in integer_gcd_reduce() function
317 inline double_limb_type integer_gcd_reduce(double_limb_type u, double_limb_type v) in integer_gcd_reduce() function
327 u = integer_gcd_reduce(static_cast<limb_type>(v), static_cast<limb_type>(u)); in integer_gcd_reduce()
391 v = integer_gcd_reduce(*u.limbs(), v); in eval_gcd()
396 v = static_cast<limb_type>(integer_gcd_reduce(i, static_cast<double_limb_type>(v))); in eval_gcd()
498 u = integer_gcd_reduce(*v.limbs(), *u.limbs()); in eval_gcd()
504 u = integer_gcd_reduce(i, j); in eval_gcd()