Searched defs:mod_floor (Results 1 – 3 of 3) sorted by relevance
78 fn mod_floor(&self, other: &Self) -> Self; in mod_floor() method371 pub fn mod_floor<T: Integer>(x: T, y: T) -> T { in mod_floor() function
196 fn mod_floor(&self, other: &BigUint) -> BigUint { in mod_floor() method
386 fn mod_floor(&self, other: &BigInt) -> BigInt { in mod_floor() method