Home
last modified time | relevance | path

Searched defs:ascending (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/multi_array/
Dstorage_order.hpp38 AscendingIter ascending) { in general_storage_order()
62 bool ascending(size_type dim) const { return ascending_[dim]; } in ascending() function in boost::general_storage_order
89 boost::array<bool,NumDims> ascending; in operator general_storage_order<NumDims>() local
111 boost::array<bool,NumDims> ascending; in operator general_storage_order<NumDims>() local
/third_party/boost/libs/multi_array/test/
Dstorage_order.cpp80 bool ascending[] = {true,true,true}; in main() local
100 bool ascending[] = {true,true,true}; in main() local
133 bool ascending[] = {false,true,true}; in main() local
Dstorage_order_convert.cpp28 array<bool,5> ascending = {{true,true,true,true,true}}; in main() local
Dgenerative_tests.hpp226 bool ascending[] = {false,true,true,true}; in run_storage_tests() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCounter.java116 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
130 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()
134 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCounter.java113 public EntryComparator(boolean ascending, Comparator<T> byValue) { in EntryComparator()
127 public Set<T> getKeysetSortedByCount(boolean ascending) { in getKeysetSortedByCount()
131 public Set<T> getKeysetSortedByCount(boolean ascending, Comparator<T> byValue) { in getKeysetSortedByCount()
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dradix_sort.hpp256 const bool ascending, in radix_sort_impl()
448 const bool ascending, in radix_sort()
458 const bool ascending, in radix_sort_by_key()
/third_party/boost/boost/compute/algorithm/detail/
Dradix_sort.hpp256 const bool ascending, in radix_sort_impl()
448 const bool ascending, in radix_sort()
458 const bool ascending, in radix_sort_by_key()
/third_party/boost/libs/range/test/algorithm_ext_test/
Dis_sorted.cpp26 Container ascending; in test_is_sorted_impl() local
/third_party/node/deps/npm/node_modules/asynckit/
DserialOrdered.js60 function ascending(a, b) function
/third_party/boost/libs/sort/test/
Dtest_pdqsort.cpp61 std::vector<uint32_t> ascending(size_t size, std::mt19937_64& rng) { in ascending() function