Home
last modified time | relevance | path

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

/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.h240 const _UIntType __rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); operator() local