Home
last modified time | relevance | path

Searched refs:Quantities (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dalgorithms.partition_point.bench.cpp120 const std::vector<size_t> Quantities = {1 << 8, 1 << 10, 1 << 20}; in main() local
122 Quantities); in main()
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dranges_sort_heap.bench.cpp34 makeCartesianProductBenchmark<RangesSortHeap, AllValueTypes>(Quantities); in main()
H A Dranges_make_heap.bench.cpp35 makeCartesianProductBenchmark<RangesMakeHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dsort_heap.bench.cpp34 makeCartesianProductBenchmark<SortHeap, AllValueTypes>(Quantities); in main()
H A Dmake_heap.bench.cpp35 makeCartesianProductBenchmark<MakeHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dranges_make_heap_then_sort_heap.bench.cpp37 makeCartesianProductBenchmark<RangesMakeThenSortHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dranges_sort.bench.cpp37 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
H A Dmin_max_element.bench.cpp34 makeCartesianProductBenchmark<MinMaxElement, AllValueTypes, AllOrders>(Quantities); in main()
H A Dranges_stable_sort.bench.cpp37 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>(Quantities); in main()
H A Dpop_heap.bench.cpp37 makeCartesianProductBenchmark<PopHeap, AllValueTypes>(Quantities); in main()
H A Dranges_pop_heap.bench.cpp37 makeCartesianProductBenchmark<RangesPopHeap, AllValueTypes>(Quantities); in main()
H A Dstable_sort.bench.cpp37 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>(Quantities); in main()
H A Dsort.bench.cpp37 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
H A Dmake_heap_then_sort_heap.bench.cpp37 makeCartesianProductBenchmark<MakeThenSortHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dlower_bound.bench.cpp40 makeCartesianProductBenchmark<LowerBound, AllValueTypes>(Quantities); in main()
H A Dpush_heap.bench.cpp40 makeCartesianProductBenchmark<PushHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dranges_push_heap.bench.cpp40 makeCartesianProductBenchmark<RangesPushHeap, AllValueTypes, AllOrders>(Quantities); in main()
H A Dcommon.h235 const std::vector<size_t> Quantities = {1 << 0, 1 << 2, 1 << 4, 1 << 6, variable