Searched refs:__scaling (Results 1 – 3 of 3) sorted by relevance
101 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local102 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() local139 const __uctype __past = __highrange * __scaling; in _GLIBCXX_VISIBILITY()148 __v1 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()164 __v2 = __tmp / __scaling; in _GLIBCXX_VISIBILITY()
240 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local241 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()245 __ret /= __scaling; in _GLIBCXX_VISIBILITY()320 const __uctype __scaling = __urngrange / __uerange; in _GLIBCXX_VISIBILITY() local321 const __uctype __past = __uerange * __scaling; in _GLIBCXX_VISIBILITY()327 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY()
887 const __uctype __scaling = __urngrange / __uerange; in operator ()() local888 const __uctype __past = __uerange * __scaling; in operator ()()892 __ret /= __scaling; in operator ()()