Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc231 const _UIntType __upper_mask = (~_UIntType()) << __r; in operator ()() local
232 const _UIntType __lower_mask = ~__upper_mask; in operator ()()
236 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()()
244 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()()
250 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()()