Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/ops/
Dwrapping.rs73 fn wrapping_mul(&self, v: &Self) -> Self; in wrapping_mul() method
242 fn wrapping_mul(&self, v: &Self) -> Self { in wrapping_mul() function
279 fn wrapping_mul<T: WrappingMul>(a: T, b: T) -> T { in test_wrapping_traits() function