Searched refs:qr (Results 1 – 1 of 1) sorted by relevance
4399 BigInteger qr[]; // quotient-remainder pair in createAndStripZerosToMatchScale() local4404 qr = intVal.divideAndRemainder(BigInteger.TEN); in createAndStripZerosToMatchScale()4405 if (qr[1].signum() != 0) in createAndStripZerosToMatchScale()4407 intVal = qr[0]; in createAndStripZerosToMatchScale()