Searched refs:checked_shr (Results 1 – 1 of 1) sorted by relevance
1087 fn checked_shr(self, rhs: Self) -> Option<Self>; in checked_shr() method1214 …fn checked_shr(self, rhs: Self) -> Option<Self> { self.checked_shr(rhs.try_into().unwrap_or(u32::M…1224 fn checked_shr(self, _rhs: Self) -> Option<Self> { unimplemented!() }1550 …test!(@binary Shr, shr[checked_shr], ShrAssign, shr_assign, call_for_unsigned_types, call_for_sign… in test_ops_impls()