Home
last modified time | relevance | path

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

/trueos/contrib/libc++/include/
Dratio242 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;
Drandom3240 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;
Dalgorithm2415 __gcd(_Integral __x, _Integral __y)
2440 const difference_type __g = _VSTD::__gcd(__m1, __m2);
/trueos/contrib/libstdc++/include/bits/
Dstl_algo.h1738 __gcd(_EuclideanRingElement __m, _EuclideanRingElement __n) in __gcd() function
1857 const _Distance __d = __gcd(__n, __k); in __rotate()
/trueos/contrib/libstdc++/
DChangeLog-20023527 * include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,