Searched defs:checked_shr (Results 1 – 3 of 3) sorted by relevance
246 fn checked_shr(&self, rhs: u32) -> Option<Self>; in checked_shr() method
674 fn checked_shr(self, rhs: Self) -> Option<Self>; in checked_shr() method