Searched defs:permuted (Results 1 – 3 of 3) sorted by relevance
59 constexpr bool run_next_permutation(Func call_next_permutation, Range permuted, Range previous) { in run_next_permutation()
59 constexpr bool run_prev_permutation(Func call_prev_permutation, Range permuted, Range previous) { in run_prev_permutation()
114 SmallVector<int64_t, 4> permuted; in checkPermutationsSample() local