Searched refs:roundingKind (Results 1 – 2 of 2) sorted by relevance
43 Mach64_Divide(int numerator, int denominator, int shift, const int roundingKind) in Mach64_Divide() argument81 if (!roundingKind) // nearest in Mach64_Divide()83 else if (roundingKind > 0) // ceiling in Mach64_Divide()
207 const int roundingKind);