Home
last modified time | relevance | path

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

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