Searched refs:mul_assign (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/syn/ |
| H A D | bigint.rs | 58 fn mul_assign(&mut self, base: u8) { in mul_assign() method
|
| /linux/rust/kernel/ |
| H A D | time.rs | 403 fn mul_assign(&mut self, rhs: i64) { in mul_assign() method
|
| /linux/rust/zerocopy/src/ |
| H A D | byteorder.rs | 309 impl_ops_traits!(@with_byteorder_swap $name, $native, Mul, mul, MulAssign, mul_assign); 1542 test!(@binary Mul, mul[checked_mul], MulAssign, mul_assign, call_for_all_types); in test_ops_impls()
|