Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Duniform_int_dist.h290 const __uctype __urange in _GLIBCXX_VISIBILITY() local
294 if (__urngrange > __urange) in _GLIBCXX_VISIBILITY()
298 const __uctype __uerange = __urange + 1; // __urange can be zero in _GLIBCXX_VISIBILITY()
331 else if (__urngrange < __urange) in _GLIBCXX_VISIBILITY()
353 (__urng, param_type(0, __urange / __uerngrange))); in _GLIBCXX_VISIBILITY()
356 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY()
385 const __uctype __urange in _GLIBCXX_VISIBILITY() local
390 if (__urngrange > __urange) in _GLIBCXX_VISIBILITY()
393 && __detail::_Power_of_2(__urange + 1)) in _GLIBCXX_VISIBILITY()
398 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY()
[all …]
Dstl_algo.h3726 const __uc_type __urange = __uc_type(__last - __first); in _GLIBCXX_VISIBILITY() local
3728 if (__urngrange / __urange >= __urange) in _GLIBCXX_VISIBILITY()
3737 if ((__urange % 2) == 0) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.tcc910 const __uctype __urange = __max - __min; in _M_call() local
911 const __uctype __udenom = (__urnrange <= __urange in _M_call()
912 ? 1 : __urnrange / (__urange + 1)); in _M_call()