Searched defs:is_multiple_of (Results 1 – 4 of 4) sorted by relevance
221 fn is_multiple_of(&self, other: &Self) -> bool; in is_multiple_of() method
285 fn is_multiple_of(&self, other: &BigUint) -> bool { in is_multiple_of() method
480 fn is_multiple_of(&self, other: &BigInt) -> bool { in is_multiple_of() method
146 static bool is_multiple_of(int multiple, int divisor) in is_multiple_of() function