Searched refs:divideArrayByInt (Results 1 – 2 of 2) sorted by relevance
49 static int divideArrayByInt(int[] quotient, int[] dividend, final int dividendLength, in divideArrayByInt() method in Division
93 resDigit = Division.divideArrayByInt(temp, temp, tempLen, in bigInteger2String()