Home
last modified time | relevance | path

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

1234567

/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
Dstable_sort.pass.cpp39 std::stable_sort(save, save+len); in test_sort_helper()
95 std::stable_sort(array, array+N); in test_larger_sorts()
99 std::stable_sort(array, array+N); in test_larger_sorts()
102 std::stable_sort(array, array+N); in test_larger_sorts()
106 std::stable_sort(array, array+N); in test_larger_sorts()
110 std::stable_sort(array, array+N); in test_larger_sorts()
115 std::stable_sort(array, array+N); in test_larger_sorts()
138 std::stable_sort(&d, &d); in main()
Dstable_sort_comp.pass.cpp66 std::stable_sort(v.begin(), v.end(), first_only()); in test()
79 std::stable_sort(v.begin(), v.end(), indirect_less()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp517 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
548 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
572 std::stable_sort(begin(), end(), HexagonInstr::lessCore); in check()
581 std::stable_sort(begin(), end(), HexagonInstr::lessCVI); in check()
637 std::stable_sort(ISJ, Packet.end()); in shuffle()
/external/v8/src/
Dvector.h101 std::stable_sort(start() + s, start() + s + l, in StableSort()
107 std::stable_sort(start(), start() + length(), in StableSort()
111 void StableSort() { std::stable_sort(start(), start() + length()); } in StableSort()
/external/libcxx/fuzzing/
DRoutineNames.txt2 stable_sort
Dfuzzing.h21 int stable_sort (const uint8_t *data, size_t size);
/external/libcxx/test/libcxx/fuzzing/
Dstable_sort.cpp35 assert(0 == fuzzing::stable_sort(data, size)); in main()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc166 std::stable_sort(perm.begin(), perm.end(), compare_a_index); in Compute()
168 std::stable_sort(perm.begin(), perm.end(), compare_b_index); in Compute()
/external/pdfium/fpdfsdk/
Dcpdfsdk_annotiteration.cpp19 std::stable_sort(copiedList.begin(), copiedList.end(), in CPDFSDK_AnnotIteration()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageView.cpp185 std::stable_sort(ExpansionSubViews.begin(), ExpansionSubViews.end()); in print()
186 std::stable_sort(InstantiationSubViews.begin(), InstantiationSubViews.end()); in print()
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp156 std::stable_sort(SearchTable.begin(), SearchTable.end(), in emitSearchTable()
163 std::stable_sort(SearchTable.begin(), SearchTable.end(), in emitSearchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
/external/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h72 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare()); in MaximumSpanningTree()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h69 std::stable_sort(EdgeVector.begin(), EdgeVector.end(), EdgeWeightCompare<T>()); in MaximumSpanningTree()
/external/swiftshader/third_party/LLVM/lib/Support/
DStatistic.cpp121 std::stable_sort(Stats.Stats.begin(), Stats.Stats.end(), NameCompare()); in PrintStatistics()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc87 std::stable_sort(indices.get(), indices.get() + sort_dimension_elements, in __xla_cpu_runtime_KeyValueSort()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp78 std::stable_sort(EI->second.Values.begin(), EI->second.Values.end(), compareDIEs); in FinalizeTable()
106 std::stable_sort(Buckets[i].begin(), Buckets[i].end(), in FinalizeTable()
/external/clang/lib/Format/
DSortJavaScriptImports.cpp146 std::stable_sort(Indices.begin(), Indices.end(), in analyze()
245 std::stable_sort( in appendReference()
/external/llvm/lib/Support/
DStatistic.cpp106 std::stable_sort(Stats.begin(), Stats.end(), in sort()
/external/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp63 std::stable_sort(Vars.begin(), Vars.end(), CompareVars); in ComputeASanStackFrameLayout()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp212 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in InitializeSlots()
305 std::stable_sort(SSIntervals.begin(), SSIntervals.end(), IntervalSorter()); in ColorSlots()
/external/v8/src/compiler/
Dinstruction-selector-impl.h51 std::stable_sort(result.begin(), result.end()); in CasesSortedByOriginalOrder()
56 std::stable_sort(result.begin(), result.end(), in CasesSortedByValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp124 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD)); in doMerge()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelEmitter.cpp161 std::stable_sort(Patterns.begin(), Patterns.end(), in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStackLayout.cpp145 std::stable_sort(StackObjects.begin() + 1, StackObjects.end(), in computeLayout()

1234567