Home
last modified time | relevance | path

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

/external/rust/crates/num-integer/src/
Dlib.rs283 fn div_mod_floor(&self, other: &Self) -> (Self, Self) { in div_mod_floor() method
379 pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T) { in div_mod_floor() function
/external/rust/crates/num-bigint/src/
Dbiguint.rs202 fn div_mod_floor(&self, other: &BigUint) -> (BigUint, BigUint) { in div_mod_floor() method
Dbigint.rs403 fn div_mod_floor(&self, other: &BigInt) -> (BigInt, BigInt) { in div_mod_floor() method