Searched refs:checkZeroTail (Results 1 – 1 of 1) sorted by relevance
922 private /*@ pure @*/ static int checkZeroTail(int[] a, int from) { in checkZeroTail() method in FDBigInteger965 return checkZeroTail(data, aLen); in cmp()968 return -checkZeroTail(other.data, bLen); in cmp()1006 return checkZeroTail(this.data, this.nWords - 1); in cmpPow52()