Lines Matching +full:bool +full:- +full:property

1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
38 static constexpr result_type max() { return m - 1u;}
55 bool
60 bool
100 static constexpr result_type max() { return 2^w - 1; }
119 bool
127 bool
160 static constexpr result_type max() { return m-1; }
177 bool
183 bool
227 // property functions
232 bool
238 bool
264 static constexpr result_type max() { return 2^w - 1; }
279 // property functions
284 bool
290 bool
333 // property functions
338 bool
344 bool
397 explicit random_device(const string& token = implementation-defined); // before C++20
398 random_device() : random_device(implementation-defined) {} // C++20
404 // property functions
431 // property functions
464 friend bool operator==(const param_type& x, const param_type& y);
465 friend bool operator!=(const param_type& x, const param_type& y);
481 // property functions
491 friend bool operator==(const uniform_int_distribution& x,
493 friend bool operator!=(const uniform_int_distribution& x,
527 friend bool operator==(const param_type& x, const param_type& y);
528 friend bool operator!=(const param_type& x, const param_type& y);
542 // property functions
552 friend bool operator==(const uniform_real_distribution& x,
554 friend bool operator!=(const uniform_real_distribution& x,
574 typedef bool result_type;
585 friend bool operator==(const param_type& x, const param_type& y);
586 friend bool operator!=(const param_type& x, const param_type& y);
600 // property functions
609 friend bool operator==(const bernoulli_distribution& x,
611 friend bool operator!=(const bernoulli_distribution& x,
644 friend bool operator==(const param_type& x, const param_type& y);
645 friend bool operator!=(const param_type& x, const param_type& y);
659 // property functions
669 friend bool operator==(const binomial_distribution& x,
671 friend bool operator!=(const binomial_distribution& x,
703 friend bool operator==(const param_type& x, const param_type& y);
704 friend bool operator!=(const param_type& x, const param_type& y);
718 // property functions
727 friend bool operator==(const geometric_distribution& x,
729 friend bool operator!=(const geometric_distribution& x,
762 friend bool operator==(const param_type& x, const param_type& y);
763 friend bool operator!=(const param_type& x, const param_type& y);
777 // property functions
787 friend bool operator==(const negative_binomial_distribution& x,
789 friend bool operator!=(const negative_binomial_distribution& x,
821 friend bool operator==(const param_type& x, const param_type& y);
822 friend bool operator!=(const param_type& x, const param_type& y);
836 // property functions
845 friend bool operator==(const poisson_distribution& x,
847 friend bool operator!=(const poisson_distribution& x,
879 friend bool operator==(const param_type& x, const param_type& y);
880 friend bool operator!=(const param_type& x, const param_type& y);
894 // property functions
903 friend bool operator==(const exponential_distribution& x,
905 friend bool operator!=(const exponential_distribution& x,
938 friend bool operator==(const param_type& x, const param_type& y);
939 friend bool operator!=(const param_type& x, const param_type& y);
953 // property functions
963 friend bool operator==(const gamma_distribution& x,
965 friend bool operator!=(const gamma_distribution& x,
998 friend bool operator==(const param_type& x, const param_type& y);
999 friend bool operator!=(const param_type& x, const param_type& y);
1013 // property functions
1023 friend bool operator==(const weibull_distribution& x,
1025 friend bool operator!=(const weibull_distribution& x,
1058 friend bool operator==(const param_type& x, const param_type& y);
1059 friend bool operator!=(const param_type& x, const param_type& y);
1073 // property functions
1083 friend bool operator==(const extreme_value_distribution& x,
1085 friend bool operator!=(const extreme_value_distribution& x,
1118 friend bool operator==(const param_type& x, const param_type& y);
1119 friend bool operator!=(const param_type& x, const param_type& y);
1133 // property functions
1143 friend bool operator==(const normal_distribution& x,
1145 friend bool operator!=(const normal_distribution& x,
1178 friend bool operator==(const param_type& x, const param_type& y);
1179 friend bool operator!=(const param_type& x, const param_type& y);
1193 // property functions
1203 friend bool operator==(const lognormal_distribution& x,
1205 friend bool operator!=(const lognormal_distribution& x,
1237 friend bool operator==(const param_type& x, const param_type& y);
1238 friend bool operator!=(const param_type& x, const param_type& y);
1252 // property functions
1261 friend bool operator==(const chi_squared_distribution& x,
1263 friend bool operator!=(const chi_squared_distribution& x,
1296 friend bool operator==(const param_type& x, const param_type& y);
1297 friend bool operator!=(const param_type& x, const param_type& y);
1311 // property functions
1321 friend bool operator==(const cauchy_distribution& x,
1323 friend bool operator!=(const cauchy_distribution& x,
1356 friend bool operator==(const param_type& x, const param_type& y);
1357 friend bool operator!=(const param_type& x, const param_type& y);
1371 // property functions
1381 friend bool operator==(const fisher_f_distribution& x,
1383 friend bool operator!=(const fisher_f_distribution& x,
1415 friend bool operator==(const param_type& x, const param_type& y);
1416 friend bool operator!=(const param_type& x, const param_type& y);
1430 // property functions
1439 friend bool operator==(const student_t_distribution& x,
1441 friend bool operator!=(const student_t_distribution& x,
1478 friend bool operator==(const param_type& x, const param_type& y);
1479 friend bool operator!=(const param_type& x, const param_type& y);
1497 // property functions
1506 friend bool operator==(const discrete_distribution& x,
1508 friend bool operator!=(const discrete_distribution& x,
1548 friend bool operator==(const param_type& x, const param_type& y);
1549 friend bool operator!=(const param_type& x, const param_type& y);
1571 // property functions
1581 friend bool operator==(const piecewise_constant_distribution& x,
1583 friend bool operator!=(const piecewise_constant_distribution& x,
1623 friend bool operator==(const param_type& x, const param_type& y);
1624 friend bool operator!=(const param_type& x, const param_type& y);
1649 // property functions
1659 friend bool operator==(const piecewise_linear_distribution& x,
1661 friend bool operator!=(const piecewise_linear_distribution& x,
1717 // standard-mandated includes