Searched refs:checked_shift_impl (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/num-traits/src/ops/ |
D | checked.rs | 205 macro_rules! checked_shift_impl { macro 216 checked_shift_impl!(CheckedShl, checked_shl, u8); 217 checked_shift_impl!(CheckedShl, checked_shl, u16); 218 checked_shift_impl!(CheckedShl, checked_shl, u32); 219 checked_shift_impl!(CheckedShl, checked_shl, u64); 220 checked_shift_impl!(CheckedShl, checked_shl, usize); 221 checked_shift_impl!(CheckedShl, checked_shl, u128); 223 checked_shift_impl!(CheckedShl, checked_shl, i8); 224 checked_shift_impl!(CheckedShl, checked_shl, i16); 225 checked_shift_impl!(CheckedShl, checked_shl, i32); [all …]
|