Searched refs:bigMultiplyPowerTen (Results 1 – 1 of 1) sorted by relevance
2448 BigInteger rb = bigMultiplyPowerTen(raise); in setScale()2463 BigInteger rb = bigMultiplyPowerTen(this.intVal,raise); in setScale()2672 rb = bigMultiplyPowerTen((int)-sdiff); in compareMagnitude()2681 rb = val.bigMultiplyPowerTen((int)sdiff); in compareMagnitude()3702 private BigInteger bigMultiplyPowerTen(int n) { in bigMultiplyPowerTen() method4474 BigInteger bigsum = bigMultiplyPowerTen(xs,raise).add(ys); in add()4485 BigInteger bigsum = bigMultiplyPowerTen(ys,raise).add(xs); in add()4503 sum = snd.add(bigMultiplyPowerTen(xs,raise)); in add()4509 snd = bigMultiplyPowerTen(snd,raise); in add()4524 fst = bigMultiplyPowerTen(fst,raise); in add()[all …]