Searched refs:__upper_mask (Results 1 – 1 of 1) sorted by relevance
231 const _UIntType __upper_mask = (~_UIntType()) << __r; in operator ()() local232 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 ()()