Home
last modified time | relevance | path

Searched refs:thSize (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DFDBigInteger.java568 int thSize = this.size(); in quoRemIteration() local
570 if (thSize < sSize) { in quoRemIteration()
580 } else if (thSize > sSize) { in quoRemIteration()
1044 int thSize = this.size(); in addAndCmp() local
1046 return thSize == 0 ? 0 : 1; in addAndCmp()
1051 if (bSize > thSize) { in addAndCmp()
1054 if (bSize + 1 < thSize) { in addAndCmp()
1064 if (bSize < thSize) { in addAndCmp()
1077 if (bSize + 1 > thSize) { in addAndCmp()