Lines Matching refs:__y
1896 const linear_congruential_engine& __y)
1897 {return __x.__x_ == __y.__x_;}
1900 const linear_congruential_engine& __y)
1901 {return !(__x == __y);}
2025 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2035 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2142 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2152 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2397 _Bp, _Tp, _Cp, _Lp, _Fp>& __y)
2399 if (__x.__i_ == __y.__i_)
2400 return _VSTD::equal(__x.__x_, __x.__x_ + _Np, __y.__x_);
2401 if (__x.__i_ == 0 || __y.__i_ == 0)
2403 size_t __j = _VSTD::min(_Np - __x.__i_, _Np - __y.__i_);
2405 __y.__x_ + __y.__i_))
2408 return _VSTD::equal(__x.__x_ + __j, __x.__x_ + _Np, __y.__x_);
2409 return _VSTD::equal(__x.__x_, __x.__x_ + (_Np - __j), __y.__x_ + __j);
2411 if (__x.__i_ < __y.__i_)
2413 size_t __j = _Np - __y.__i_;
2415 __y.__x_ + __y.__i_))
2418 __y.__x_))
2421 __y.__x_ + (_Np - (__x.__i_ + __j)));
2424 if (!_VSTD::equal(__y.__x_ + __y.__i_, __y.__x_ + (__y.__i_ + __j),
2427 if (!_VSTD::equal(__y.__x_ + (__y.__i_ + __j), __y.__x_ + _Np,
2430 return _VSTD::equal(__y.__x_, __y.__x_ + __y.__i_,
2431 __x.__x_ + (_Np - (__y.__i_ + __j)));
2442 _Bp, _Tp, _Cp, _Lp, _Fp>& __y)
2444 return !(__x == __y);
2511 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
2518 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
2597 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
2604 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y);
2721 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y)
2723 if (__x.__c_ != __y.__c_)
2725 if (__x.__i_ == __y.__i_)
2726 return _VSTD::equal(__x.__x_, __x.__x_ + _Rp, __y.__x_);
2727 if (__x.__i_ == 0 || __y.__i_ == 0)
2729 size_t __j = _VSTD::min(_Rp - __x.__i_, _Rp - __y.__i_);
2731 __y.__x_ + __y.__i_))
2734 return _VSTD::equal(__x.__x_ + __j, __x.__x_ + _Rp, __y.__x_);
2735 return _VSTD::equal(__x.__x_, __x.__x_ + (_Rp - __j), __y.__x_ + __j);
2737 if (__x.__i_ < __y.__i_)
2739 size_t __j = _Rp - __y.__i_;
2741 __y.__x_ + __y.__i_))
2744 __y.__x_))
2747 __y.__x_ + (_Rp - (__x.__i_ + __j)));
2750 if (!_VSTD::equal(__y.__x_ + __y.__i_, __y.__x_ + (__y.__i_ + __j),
2753 if (!_VSTD::equal(__y.__x_ + (__y.__i_ + __j), __y.__x_ + _Rp,
2756 return _VSTD::equal(__y.__x_, __y.__x_ + __y.__i_,
2757 __x.__x_ + (_Rp - (__y.__i_ + __j)));
2765 const subtract_with_carry_engine<_UInt, _Wp, _Sp, _Rp>& __y)
2767 return !(__x == __y);
2891 const discard_block_engine<_Eng, _Pp, _Rp>& __y);
2898 const discard_block_engine<_Eng, _Pp, _Rp>& __y);
2938 const discard_block_engine<_Eng, _Pp, _Rp>& __y)
2940 return __x.__n_ == __y.__n_ && __x.__e_ == __y.__e_;
2947 const discard_block_engine<_Eng, _Pp, _Rp>& __y)
2949 return !(__x == __y);
3102 const independent_bits_engine<_Eng, _Wp, _UInt>& __y);
3109 const independent_bits_engine<_Eng, _Wp, _UInt>& __y);
3190 const independent_bits_engine<_Eng, _Wp, _UInt>& __y)
3192 return __x.base() == __y.base();
3200 const independent_bits_engine<_Eng, _Wp, _UInt>& __y)
3202 return !(__x == __y);
3333 const shuffle_order_engine<_Eng, _Kp>& __y);
3340 const shuffle_order_engine<_Eng, _Kp>& __y);
3421 const shuffle_order_engine<_Eng, _Kp>& __y)
3423 return __x._Y_ == __y._Y_ && _VSTD::equal(__x._V_, __x._V_ + _Kp, __y._V_) &&
3424 __x.__e_ == __y.__e_;
3432 const shuffle_order_engine<_Eng, _Kp>& __y)
3434 return !(__x == __y);
3718 bool operator==(const param_type& __x, const param_type& __y)
3719 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
3721 bool operator!=(const param_type& __x, const param_type& __y)
3722 {return !(__x == __y);}
3763 const uniform_real_distribution& __y)
3764 {return __x.__p_ == __y.__p_;}
3767 const uniform_real_distribution& __y)
3768 {return !(__x == __y);}
3834 bool operator==(const param_type& __x, const param_type& __y)
3835 {return __x.__p_ == __y.__p_;}
3837 bool operator!=(const param_type& __x, const param_type& __y)
3838 {return !(__x == __y);}
3877 const bernoulli_distribution& __y)
3878 {return __x.__p_ == __y.__p_;}
3881 const bernoulli_distribution& __y)
3882 {return !(__x == __y);}
3948 bool operator==(const param_type& __x, const param_type& __y)
3949 {return __x.__t_ == __y.__t_ && __x.__p_ == __y.__p_;}
3951 bool operator!=(const param_type& __x, const param_type& __y)
3952 {return !(__x == __y);}
3995 const binomial_distribution& __y)
3996 {return __x.__p_ == __y.__p_;}
3999 const binomial_distribution& __y)
4000 {return !(__x == __y);}
4125 bool operator==(const param_type& __x, const param_type& __y)
4126 {return __x.__lambda_ == __y.__lambda_;}
4128 bool operator!=(const param_type& __x, const param_type& __y)
4129 {return !(__x == __y);}
4168 const exponential_distribution& __y)
4169 {return __x.__p_ == __y.__p_;}
4172 const exponential_distribution& __y)
4173 {return !(__x == __y);}
4244 bool operator==(const param_type& __x, const param_type& __y)
4245 {return __x.__mean_ == __y.__mean_ && __x.__stddev_ == __y.__stddev_;}
4247 bool operator!=(const param_type& __x, const param_type& __y)
4248 {return !(__x == __y);}
4292 const normal_distribution& __y)
4293 {return __x.__p_ == __y.__p_ && __x._V_hot_ == __y._V_hot_ &&
4294 (!__x._V_hot_ || __x._V_ == __y._V_);}
4297 const normal_distribution& __y)
4298 {return !(__x == __y);}
4411 bool operator==(const param_type& __x, const param_type& __y)
4412 {return __x.__nd_ == __y.__nd_;}
4414 bool operator!=(const param_type& __x, const param_type& __y)
4415 {return !(__x == __y);}
4473 const lognormal_distribution& __y)
4474 {return __x.__p_ == __y.__p_;}
4477 const lognormal_distribution& __y)
4478 {return !(__x == __y);}
4542 bool operator==(const param_type& __x, const param_type& __y)
4543 {return __x.__mean_ == __y.__mean_;}
4545 bool operator!=(const param_type& __x, const param_type& __y)
4546 {return !(__x == __y);}
4586 const poisson_distribution& __y)
4587 {return __x.__p_ == __y.__p_;}
4590 const poisson_distribution& __y)
4591 {return !(__x == __y);}
4771 bool operator==(const param_type& __x, const param_type& __y)
4772 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4774 bool operator!=(const param_type& __x, const param_type& __y)
4775 {return !(__x == __y);}
4821 const weibull_distribution& __y)
4822 {return __x.__p_ == __y.__p_;}
4825 const weibull_distribution& __y)
4826 {return !(__x == __y);}
4885 bool operator==(const param_type& __x, const param_type& __y)
4886 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4888 bool operator!=(const param_type& __x, const param_type& __y)
4889 {return !(__x == __y);}
4931 const extreme_value_distribution& __y)
4932 {return __x.__p_ == __y.__p_;}
4935 const extreme_value_distribution& __y)
4936 {return !(__x == __y);}
5006 bool operator==(const param_type& __x, const param_type& __y)
5007 {return __x.__alpha_ == __y.__alpha_ && __x.__beta_ == __y.__beta_;}
5009 bool operator!=(const param_type& __x, const param_type& __y)
5010 {return !(__x == __y);}
5052 const gamma_distribution& __y)
5053 {return __x.__p_ == __y.__p_;}
5056 const gamma_distribution& __y)
5057 {return !(__x == __y);}
5082 const result_type __y = _VSTD::sqrt(__c / __w) *
5084 __x = __b + __y;
5088 if (__z <= 1 - 2 * __y * __y / __x)
5090 if (_VSTD::log(__z) <= 2 * (__b * _VSTD::log(__x / __b) - __y))
5178 bool operator==(const param_type& __x, const param_type& __y)
5179 {return __x.__k_ == __y.__k_ && __x.__p_ == __y.__p_;}
5181 bool operator!=(const param_type& __x, const param_type& __y)
5182 {return !(__x == __y);}
5223 const negative_binomial_distribution& __y)
5224 {return __x.__p_ == __y.__p_;}
5227 const negative_binomial_distribution& __y)
5228 {return !(__x == __y);}
5309 bool operator==(const param_type& __x, const param_type& __y)
5310 {return __x.__p_ == __y.__p_;}
5312 bool operator!=(const param_type& __x, const param_type& __y)
5313 {return !(__x == __y);}
5354 const geometric_distribution& __y)
5355 {return __x.__p_ == __y.__p_;}
5358 const geometric_distribution& __y)
5359 {return !(__x == __y);}
5411 bool operator==(const param_type& __x, const param_type& __y)
5412 {return __x.__n_ == __y.__n_;}
5414 bool operator!=(const param_type& __x, const param_type& __y)
5415 {return !(__x == __y);}
5458 const chi_squared_distribution& __y)
5459 {return __x.__p_ == __y.__p_;}
5462 const chi_squared_distribution& __y)
5463 {return !(__x == __y);}
5521 bool operator==(const param_type& __x, const param_type& __y)
5522 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
5524 bool operator!=(const param_type& __x, const param_type& __y)
5525 {return !(__x == __y);}
5567 const cauchy_distribution& __y)
5568 {return __x.__p_ == __y.__p_;}
5571 const cauchy_distribution& __y)
5572 {return !(__x == __y);}
5644 bool operator==(const param_type& __x, const param_type& __y)
5645 {return __x.__m_ == __y.__m_ && __x.__n_ == __y.__n_;}
5647 bool operator!=(const param_type& __x, const param_type& __y)
5648 {return !(__x == __y);}
5690 const fisher_f_distribution& __y)
5691 {return __x.__p_ == __y.__p_;}
5694 const fisher_f_distribution& __y)
5695 {return !(__x == __y);}
5762 bool operator==(const param_type& __x, const param_type& __y)
5763 {return __x.__n_ == __y.__n_;}
5765 bool operator!=(const param_type& __x, const param_type& __y)
5766 {return !(__x == __y);}
5807 const student_t_distribution& __y)
5808 {return __x.__p_ == __y.__p_;}
5811 const student_t_distribution& __y)
5812 {return !(__x == __y);}
5886 bool operator==(const param_type& __x, const param_type& __y)
5887 {return __x.__p_ == __y.__p_;}
5889 bool operator!=(const param_type& __x, const param_type& __y)
5890 {return !(__x == __y);}
5960 const discrete_distribution& __y)
5961 {return __x.__p_ == __y.__p_;}
5964 const discrete_distribution& __y)
5965 {return !(__x == __y);}
6117 bool operator==(const param_type& __x, const param_type& __y)
6118 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6120 bool operator!=(const param_type& __x, const param_type& __y)
6121 {return !(__x == __y);}
6201 const piecewise_constant_distribution& __y)
6202 {return __x.__p_ == __y.__p_;}
6205 const piecewise_constant_distribution& __y)
6206 {return !(__x == __y);}
6440 bool operator==(const param_type& __x, const param_type& __y)
6441 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6443 bool operator!=(const param_type& __x, const param_type& __y)
6444 {return !(__x == __y);}
6524 const piecewise_linear_distribution& __y)
6525 {return __x.__p_ == __y.__p_;}
6528 const piecewise_linear_distribution& __y)
6529 {return !(__x == __y);}