Home
last modified time | relevance | path

Searched defs:_Max (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/
H A Drandom_device.h51 static const result_type _Max = 0xFFFFFFFFu; variable
H A Ddiscard_block_engine.h47 static const result_type _Max = _Engine::_Max; variable
H A Dindependent_bits_engine.h76 …static const result_type _Max = __w == _Dt ? result_type(~0) : (result_type(1) << __w) - result_ty… variable
H A Dsubtract_with_carry_engine.h69 …static const result_type _Max = __w == _Dt ? result_type(~0) : (result_type(1) << __w) - result_ty… variable
H A Dmersenne_twister_engine.h158 …static const result_type _Max = __w == _Dt ? result_type(~0) : (result_type(1) << __w) - result_ty… variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h41 static const result_type _Max = 0xFFFFFFFF; variable
79 static const result_type _Max = 0xFFFFFFFF; variable
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dshuffle.h41 static const result_type _Max = 0xFFFFFFFF; variable
78 static const result_type _Max = 0xFFFFFFFF; variable
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h51 static _LIBCPP_CONSTEXPR const result_type _Max = 0xFFFFFFFFu; variable
H A Ddiscard_block_engine.h51 static const result_type _Max = _Engine::_Max; variable
H A Dindependent_bits_engine.h80 static _LIBCPP_CONSTEXPR const result_type _Max = variable
H A Dsubtract_with_carry_engine.h70 static _LIBCPP_CONSTEXPR const result_type _Max = variable
H A Dmersenne_twister_engine.h159 static _LIBCPP_CONSTEXPR const result_type _Max = variable