Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort_copy.pass.cpp130 test_partial_sort_copy(Compare compare) in test_partial_sort_copy() function
184test_partial_sort_copy<Num<float32_t>>([](Num<float32_t> x, Num<float32_t> y) { return x < y; }); in main()
185 test_partial_sort_copy<int32_t>([](int32_t x, int32_t y) { return x > y; }); in main()
189 test_partial_sort_copy<MemoryChecker>( in main()