Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Duniform_int_dist.h282 typedef typename common_type<_Gresult_type, __utype>::type __uctype; in _GLIBCXX_VISIBILITY() typedef
284 constexpr __uctype __urngmin = _UniformRandomBitGenerator::min(); in _GLIBCXX_VISIBILITY()
285 constexpr __uctype __urngmax = _UniformRandomBitGenerator::max(); in _GLIBCXX_VISIBILITY()
288 constexpr __uctype __urngrange = __urngmax - __urngmin; in _GLIBCXX_VISIBILITY()
290 const __uctype __urange in _GLIBCXX_VISIBILITY()
291 = __uctype(__param.b()) - __uctype(__param.a()); in _GLIBCXX_VISIBILITY()
293 __uctype __ret; in _GLIBCXX_VISIBILITY()
298 const __uctype __uerange = __urange + 1; // __urange can be zero in _GLIBCXX_VISIBILITY()
323 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY()
324 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.tcc903 __urntype, __utype>::__type __uctype; in _M_call() typedef
910 const __uctype __urange = __max - __min; in _M_call()
911 const __uctype __udenom = (__urnrange <= __urange in _M_call()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20201965 when deciding whether _S_nd can be used, not the __uctype type.