Searched defs:div_mod_floor (Results 1 – 1 of 1) sorted by relevance
283 fn div_mod_floor(&self, other: &Self) -> (Self, Self) { in div_mod_floor() method379 pub fn div_mod_floor<T: Integer>(x: T, y: T) -> (T, T) { in div_mod_floor() function