Searched defs:overflowing_mul (Results 1 – 1 of 1) sorted by relevance
68 fn overflowing_mul(&self, v: &Self) -> (Self, bool); in overflowing_mul() method95 fn overflowing_mul<T: OverflowingMul>(a: T, b: T) -> (T, bool) { in test_overflowing_traits() function