Searched refs:optimal_gcd_select (Results 1 – 1 of 1) sorted by relevance
411 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function418 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function425 optimal_gcd_select(T const &a, T const &b) BOOST_GCD_NOEXCEPT(T) in optimal_gcd_select() function433 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()