Lines Matching defs:__d1

575 	       _UIntType1 __d1, size_t __s1,
582 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
601 _UIntType1 __d1, size_t __s1,
608 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
1660 operator!=(const std::uniform_int_distribution<_IntType>& __d1,
1662 { return !(__d1 == __d2); }
1848 operator==(const uniform_real_distribution& __d1,
1850 { return __d1._M_param == __d2._M_param; }
1869 operator!=(const std::uniform_real_distribution<_IntType>& __d1,
1871 { return !(__d1 == __d2); }
2067 operator==(const std::normal_distribution<_RealType1>& __d1,
2118 operator!=(const std::normal_distribution<_RealType>& __d1,
2120 { return !(__d1 == __d2); }
2269 operator==(const lognormal_distribution& __d1,
2271 { return (__d1._M_param == __d2._M_param
2272 && __d1._M_nd == __d2._M_nd); }
2322 operator!=(const std::lognormal_distribution<_RealType>& __d1,
2324 { return !(__d1 == __d2); }
2490 operator==(const gamma_distribution& __d1,
2492 { return (__d1._M_param == __d2._M_param
2493 && __d1._M_nd == __d2._M_nd); }
2542 operator!=(const std::gamma_distribution<_RealType>& __d1,
2544 { return !(__d1 == __d2); }
2693 operator==(const chi_squared_distribution& __d1,
2695 { return __d1._M_param == __d2._M_param && __d1._M_gd == __d2._M_gd; }
2752 operator!=(const std::chi_squared_distribution<_RealType>& __d1,
2754 { return !(__d1 == __d2); }
2898 operator==(const cauchy_distribution& __d1,
2900 { return __d1._M_param == __d2._M_param; }
2919 operator!=(const std::cauchy_distribution<_RealType>& __d1,
2921 { return !(__d1 == __d2); }
3115 operator==(const fisher_f_distribution& __d1,
3117 { return (__d1._M_param == __d2._M_param
3118 && __d1._M_gd_x == __d2._M_gd_x
3119 && __d1._M_gd_y == __d2._M_gd_y); }
3175 operator!=(const std::fisher_f_distribution<_RealType>& __d1,
3177 { return !(__d1 == __d2); }
3329 operator==(const student_t_distribution& __d1,
3331 { return (__d1._M_param == __d2._M_param
3332 && __d1._M_nd == __d2._M_nd && __d1._M_gd == __d2._M_gd); }
3388 operator!=(const std::student_t_distribution<_RealType>& __d1,
3390 { return !(__d1 == __d2); }
3544 operator==(const bernoulli_distribution& __d1,
3546 { return __d1._M_param == __d2._M_param; }
3564 operator!=(const std::bernoulli_distribution& __d1,
3566 { return !(__d1 == __d2); }
3766 operator==(const binomial_distribution& __d1,
3769 { return __d1._M_param == __d2._M_param && __d1._M_nd == __d2._M_nd; }
3771 { return __d1._M_param == __d2._M_param; }
3830 operator!=(const std::binomial_distribution<_IntType>& __d1,
3832 { return !(__d1 == __d2); }
3978 operator==(const geometric_distribution& __d1,
3980 { return __d1._M_param == __d2._M_param; }
3999 operator!=(const std::geometric_distribution<_IntType>& __d1,
4001 { return !(__d1 == __d2); }
4186 operator==(const negative_binomial_distribution& __d1,
4188 { return __d1._M_param == __d2._M_param && __d1._M_gd == __d2._M_gd; }
4244 operator!=(const std::negative_binomial_distribution<_IntType>& __d1,
4246 { return !(__d1 == __d2); }
4403 operator==(const poisson_distribution& __d1,
4406 { return __d1._M_param == __d2._M_param && __d1._M_nd == __d2._M_nd; }
4408 { return __d1._M_param == __d2._M_param; }
4460 operator!=(const std::poisson_distribution<_IntType>& __d1,
4462 { return !(__d1 == __d2); }
4617 operator==(const exponential_distribution& __d1,
4619 { return __d1._M_param == __d2._M_param; }
4638 operator!=(const std::exponential_distribution<_RealType>& __d1,
4640 { return !(__d1 == __d2); }
4820 operator==(const weibull_distribution& __d1,
4822 { return __d1._M_param == __d2._M_param; }
4841 operator!=(const std::weibull_distribution<_RealType>& __d1,
4843 { return !(__d1 == __d2); }
5023 operator==(const extreme_value_distribution& __d1,
5025 { return __d1._M_param == __d2._M_param; }
5044 operator!=(const std::extreme_value_distribution<_RealType>& __d1,
5046 { return !(__d1 == __d2); }
5252 operator==(const discrete_distribution& __d1,
5254 { return __d1._M_param == __d2._M_param; }
5304 operator!=(const std::discrete_distribution<_IntType>& __d1,
5306 { return !(__d1 == __d2); }
5518 operator==(const piecewise_constant_distribution& __d1,
5520 { return __d1._M_param == __d2._M_param; }
5571 operator!=(const std::piecewise_constant_distribution<_RealType>& __d1,
5573 { return !(__d1 == __d2); }
5788 operator==(const piecewise_linear_distribution& __d1,
5790 { return __d1._M_param == __d2._M_param; }
5841 operator!=(const std::piecewise_linear_distribution<_RealType>& __d1,
5843 { return !(__d1 == __d2); }