Searched refs:__gcd (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/libc++/include/ |
| D | ratio | 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;
|
| D | random | 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;
|
| D | algorithm | 2415 __gcd(_Integral __x, _Integral __y) 2440 const difference_type __g = _VSTD::__gcd(__m1, __m2);
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_algo.h | 1738 __gcd(_EuclideanRingElement __m, _EuclideanRingElement __n) in __gcd() function 1857 const _Distance __d = __gcd(__n, __k); in __rotate()
|
| /trueos/contrib/libstdc++/ |
| D | ChangeLog-2002 | 3527 * include/bits/stl_algo.h (unique_copy, __gcd, rotate, rotate_copy,
|