Searched refs:arithmetic_impl (Results 1 – 1 of 1) sorted by relevance
| /bootable/libbootloader/gbl/libsafemath/src/ |
| D | lib.rs | 267 macro_rules! arithmetic_impl { macro 307 arithmetic_impl!(Add, add, AddAssign, add_assign, checked_add); 308 arithmetic_impl!(Sub, sub, SubAssign, sub_assign, checked_sub); 309 arithmetic_impl!(Mul, mul, MulAssign, mul_assign, checked_mul); 310 arithmetic_impl!(Div, div, DivAssign, div_assign, checked_div); 311 arithmetic_impl!(Rem, rem, RemAssign, rem_assign, checked_rem);
|