Lines Matching defs:_Rp
54 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1);
56 static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Working_result_type(1);
58 static _LIBCPP_CONSTEXPR const size_t __m = __log2<_Working_result_type, _Rp>::value;
67 _LIBCPP_HIDE_FROM_ABI result_type operator()() { return __eval(integral_constant<bool, _Rp != 0>()); }
79 if (_Rp == 0)
80 __y0_ = _Rp;
82 __y0_ = (_Rp >> __w0_) << __w0_;
85 if (_Rp - __y0_ > __y0_ / __n_) {
89 __y0_ = (_Rp >> __w0_) << __w0_;
95 __y1_ = (_Rp >> (__w0_ + 1)) << (__w0_ + 1);