• Home
  • Raw
  • Download

Lines Matching refs:__y

1894                     const linear_congruential_engine& __y)
1895 {return __x.__x_ == __y.__x_;}
1898 const linear_congruential_engine& __y)
1899 {return !(__x == __y);}
2023 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2033 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2140 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2150 _Bp, _Tp, _Cp, _Lp, _Fp>& __y);
2394 _Bp, _Tp, _Cp, _Lp, _Fp>& __y)
2396 if (__x.__i_ == __y.__i_)
2397 return _VSTD::equal(__x.__x_, __x.__x_ + _Np, __y.__x_);
2398 if (__x.__i_ == 0 || __y.__i_ == 0)
2400 size_t __j = _VSTD::min(_Np - __x.__i_, _Np - __y.__i_);
2402 __y.__x_ + __y.__i_))
2405 return _VSTD::equal(__x.__x_ + __j, __x.__x_ + _Np, __y.__x_);
2406 return _VSTD::equal(__x.__x_, __x.__x_ + (_Np - __j), __y.__x_ + __j);
2408 if (__x.__i_ < __y.__i_)
2410 size_t __j = _Np - __y.__i_;
2412 __y.__x_ + __y.__i_))
2415 __y.__x_))
2418 __y.__x_ + (_Np - (__x.__i_ + __j)));
2421 if (!_VSTD::equal(__y.__x_ + __y.__i_, __y.__x_ + (__y.__i_ + __j),
2424 if (!_VSTD::equal(__y.__x_ + (__y.__i_ + __j), __y.__x_ + _Np,
2427 return _VSTD::equal(__y.__x_, __y.__x_ + __y.__i_,
2428 __x.__x_ + (_Np - (__y.__i_ + __j)));
2439 _Bp, _Tp, _Cp, _Lp, _Fp>& __y)
2441 return !(__x == __y);
2508 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y);
2515 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y);
2594 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y);
2601 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y);
2718 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y)
2720 if (__x.__c_ != __y.__c_)
2722 if (__x.__i_ == __y.__i_)
2723 return _VSTD::equal(__x.__x_, __x.__x_ + _Rp, __y.__x_);
2724 if (__x.__i_ == 0 || __y.__i_ == 0)
2726 size_t __j = _VSTD::min(_Rp - __x.__i_, _Rp - __y.__i_);
2728 __y.__x_ + __y.__i_))
2731 return _VSTD::equal(__x.__x_ + __j, __x.__x_ + _Rp, __y.__x_);
2732 return _VSTD::equal(__x.__x_, __x.__x_ + (_Rp - __j), __y.__x_ + __j);
2734 if (__x.__i_ < __y.__i_)
2736 size_t __j = _Rp - __y.__i_;
2738 __y.__x_ + __y.__i_))
2741 __y.__x_))
2744 __y.__x_ + (_Rp - (__x.__i_ + __j)));
2747 if (!_VSTD::equal(__y.__x_ + __y.__i_, __y.__x_ + (__y.__i_ + __j),
2750 if (!_VSTD::equal(__y.__x_ + (__y.__i_ + __j), __y.__x_ + _Rp,
2753 return _VSTD::equal(__y.__x_, __y.__x_ + __y.__i_,
2754 __x.__x_ + (_Rp - (__y.__i_ + __j)));
2762 const subtract_with_carry_engine<_UI, _Wp, _Sp, _Rp>& __y)
2764 return !(__x == __y);
2887 const discard_block_engine<_Eng, _Pp, _Rp>& __y);
2894 const discard_block_engine<_Eng, _Pp, _Rp>& __y);
2934 const discard_block_engine<_Eng, _Pp, _Rp>& __y)
2936 return __x.__n_ == __y.__n_ && __x.__e_ == __y.__e_;
2943 const discard_block_engine<_Eng, _Pp, _Rp>& __y)
2945 return !(__x == __y);
3098 const independent_bits_engine<_Eng, _Wp, _UI>& __y);
3105 const independent_bits_engine<_Eng, _Wp, _UI>& __y);
3185 const independent_bits_engine<_Eng, _Wp, _UI>& __y)
3187 return __x.base() == __y.base();
3195 const independent_bits_engine<_Eng, _Wp, _UI>& __y)
3197 return !(__x == __y);
3328 const shuffle_order_engine<_Eng, _Kp>& __y);
3335 const shuffle_order_engine<_Eng, _Kp>& __y);
3416 const shuffle_order_engine<_Eng, _Kp>& __y)
3418 return __x._Y_ == __y._Y_ && _VSTD::equal(__x._V_, __x._V_ + _Kp, __y._V_) &&
3419 __x.__e_ == __y.__e_;
3427 const shuffle_order_engine<_Eng, _Kp>& __y)
3429 return !(__x == __y);
3713 bool operator==(const param_type& __x, const param_type& __y)
3714 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
3716 bool operator!=(const param_type& __x, const param_type& __y)
3717 {return !(__x == __y);}
3758 const uniform_real_distribution& __y)
3759 {return __x.__p_ == __y.__p_;}
3762 const uniform_real_distribution& __y)
3763 {return !(__x == __y);}
3829 bool operator==(const param_type& __x, const param_type& __y)
3830 {return __x.__p_ == __y.__p_;}
3832 bool operator!=(const param_type& __x, const param_type& __y)
3833 {return !(__x == __y);}
3872 const bernoulli_distribution& __y)
3873 {return __x.__p_ == __y.__p_;}
3876 const bernoulli_distribution& __y)
3877 {return !(__x == __y);}
3943 bool operator==(const param_type& __x, const param_type& __y)
3944 {return __x.__t_ == __y.__t_ && __x.__p_ == __y.__p_;}
3946 bool operator!=(const param_type& __x, const param_type& __y)
3947 {return !(__x == __y);}
3990 const binomial_distribution& __y)
3991 {return __x.__p_ == __y.__p_;}
3994 const binomial_distribution& __y)
3995 {return !(__x == __y);}
4103 bool operator==(const param_type& __x, const param_type& __y)
4104 {return __x.__lambda_ == __y.__lambda_;}
4106 bool operator!=(const param_type& __x, const param_type& __y)
4107 {return !(__x == __y);}
4146 const exponential_distribution& __y)
4147 {return __x.__p_ == __y.__p_;}
4150 const exponential_distribution& __y)
4151 {return !(__x == __y);}
4222 bool operator==(const param_type& __x, const param_type& __y)
4223 {return __x.__mean_ == __y.__mean_ && __x.__stddev_ == __y.__stddev_;}
4225 bool operator!=(const param_type& __x, const param_type& __y)
4226 {return !(__x == __y);}
4270 const normal_distribution& __y)
4271 {return __x.__p_ == __y.__p_ && __x._V_hot_ == __y._V_hot_ &&
4272 (!__x._V_hot_ || __x._V_ == __y._V_);}
4275 const normal_distribution& __y)
4276 {return !(__x == __y);}
4389 bool operator==(const param_type& __x, const param_type& __y)
4390 {return __x.__nd_ == __y.__nd_;}
4392 bool operator!=(const param_type& __x, const param_type& __y)
4393 {return !(__x == __y);}
4451 const lognormal_distribution& __y)
4452 {return __x.__p_ == __y.__p_;}
4455 const lognormal_distribution& __y)
4456 {return !(__x == __y);}
4520 bool operator==(const param_type& __x, const param_type& __y)
4521 {return __x.__mean_ == __y.__mean_;}
4523 bool operator!=(const param_type& __x, const param_type& __y)
4524 {return !(__x == __y);}
4564 const poisson_distribution& __y)
4565 {return __x.__p_ == __y.__p_;}
4568 const poisson_distribution& __y)
4569 {return !(__x == __y);}
4746 bool operator==(const param_type& __x, const param_type& __y)
4747 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4749 bool operator!=(const param_type& __x, const param_type& __y)
4750 {return !(__x == __y);}
4796 const weibull_distribution& __y)
4797 {return __x.__p_ == __y.__p_;}
4800 const weibull_distribution& __y)
4801 {return !(__x == __y);}
4860 bool operator==(const param_type& __x, const param_type& __y)
4861 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4863 bool operator!=(const param_type& __x, const param_type& __y)
4864 {return !(__x == __y);}
4906 const extreme_value_distribution& __y)
4907 {return __x.__p_ == __y.__p_;}
4910 const extreme_value_distribution& __y)
4911 {return !(__x == __y);}
4981 bool operator==(const param_type& __x, const param_type& __y)
4982 {return __x.__alpha_ == __y.__alpha_ && __x.__beta_ == __y.__beta_;}
4984 bool operator!=(const param_type& __x, const param_type& __y)
4985 {return !(__x == __y);}
5027 const gamma_distribution& __y)
5028 {return __x.__p_ == __y.__p_;}
5031 const gamma_distribution& __y)
5032 {return !(__x == __y);}
5057 const result_type __y = _VSTD::sqrt(__c / __w) *
5059 __x = __b + __y;
5063 if (__z <= 1 - 2 * __y * __y / __x)
5065 if (_VSTD::log(__z) <= 2 * (__b * _VSTD::log(__x / __b) - __y))
5153 bool operator==(const param_type& __x, const param_type& __y)
5154 {return __x.__k_ == __y.__k_ && __x.__p_ == __y.__p_;}
5156 bool operator!=(const param_type& __x, const param_type& __y)
5157 {return !(__x == __y);}
5198 const negative_binomial_distribution& __y)
5199 {return __x.__p_ == __y.__p_;}
5202 const negative_binomial_distribution& __y)
5203 {return !(__x == __y);}
5284 bool operator==(const param_type& __x, const param_type& __y)
5285 {return __x.__p_ == __y.__p_;}
5287 bool operator!=(const param_type& __x, const param_type& __y)
5288 {return !(__x == __y);}
5329 const geometric_distribution& __y)
5330 {return __x.__p_ == __y.__p_;}
5333 const geometric_distribution& __y)
5334 {return !(__x == __y);}
5386 bool operator==(const param_type& __x, const param_type& __y)
5387 {return __x.__n_ == __y.__n_;}
5389 bool operator!=(const param_type& __x, const param_type& __y)
5390 {return !(__x == __y);}
5433 const chi_squared_distribution& __y)
5434 {return __x.__p_ == __y.__p_;}
5437 const chi_squared_distribution& __y)
5438 {return !(__x == __y);}
5496 bool operator==(const param_type& __x, const param_type& __y)
5497 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
5499 bool operator!=(const param_type& __x, const param_type& __y)
5500 {return !(__x == __y);}
5542 const cauchy_distribution& __y)
5543 {return __x.__p_ == __y.__p_;}
5546 const cauchy_distribution& __y)
5547 {return !(__x == __y);}
5619 bool operator==(const param_type& __x, const param_type& __y)
5620 {return __x.__m_ == __y.__m_ && __x.__n_ == __y.__n_;}
5622 bool operator!=(const param_type& __x, const param_type& __y)
5623 {return !(__x == __y);}
5665 const fisher_f_distribution& __y)
5666 {return __x.__p_ == __y.__p_;}
5669 const fisher_f_distribution& __y)
5670 {return !(__x == __y);}
5737 bool operator==(const param_type& __x, const param_type& __y)
5738 {return __x.__n_ == __y.__n_;}
5740 bool operator!=(const param_type& __x, const param_type& __y)
5741 {return !(__x == __y);}
5782 const student_t_distribution& __y)
5783 {return __x.__p_ == __y.__p_;}
5786 const student_t_distribution& __y)
5787 {return !(__x == __y);}
5861 bool operator==(const param_type& __x, const param_type& __y)
5862 {return __x.__p_ == __y.__p_;}
5864 bool operator!=(const param_type& __x, const param_type& __y)
5865 {return !(__x == __y);}
5935 const discrete_distribution& __y)
5936 {return __x.__p_ == __y.__p_;}
5939 const discrete_distribution& __y)
5940 {return !(__x == __y);}
6095 bool operator==(const param_type& __x, const param_type& __y)
6096 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6098 bool operator!=(const param_type& __x, const param_type& __y)
6099 {return !(__x == __y);}
6179 const piecewise_constant_distribution& __y)
6180 {return __x.__p_ == __y.__p_;}
6183 const piecewise_constant_distribution& __y)
6184 {return !(__x == __y);}
6419 bool operator==(const param_type& __x, const param_type& __y)
6420 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6422 bool operator!=(const param_type& __x, const param_type& __y)
6423 {return !(__x == __y);}
6503 const piecewise_linear_distribution& __y)
6504 {return __x.__p_ == __y.__p_;}
6507 const piecewise_linear_distribution& __y)
6508 {return !(__x == __y);}