Lines Matching +full:max +full:- +full:functions

1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
38 static constexpr result_type max() { return m - 1u;}
41 // constructors and seeding functions
49 // generating functions
100 static constexpr result_type max() { return 2^w - 1; }
103 // constructors and seeding functions
111 // generating functions
160 static constexpr result_type max() { return m-1; }
163 // constructors and seeding functions
171 // generating functions
211 static constexpr result_type max() { return Engine::max(); }
213 // constructors and seeding functions
223 // generating functions
227 // property functions
264 static constexpr result_type max() { return 2^w - 1; }
266 // constructors and seeding functions
276 // generating functions
279 // property functions
317 static constexpr result_type max() { return Engine::max; }
319 // constructors and seeding functions
329 // generating functions
333 // property functions
394 static constexpr result_type max() { return numeric_limits<result_type>::max(); }
397 explicit random_device(const string& token = implementation-defined); // before C++20
398 random_device() : random_device(implementation-defined) {} // C++20
401 // generating functions
404 // property functions
407 // no copy functions
427 // generating functions
431 // property functions
436 // no copy functions
459 IntType b = numeric_limits<IntType>::max());
468 // constructors and reset functions
470 IntType b = numeric_limits<IntType>::max()); // before C++20
473 IntType b = numeric_limits<IntType>::max()); // C++20
477 // generating functions
481 // property functions
489 result_type max() const;
531 // constructors and reset functions
538 // generating functions
542 // property functions
550 result_type max() const;
589 // constructors and reset functions
596 // generating functions
600 // property functions
607 result_type max() const;
648 // constructors and reset functions
655 // generating functions
659 // property functions
667 result_type max() const;
707 // constructors and reset functions
714 // generating functions
718 // property functions
725 result_type max() const;
766 // constructor and reset functions
773 // generating functions
777 // property functions
785 result_type max() const;
825 // constructors and reset functions
832 // generating functions
836 // property functions
843 result_type max() const;
883 // constructors and reset functions
890 // generating functions
894 // property functions
901 result_type max() const;
942 // constructors and reset functions
949 // generating functions
953 // property functions
961 result_type max() const;
1002 // constructor and reset functions
1009 // generating functions
1013 // property functions
1021 result_type max() const;
1062 // constructor and reset functions
1069 // generating functions
1073 // property functions
1081 result_type max() const;
1122 // constructors and reset functions
1129 // generating functions
1133 // property functions
1141 result_type max() const;
1182 // constructor and reset functions
1189 // generating functions
1193 // property functions
1201 result_type max() const;
1241 // constructor and reset functions
1248 // generating functions
1252 // property functions
1259 result_type max() const;
1300 // constructor and reset functions
1307 // generating functions
1311 // property functions
1319 result_type max() const;
1360 // constructor and reset functions
1367 // generating functions
1371 // property functions
1379 result_type max() const;
1419 // constructor and reset functions
1426 // generating functions
1430 // property functions
1437 result_type max() const;
1482 // constructor and reset functions
1493 // generating functions
1497 // property functions
1504 result_type max() const;
1552 // constructor and reset functions
1567 // generating functions
1571 // property functions
1579 result_type max() const;
1627 // constructor and reset functions
1645 // generating functions
1649 // property functions
1657 result_type max() const;
1717 // standard-mandated includes