Home
last modified time | relevance | path

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/
Dlib.rs281 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/
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
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/
Ddate.rs2291 const fn div_mod_floor(val: i32, div: i32) -> (i32, i32) { in div_mod_floor() function