Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__random/
H A Dshuffle_order_engine.h30 struct __ugcd struct
32 static _LIBCPP_CONSTEXPR const uint64_t value = __ugcd<_Yp, _Xp % _Yp>::value; argument
36 struct __ugcd<_Xp, 0>
45 static _LIBCPP_CONSTEXPR const uint64_t __gcd = __ugcd<_Np, _Dp>::value;