Home
last modified time | relevance | path

Searched refs:stable_sort (Results 1 – 25 of 3889) sorted by relevance

12345678910>>...156

/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/misc/
H A Dsorts.reference43 Testing List.stable_sort...
44 List.stable_sort with constant ints
48 List.stable_sort with sorted ints
64 List.stable_sort with records (str)
68 List.stable_sort with records (int[1])
72 List.stable_sort with records (int[10])
76 List.stable_sort with records (int[100])
141 Testing Array.stable_sort...
142 Array.stable_sort with constant ints
146 Array.stable_sort with sorted ints
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/misc/
H A Dsorts.reference43 Testing List.stable_sort...
44 List.stable_sort with constant ints
48 List.stable_sort with sorted ints
64 List.stable_sort with records (str)
68 List.stable_sort with records (int[1])
72 List.stable_sort with records (int[10])
76 List.stable_sort with records (int[100])
141 Testing Array.stable_sort...
142 Array.stable_sort with constant ints
146 Array.stable_sort with sorted ints
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/devel/boost-python-libs/boost_1_72_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(pdalboost::begin(rng), pdalboost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(pdalboost::begin(rng), pdalboost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(pdalboost::begin(rng), pdalboost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(pdalboost::begin(rng), pdalboost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/devel/R-cran-BH/BH/inst/include/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/percona57-server/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/xtrabackup/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/percona57-client/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/devel/boost-libs/boost_1_72_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/devel/hyperscan/boost_1_75_0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/range/algorithm/
H A Dstable_sort.hpp30 inline RandomAccessRange& stable_sort(RandomAccessRange& rng) in stable_sort() function
33 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
39 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng) in stable_sort() function
42 std::stable_sort(boost::begin(rng), boost::end(rng)); in stable_sort()
48 inline RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
51 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
57 inline const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate sort_pred) in stable_sort() function
60 std::stable_sort(boost::begin(rng), boost::end(rng), sort_pred); in stable_sort()
65 using range::stable_sort;
/dports/devel/boost-docs/boost_1_72_0/libs/range/doc/reference/algorithm/
H A Dstable_sort.qbk6 [section:stable_sort stable_sort]
12 RandomAccessRange& stable_sort(RandomAccessRange& rng);
15 const RandomAccessRange& stable_sort(const RandomAccessRange& rng);
18 RandomAccessRange& stable_sort(RandomAccessRange& rng, BinaryPredicate pred);
21 const RandomAccessRange& stable_sort(const RandomAccessRange& rng, BinaryPredicate pred);
26 `stable_sort` sorts the elements in `rng` into ascending order. `stable_sort` is guaranteed to be s…
28 For versions of the `stable_sort` function without a predicate ascending order is defined by `opera…
30 For versions of the `stable_sort` function with a predicate, ascending order is designed by `pred` …
34 Defined in the header file `boost/range/algorithm/stable_sort.hpp`
38 [*For versions of stable_sort without a predicate]
[all …]

12345678910>>...156