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