Home
last modified time | relevance | path

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

/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp411 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function
418 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function
425 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function
433 T temp = boost::integer::gcd_detail::optimal_gcd_select(a, b); in lcm_imp()
451 …return gcd_detail::optimal_gcd_select(static_cast<Integer>(gcd_detail::gcd_traits<Integer>::abs(a)… in gcd()