Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
H A Dranges.next_permutation.pass.cpp59 constexpr bool run_next_permutation(Func call_next_permutation, Range permuted, Range previous) { in run_next_permutation()
H A Dranges.prev_permutation.pass.cpp59 constexpr bool run_prev_permutation(Func call_prev_permutation, Range permuted, Range previous) { in run_prev_permutation()
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp114 SmallVector<int64_t, 4> permuted; in checkPermutationsSample() local