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