Home
last modified time | relevance | path

Searched refs:mixed_binary_gcd (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/integer/test/
Dgcd_constexpr14_test.cpp50 constexpr const boost::uint64_t k = boost::integer::gcd_detail::mixed_binary_gcd(i, j); in test_constexpr4()
Dcommon_factor_test.cpp412 BOOST_TEST_EQ(g, boost::integer::gcd_detail::mixed_binary_gcd(v1, v2)); in gcd_method_test()
/third_party/boost/libs/math/reporting/performance/
Dtest_gcd.cpp200 { mixed_binary_gcd<int_type>, "mixed_binary_gcd" }, in test_type()
376 *up = boost::integer::gcd_detail::mixed_binary_gcd(*vp->limbs(), *up->limbs()); in eval_gcd_new()
382 u = boost::integer::gcd_detail::mixed_binary_gcd(i, j); in eval_gcd_new()
/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp332 BOOST_CXX14_CONSTEXPR T mixed_binary_gcd(T u, T v) BOOST_GCD_NOEXCEPT(T) in mixed_binary_gcd() function
413 return gcd_detail::mixed_binary_gcd(a, b); in optimal_gcd_select()
/third_party/boost/libs/math/reporting/performance/doc/
Dperformance_tables.qbk195 boost 1.73][mixed_binary_gcd
558 boost 1.73][mixed_binary_gcd
921 boost 1.73][mixed_binary_gcd
1414 boost 1.73][mixed_binary_gcd
1569 boost 1.73][mixed_binary_gcd