Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h101 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
102 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
107 __v1 /= __scaling; in _GLIBCXX_VISIBILITY()
112 __v2 /= __scaling; in _GLIBCXX_VISIBILITY()
138 const __uctype __scaling = __urngrange / __highrange; in _GLIBCXX_VISIBILITY() local
139 const __uctype __past = __highrange * __scaling; in _GLIBCXX_VISIBILITY()
148 __v1 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
164 __v2 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Duniform_int_dist.h240 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
241 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
245 __ret /= __scaling; in _GLIBCXX_VISIBILITY()
320 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
321 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
327 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Drandom.tcc887 const __uctype __scaling = __urngrange / __uerange; in operator ()() local
888 const __uctype __past = __uerange * __scaling; in operator ()()
892 __ret /= __scaling; in operator ()()