Home
last modified time | relevance | path

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

/llvm-project/pstl/include/pstl/internal/omp/
H A Dparallel_transform_scan.h24 _Tp __init, _Cp /* __combine */, _Rp /* __brick_reduce */, _Sp __scan) in __parallel_transform_scan() argument
/llvm-project/libcxx/include/__random/
H A Dindependent_bits_engine.h61 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1); variable
63 static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Working_result_type(1); variable
H A Duniform_int_distribution.h54 static const _Working_result_type _Rp = _Engine::_Max - _Engine::_Min + _Working_result_type(1); variable
56 static _LIBCPP_CONSTEXPR const _Working_result_type _Rp = _Engine::max() - _Engine::min() + _Working_result_type(1); variable
[all...]