Home
last modified time | relevance | path

Searched defs:d_first (Results 1 – 3 of 3) sorted by relevance

/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dadjacent_difference.pass.cpp61 compute_and_check(Iterator1 first, Iterator1 last, Iterator2 d_first, T, Function f) in compute_and_check()
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition.pass.cpp53 is_equal(Iterator first, Iterator last, Iterator d_first) in is_equal()
/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dpartial_sort_copy.pass.cpp49 RandomAccessIterator d_first; member