Home
last modified time | relevance | path

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

/external/rust/crates/arbitrary/src/
Dunstructured.rs320 let range: T::Widest = end.as_widest() - start.as_widest(); in int_in_range_impl()
338 T::from_widest(start.as_widest().wrapping_add(result)), in int_in_range_impl()
604 fn as_widest(self) -> Self::Widest; in as_widest() method
632 fn as_widest(self) -> Self::Widest {
637 let x = <$ty>::max_value().as_widest();