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);}
4768 bool operator==(const param_type& __x, const param_type& __y)
4769 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4771 bool operator!=(const param_type& __x, const param_type& __y)
4772 {return !(__x == __y);}
4818 const weibull_distribution& __y)
4819 {return __x.__p_ == __y.__p_;}
4822 const weibull_distribution& __y)
4823 {return !(__x == __y);}
4882 bool operator==(const param_type& __x, const param_type& __y)
4883 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
4885 bool operator!=(const param_type& __x, const param_type& __y)
4886 {return !(__x == __y);}
4928 const extreme_value_distribution& __y)
4929 {return __x.__p_ == __y.__p_;}
4932 const extreme_value_distribution& __y)
4933 {return !(__x == __y);}
5003 bool operator==(const param_type& __x, const param_type& __y)
5004 {return __x.__alpha_ == __y.__alpha_ && __x.__beta_ == __y.__beta_;}
5006 bool operator!=(const param_type& __x, const param_type& __y)
5007 {return !(__x == __y);}
5049 const gamma_distribution& __y)
5050 {return __x.__p_ == __y.__p_;}
5053 const gamma_distribution& __y)
5054 {return !(__x == __y);}
5079 const result_type __y = _VSTD::sqrt(__c / __w) *
5081 __x = __b + __y;
5085 if (__z <= 1 - 2 * __y * __y / __x)
5087 if (_VSTD::log(__z) <= 2 * (__b * _VSTD::log(__x / __b) - __y))
5175 bool operator==(const param_type& __x, const param_type& __y)
5176 {return __x.__k_ == __y.__k_ && __x.__p_ == __y.__p_;}
5178 bool operator!=(const param_type& __x, const param_type& __y)
5179 {return !(__x == __y);}
5220 const negative_binomial_distribution& __y)
5221 {return __x.__p_ == __y.__p_;}
5224 const negative_binomial_distribution& __y)
5225 {return !(__x == __y);}
5306 bool operator==(const param_type& __x, const param_type& __y)
5307 {return __x.__p_ == __y.__p_;}
5309 bool operator!=(const param_type& __x, const param_type& __y)
5310 {return !(__x == __y);}
5351 const geometric_distribution& __y)
5352 {return __x.__p_ == __y.__p_;}
5355 const geometric_distribution& __y)
5356 {return !(__x == __y);}
5408 bool operator==(const param_type& __x, const param_type& __y)
5409 {return __x.__n_ == __y.__n_;}
5411 bool operator!=(const param_type& __x, const param_type& __y)
5412 {return !(__x == __y);}
5455 const chi_squared_distribution& __y)
5456 {return __x.__p_ == __y.__p_;}
5459 const chi_squared_distribution& __y)
5460 {return !(__x == __y);}
5518 bool operator==(const param_type& __x, const param_type& __y)
5519 {return __x.__a_ == __y.__a_ && __x.__b_ == __y.__b_;}
5521 bool operator!=(const param_type& __x, const param_type& __y)
5522 {return !(__x == __y);}
5564 const cauchy_distribution& __y)
5565 {return __x.__p_ == __y.__p_;}
5568 const cauchy_distribution& __y)
5569 {return !(__x == __y);}
5641 bool operator==(const param_type& __x, const param_type& __y)
5642 {return __x.__m_ == __y.__m_ && __x.__n_ == __y.__n_;}
5644 bool operator!=(const param_type& __x, const param_type& __y)
5645 {return !(__x == __y);}
5687 const fisher_f_distribution& __y)
5688 {return __x.__p_ == __y.__p_;}
5691 const fisher_f_distribution& __y)
5692 {return !(__x == __y);}
5759 bool operator==(const param_type& __x, const param_type& __y)
5760 {return __x.__n_ == __y.__n_;}
5762 bool operator!=(const param_type& __x, const param_type& __y)
5763 {return !(__x == __y);}
5804 const student_t_distribution& __y)
5805 {return __x.__p_ == __y.__p_;}
5808 const student_t_distribution& __y)
5809 {return !(__x == __y);}
5883 bool operator==(const param_type& __x, const param_type& __y)
5884 {return __x.__p_ == __y.__p_;}
5886 bool operator!=(const param_type& __x, const param_type& __y)
5887 {return !(__x == __y);}
5957 const discrete_distribution& __y)
5958 {return __x.__p_ == __y.__p_;}
5961 const discrete_distribution& __y)
5962 {return !(__x == __y);}
6114 bool operator==(const param_type& __x, const param_type& __y)
6115 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6117 bool operator!=(const param_type& __x, const param_type& __y)
6118 {return !(__x == __y);}
6198 const piecewise_constant_distribution& __y)
6199 {return __x.__p_ == __y.__p_;}
6202 const piecewise_constant_distribution& __y)
6203 {return !(__x == __y);}
6437 bool operator==(const param_type& __x, const param_type& __y)
6438 {return __x.__densities_ == __y.__densities_ && __x.__b_ == __y.__b_;}
6440 bool operator!=(const param_type& __x, const param_type& __y)
6441 {return !(__x == __y);}
6521 const piecewise_linear_distribution& __y)
6522 {return __x.__p_ == __y.__p_;}
6525 const piecewise_linear_distribution& __y)
6526 {return !(__x == __y);}