Searched refs:_UIntType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | random.tcc | 99 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 114 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 131 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 140 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, 161 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, 182 _UIntType __b, int __t, _UIntType __c, int __l> 205 _UIntType __b, int __t, _UIntType __c, int __l> 220 _UIntType __b, int __t, _UIntType __c, int __l> 231 const _UIntType __upper_mask = (~_UIntType()) << __r; in operator ()() 268 _UIntType __a, int __u, int __s, _UIntType __b, int __t, [all …]
|
| H A D | random | 72 template<typename _UIntType, int __w> 74 { static const _UIntType __value = _UIntType(1) << __w; }; 296 template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 304 typedef _UIntType result_type; 449 _UIntType _M_x; 489 _UIntType __a, int __u, int __s, _UIntType __b, int __t, 490 _UIntType __c, int __l> 497 typedef _UIntType result_type; 625 _UIntType _M_x[state_size]; 826 _UIntType _M_x[long_lag]; [all …]
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | random | 1817 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1833 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1935 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1939 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1943 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1947 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1951 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1964 template <class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1979 class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> 1992 class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m> [all …]
|
| H A D | algorithm | 2727 template <class _UIntType, _UIntType _Xp> 2734 template<class _Engine, class _UIntType> 2739 typedef _UIntType result_type; 2783 template<class _Engine, class _UIntType> 2784 __independent_bits_engine<_Engine, _UIntType> 2818 template<class _Engine, class _UIntType> 2820 _UIntType 2826 template<class _Engine, class _UIntType> 2827 _UIntType 2932 const _UIntType _Rp = _UIntType(__p.b()) - _UIntType(__p.a()) + _UIntType(1); [all …]
|