Searched refs:__uctype (Results 1 – 3 of 3) sorted by relevance
282 typedef typename common_type<_Gresult_type, __utype>::type __uctype; in _GLIBCXX_VISIBILITY() typedef284 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 …]
903 __urntype, __utype>::__type __uctype; in _M_call() typedef910 const __uctype __urange = __max - __min; in _M_call()911 const __uctype __udenom = (__urnrange <= __urange in _M_call()
1965 when deciding whether _S_nd can be used, not the __uctype type.