Lines Matching refs:__w0
3029 static _LIBCPP_CONSTEXPR const size_t __w0 = __w / __n;
3033 static _LIBCPP_CONSTEXPR const _Working_result_type __y0 = __w0 >= _WDt ? 0 :
3034 (_Rp >> __w0) << __w0;
3035 static _LIBCPP_CONSTEXPR const _Working_result_type __y1 = __w0 >= _WDt - 1 ? 0 :
3036 (_Rp >> (__w0+1)) << (__w0+1);
3037 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask0 = __w0 > 0 ?
3038 _Engine_result_type(~0) >> (_EDt - __w0) :
3040 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ?
3041 _Engine_result_type(~0) >> (_EDt - (__w0 + 1)) :
3171 _Sp = static_cast<result_type>(__lshift<__w0>(_Sp) + (__u & __mask0));
3180 _Sp = static_cast<result_type>(__lshift<__w0+1>(_Sp) + (__u & __mask1));