Searched defs:checked_div (Results 1 – 4 of 4) sorted by relevance
90 fn checked_div(&self, v: &Self) -> Option<Self>; in checked_div() method
614 fn checked_div(&self, v: &BigUint) -> Option<BigUint> { in checked_div() method
442 fn checked_div(&self, v: &BigInt) -> Option<BigInt> { in checked_div() method
1004 pub fn checked_div(&self, v: &BigInt) -> Option<BigInt> { in checked_div() method