Home
last modified time | relevance | path

Searched refs:eval_gcd (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 Dmisc.hpp343 eval_gcd( in eval_gcd() function
411 eval_gcd( in eval_gcd() function
416 eval_gcd(result, a, static_cast<limb_type>(v)); in eval_gcd()
420 eval_gcd( in eval_gcd() function
425 eval_gcd(result, a, static_cast<limb_type>(v < 0 ? -v : v)); in eval_gcd()
430 eval_gcd( in eval_gcd() function
441 eval_gcd(result, b, *a.limbs()); in eval_gcd()
446 eval_gcd(result, a, *b.limbs()); in eval_gcd()
522eval_gcd(cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& result, const cpp_i… in eval_gcd() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dinteger_ops.hpp43 inline void eval_gcd(B& result, const B& a, const B& b) in eval_gcd() function
113 eval_gcd(t, a, b); in eval_lcm()
H A Ddefault_ops.hpp1263 void eval_gcd(B& result, const B& a, const B& b);
1266 inline typename enable_if<is_integral<Arithmetic> >::type eval_gcd(T& result, const T& a, const Ari… in eval_gcd() function
1269 using default_ops::eval_gcd; in eval_gcd()
1272 eval_gcd(result, a, t); in eval_gcd()
1275 inline typename enable_if<is_integral<Arithmetic> >::type eval_gcd(T& result, const Arithmetic& a, … in eval_gcd() function
1277 eval_gcd(result, b, a); in eval_gcd()