Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/slice/
Dtest.rs131 let c = v.par_chunks_exact(2); in test_par_chunks_exact_remainder()
Dmod.rs106 fn par_chunks_exact(&self, chunk_size: usize) -> ChunksExact<'_, T> { in par_chunks_exact() method
/external/rust/crates/rayon/tests/
Dclones.rs104 check(v.par_chunks_exact(42)); in clone_vec()
Ddebug.rs123 check(v.par_chunks_exact(42)); in debug_vec()
Dproducer_split_at.rs180 check(&v, || s.par_chunks_exact(len)); in slice_chunks_exact()
/external/rust/crates/rayon/
DRELEASES.md62 - The new `ParallelSlice::par_chunks_exact()` and mutable equivalent