Searched defs:aDividend (Results 1 – 2 of 2) sorted by relevance
193 template <typename IntType> inline IntType DivideAndRoundToClosest(IntType aDividend, IntType aDivi… in DivideAndRoundToClosest()208 template <typename IntType> inline IntType DivideAndRoundUp(IntType aDividend, IntType aDivisor) in DivideAndRoundUp()
98 static uint16_t DivideAndGetRemainder(uint32_t &aDividend, uint32_t aDivisor) in DivideAndGetRemainder()