Home
last modified time | relevance | path

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

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