Searched defs:wrapping_shr (Results 1 – 1 of 1) sorted by relevance
202 fn wrapping_shr(&self, rhs: u32) -> Self; in wrapping_shr() method266 fn wrapping_shr(&self, rhs: u32) -> Self { in wrapping_shr() function288 fn wrapping_shr<T: WrappingShr>(a: T, b: u32) -> T { in test_wrapping_traits() function