Home
last modified time | relevance | path

Searched defs:_Rp (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__random/
H A Duniform_int_distribution.h54 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min variable
57 static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() variable
237 const _UIntType _Rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); in operator() local
H A Dindependent_bits_engine.h57 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min variable
60 static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() variable
H A Dgenerate_canonical.h41 const _RealType _Rp = static_cast<_RealType>(_URNG::max() - _URNG::min()) + _RealType(1); in generate_canonical() local