Searched refs:checked_shl (Results 1 – 2 of 2) sorted by relevance
22 (1 as $ty).checked_shl(n)
1084 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method1213 …fn checked_shl(self, rhs: Self) -> Option<Self> { self.checked_shl(rhs.try_into().unwrap_or(u32::M…1223 fn checked_shl(self, _rhs: Self) -> Option<Self> { unimplemented!() }1549 …test!(@binary Shl, shl[checked_shl], ShlAssign, shl_assign, call_for_unsigned_types, call_for_sign… in test_ops_impls()