Searched defs:dividend (Results 1 – 4 of 4) sorted by relevance
82 void uint128::DivModImpl(uint128 dividend, uint128 divisor, in DivModImpl()
270 inline int32_t PositiveRemainder(int32_t dividend, int32_t divisor) { in PositiveRemainder()
533 private static long divideRoundup(long dividend, long divisor) { in divideRoundup()
403 int dividend = (offset + mNumCells) / mNumDays; in calculateNumRows() local