Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
Dalgorithm2403 __gcd(_Integral __x, _Integral __y)
2428 const difference_type __g = _VSTD::__gcd(__m1, __m2);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.c432 _EuclideanRingElement __gcd(_EuclideanRingElement __m, in __gcd() function
461 _Distance __d = _STLP_PRIV __gcd(__n, __k); in __rotate_aux()