Home
last modified time | relevance | path

Searched defs:overflowing_mul (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/num-traits/src/ops/
Doverflowing.rs68 fn overflowing_mul(&self, v: &Self) -> (Self, bool); in overflowing_mul() method
95 fn overflowing_mul<T: OverflowingMul>(a: T, b: T) -> (T, bool) { in test_overflowing_traits() function