Searched defs:divides (Results 1 – 6 of 6) sorted by relevance
69 struct divides { struct72 operator()(T x, S y) const { in operator ()()
210 fn divides(&self, other: &Self) -> bool; in divides() method
279 fn divides(&self, other: &BigUint) -> bool { in divides() method
474 fn divides(&self, other: &BigInt) -> bool { in divides() method
1230 static expr divides(float x, float y) { return expr(x/y); } in divides() function
1232 static expr divides(float x, float y) { return expr(x/y); } in divides() function