Searched defs:divide (Results 1 – 2 of 2) sorted by relevance
291 public static BoundedRational divide(BoundedRational r1, BoundedRational r2) { in divide() method in BoundedRational
56 inline void divide(T dst[], N divisor, int dimension) { in divide() function