Home
last modified time | relevance | path

Searched refs:roundingKind (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/ati/
H A Dmach64_util.cpp43 Mach64_Divide(int numerator, int denominator, int shift, const int roundingKind) in Mach64_Divide() argument
81 if (!roundingKind) // nearest in Mach64_Divide()
83 else if (roundingKind > 0) // ceiling in Mach64_Divide()
H A Daccelerant.h207 const int roundingKind);