Searched defs:divide (Results 1 – 3 of 3) sorted by relevance
205 unsigned short divide(unsigned short a, unsigned short b) { in divide() function
228 Floaty divide(Floaty a, Floaty b) { in divide() method in Target
501 static private Target.Floaty divide(double left, double right, Target t) { in divide() method in CoreMathVerifier