Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Drotate.h86 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 _Integral __algo_gcd(_Integral __x, _Int… in __algo_gcd() function
108 const difference_type __g = std::__algo_gcd(__m1, __m2); in __rotate_gcd()