Searched refs:idiv (Results 1 – 3 of 3) sorted by relevance
20 idiv${suffix} $second
21 idiv${suffix} $second
525 static void bigDivideOverflow(int idiv, long ldiv) { in bigDivideOverflow() argument530 int intDivResult = mostNegInt / idiv; in bigDivideOverflow()531 int intModResult = mostNegInt % idiv; in bigDivideOverflow()