Searched defs:div_mod_floor (Results 1 – 3 of 3) sorted by relevance
283 fn div_mod_floor(&self, other: &Self) -> (Self, Self) { in div_mod_floor() method379 pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T) { in div_mod_floor() function
202 fn div_mod_floor(&self, other: &BigUint) -> (BigUint, BigUint) { in div_mod_floor() method
403 fn div_mod_floor(&self, other: &BigInt) -> (BigInt, BigInt) { in div_mod_floor() method