Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__random/
H A Dshuffle_order_engine.h33 struct __ugcd { struct
34 static _LIBCPP_CONSTEXPR const uint64_t value = __ugcd<_Yp, _Xp % _Yp>::value; argument
38 struct __ugcd<_Xp, 0> {
45 static _LIBCPP_CONSTEXPR const uint64_t __gcd = __ugcd<_Np, _Dp>::value;