Lines Matching refs:__u
2012 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2054 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2072 static_assert(__u <= __w, "mersenne_twister_engine invalid parameters");
2093 static _LIBCPP_CONSTEXPR const size_t tempering_u = __u;
2220 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2223 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2226 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2229 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2232 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2235 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2238 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2241 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2244 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2246 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2247 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2250 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2253 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2256 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2258 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2259 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2262 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2265 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2268 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2270 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2271 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2274 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2277 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2280 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2282 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2283 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2286 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2289 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2292 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2294 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2295 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2298 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2300 …const typename mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t…
2301 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f…
2304 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2307 mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b,
2317 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2321 mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b,
2342 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2346 mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b,
2368 _UIntType __a, size_t __u, _UIntType __d, size_t __s,
2371 mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b,
2380 result_type __z = __x_[__i_] ^ (__rshift<__u>(__x_[__i_]) & __d);
3161 _Engine_result_type __u;
3164 __u = __e_() - _Engine::min();
3165 } while (__u >= __y0);
3166 _Sp = static_cast<result_type>(__lshift<__w0>(_Sp) + (__u & __mask0));
3170 _Engine_result_type __u;
3173 __u = __e_() - _Engine::min();
3174 } while (__u >= __y1);
3175 _Sp = static_cast<result_type>(__lshift<__w0+1>(_Sp) + (__u & __mask1));
4024 double __u = __gen(__g) - __pr.__pr_;
4025 if (__u < 0)
4036 __u -= __pd;
4037 if (__u < 0)
4046 __u -= __pu;
4047 if (__u < 0)
4308 result_type __u;
4313 __u = _Uni(__g);
4315 __s = __u * __u + __v * __v;
4320 _Up = __u * _Fp;
4624 double __u;
4631 __u = __urd(__urng);
4632 if (__pr.__d_ * __u >= __difmuk * __difmuk * __difmuk)
4645 __u = __urd(__urng);
4646 __u += __u - 1;
4647 __t = 1.8 + (__u < 0 ? -__e : __e);
4682 if (__pr.__c_ * _VSTD::abs(__u) <= __py * _VSTD::exp(__px + __e) -
4688 if (__fy - __u * __fy <= __py * _VSTD::exp(__px - __fx))
5055 const result_type __u = __gen(__g);
5057 const result_type __w = __u * (1 - __u);
5061 (__u - result_type(0.5));
5078 const result_type __u = __gen(__g);
5080 if (__u <= 1 - __a)
5082 __x = _VSTD::pow(__u, 1 / __a);
5088 const result_type __e = -_VSTD::log((1-__u)/__a);
6320 result_type __u = _Gen()(__g);
6322 __u) - __p.__areas_.begin() - 1;
6323 return (__u - __p.__areas_[__k]) / __p.__densities_[__k] + __p.__b_[__k];
6648 result_type __u = _Gen()(__g);
6650 __u) - __p.__areas_.begin() - 1;
6651 __u -= __p.__areas_[__k];
6657 return __u / __dk + __bk;
6661 _VSTD::sqrt(__deltab * (__deltab * __dk * __dk + 2 * __deltad * __u))) /