Searched refs:octillion_flat (Results 1 – 1 of 1) sorted by relevance
16 fn octillion_flat() -> impl ParallelIterator<Item = u128> { in octillion_flat() function56 let x = octillion_flat().find_first(|_| true); in find_first_octillion_flat()90 let x = two_threads(|| octillion_flat().find_last(|_| true)); in find_last_octillion_flat()102 let x = two_threads(|| octillion_flat().find_any(|x| *x > OCTILLION / 2)); in find_any_octillion_flat()119 octillion_flat() in filter_find_any_octillion_flat()128 let x = two_threads(|| octillion_flat().fold(|| (), |_, _| ()).find_any(|_| true)); in fold_find_any_octillion_flat()