Home
last modified time | relevance | path

Searched defs:__rp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Dgenerate_canonical.h34 const _RealType __rp = static_cast<_RealType>(_URNG::max() - _URNG::min()) + _RealType(1); in generate_canonical() local
H A Duniform_int_distribution.h203 const _UIntType __rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); in operator() local
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dgenerate_canonical.h41 const _RealType __rp = static_cast<_RealType>(_URNG::max() - _URNG::min()) + _RealType(1); generate_canonical() local
H A Duniform_int_distribution.h214 const _UIntType __rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); in operator() local