Searched defs:div_mod_floor (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/num-integer/src/ |
D | lib.rs | 279 fn div_mod_floor(&self, other: &Self) -> (Self, Self) { in div_mod_floor() method 408 pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T) { in div_mod_floor() function
|
/external/rust/android-crates-io/crates/num-bigint/src/ |
D | biguint.rs | 203 fn div_mod_floor(&self, other: &BigUint) -> (BigUint, BigUint) { in div_mod_floor() method
|
D | bigint.rs | 391 fn div_mod_floor(&self, other: &BigInt) -> (BigInt, BigInt) { in div_mod_floor() method
|
/external/rust/android-crates-io/crates/chrono/src/naive/date/ |
D | mod.rs | 2339 const fn div_mod_floor(val: i32, div: i32) -> (i32, i32) { in div_mod_floor() function
|