Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-integer/src/
Dlib.rs78 fn mod_floor(&self, other: &Self) -> Self; in mod_floor() method
371 pub fn mod_floor<T: Integer>(x: T, y: T) -> T { in mod_floor() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs196 fn mod_floor(&self, other: &BigUint) -> BigUint { in mod_floor() method
Dbigint.rs386 fn mod_floor(&self, other: &BigInt) -> BigInt { in mod_floor() method