Home
last modified time | relevance | path

Searched defs:__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
138 const __uctype __scaling = __urngrange / __highrange; in _GLIBCXX_VISIBILITY() local
/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
320 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Drandom.tcc887 const __uctype __scaling = __urngrange / __uerange; in operator ()() local