Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h263 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
264 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
268 __ret /= __scaling; in _GLIBCXX_VISIBILITY()
343 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
344 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
350 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h323 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
324 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
328 __ret /= __scaling; in _GLIBCXX_VISIBILITY()
405 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local
406 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()
412 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY()