Searched refs:__gcd (Results 1 – 4 of 4) sorted by relevance
242 static const intmax_t __gcd = __static_gcd<__na, __da>::value;244 static const intmax_t num = __s * __na / __gcd;245 static const intmax_t den = __da / __gcd;
3240 static _LIBCPP_CONSTEXPR const uint64_t __gcd = __ugcd<_Np, _Dp>::value;3242 static _LIBCPP_CONSTEXPR const uint64_t num = _Np / __gcd;3243 static _LIBCPP_CONSTEXPR const uint64_t den = _Dp / __gcd;
2403 __gcd(_Integral __x, _Integral __y)2428 const difference_type __g = _VSTD::__gcd(__m1, __m2);
432 _EuclideanRingElement __gcd(_EuclideanRingElement __m, in __gcd() function461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux()