Lines Matching refs:__r
62 static const _Tp __r = __m % __a; in __calc() local
65 _Tp __t2 = __r * (__x / __q); in __calc()
180 template<class _UIntType, int __w, int __n, int __m, int __r,
184 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
203 template<class _UIntType, int __w, int __n, int __m, int __r,
208 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
218 template<class _UIntType, int __w, int __n, int __m, int __r,
222 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
224 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
231 const _UIntType __upper_mask = (~_UIntType()) << __r; in operator ()()
267 template<class _UIntType, int __w, int __n, int __m, int __r,
274 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator <<() argument
294 template<class _UIntType, int __w, int __n, int __m, int __r,
301 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator >>() argument
317 template<typename _IntType, _IntType __m, int __s, int __r>
319 subtract_with_carry<_IntType, __m, __s, __r>::
335 template<typename _IntType, _IntType __m, int __s, int __r>
338 subtract_with_carry<_IntType, __m, __s, __r>::
359 template<typename _IntType, _IntType __m, int __s, int __r>
360 typename subtract_with_carry<_IntType, __m, __s, __r>::result_type
361 subtract_with_carry<_IntType, __m, __s, __r>::
392 template<typename _IntType, _IntType __m, int __s, int __r,
396 const subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator <<()
407 for (int __i = 0; __i < __r; ++__i) in operator <<()
416 template<typename _IntType, _IntType __m, int __s, int __r,
420 subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator >>()
428 for (int __i = 0; __i < __r; ++__i) in operator >>()
437 template<typename _RealType, int __w, int __s, int __r>
439 subtract_with_carry_01<_RealType, __w, __s, __r>::
450 template<typename _RealType, int __w, int __s, int __r>
452 subtract_with_carry_01<_RealType, __w, __s, __r>::
466 template<typename _RealType, int __w, int __s, int __r>
469 subtract_with_carry_01<_RealType, __w, __s, __r>::
491 template<typename _RealType, int __w, int __s, int __r>
492 typename subtract_with_carry_01<_RealType, __w, __s, __r>::result_type
493 subtract_with_carry_01<_RealType, __w, __s, __r>::
536 template<typename _RealType, int __w, int __s, int __r,
540 const subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator <<()
551 for (int __i = 0; __i < __r; ++__i) in operator <<()
561 template<typename _RealType, int __w, int __s, int __r,
565 subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator >>()
573 for (int __i = 0; __i < __r; ++__i) in operator >>()
583 template<class _UniformRandomNumberGenerator, int __p, int __r>
585 __p, __r>::result_type
586 discard_block<_UniformRandomNumberGenerator, __p, __r>::
602 template<class _UniformRandomNumberGenerator, int __p, int __r,
607 __p, __r>& __x) in operator <<()
626 template<class _UniformRandomNumberGenerator, int __p, int __r,
630 discard_block<_UniformRandomNumberGenerator, __p, __r>& __x) in operator >>()
1496 const result_type __r = __b + __c * __y - __x; in operator ()() local
1498 __reject = __r < result_type(4.5) * __z - __k; in operator ()()
1500 __reject = __r < std::log(__z); in operator ()()