Home
last modified time | relevance | path

Searched refs:_IntType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Drandom.tcc317 template<typename _IntType, _IntType __m, int __s, int __r>
335 template<typename _IntType, _IntType __m, int __s, int __r>
359 template<typename _IntType, _IntType __m, int __s, int __r>
392 template<typename _IntType, _IntType __m, int __s, int __r,
416 template<typename _IntType, _IntType __m, int __s, int __r,
755 const uniform_int<_IntType>& __x) in operator <<()
776 uniform_int<_IntType>& __x) in operator >>()
986 _IntType __x = 0; in operator ()()
1103 _IntType __x = 0; in _M_waiting()
1226 const _IntType __z = _M_waiting(__urng, _M_t - _IntType(__x)); in operator ()()
[all …]
H A Drandom667 template<typename _IntType, _IntType __m, int __s, int __r>
674 typedef _IntType result_type;
1514 template<typename _IntType = int>
1521 typedef _IntType input_type;
1523 typedef _IntType result_type;
1530 uniform_int(_IntType __min = 0, _IntType __max = 9)
1642 _IntType _M_min;
1643 _IntType _M_max;
1748 typedef _IntType result_type;
1936 _IntType
[all …]
/freebsd-12.1/contrib/libc++/include/
H A Drandom4016 template<class _IntType>
4033 template<class _IntType>
4035 _IntType
4594 template<class _IntType>
4628 _IntType
5230 _IntType
5977 template<class _IntType>
5995 template<class _IntType>
6019 template<class _IntType>
6033 template<class _IntType>
[all …]
H A Dalgorithm2863 template<class _IntType = int>
2868 typedef _IntType result_type;
2924 template<class _IntType>
2926 typename uniform_int_distribution<_IntType>::result_type
2927 uniform_int_distribution<_IntType>::operator()(_URNG& __g, const param_type& __p)
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20061820 Avoid potential warnings when _IntType is unsigned.
3990 subtract_with_carry(_IntType)): Fix parameter type to unsigned long.
3991 (subtract_with_carry<>::seed(_IntType)): Likewise.
3992 * include/tr1/random.tcc (subtract_with_carry<>::seed(_IntType)):