Home
last modified time | relevance | path

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

/external/rust/crates/rayon/tests/
Doctillion.rs3 const OCTILLION: u128 = 1_000_000_000_000_000_000_000_000_000; constant
7 (0..OCTILLION).into_par_iter() in octillion()
12 (0..=OCTILLION).into_par_iter() in octillion_inclusive()
77 assert_eq!(x, Some(OCTILLION - 1)); in find_last_octillion()
84 assert_eq!(x, Some(OCTILLION)); in find_last_octillion_inclusive()
91 assert_eq!(x, Some(OCTILLION - 1)); in find_last_octillion_flat()
96 let x = two_threads(|| octillion().find_any(|x| *x > OCTILLION / 2)); in find_any_octillion()
102 let x = two_threads(|| octillion_flat().find_any(|x| *x > OCTILLION / 2)); in find_any_octillion_flat()
110 .filter(|x| *x > OCTILLION / 2) in filter_find_any_octillion()
120 .filter(|x| *x > OCTILLION / 2) in filter_find_any_octillion_flat()