Searched refs:movePointRight (Results 1 – 6 of 6) sorted by relevance
31 BigDecimal res = a.movePointRight(10); in testMovePointRightEx()34 res = a.movePointRight(-50); in testMovePointRightEx()38 a.movePointRight(Integer.MIN_VALUE + 2); in testMovePointRightEx()48 a.movePointRight(Integer.MAX_VALUE - 2); in testMovePointRightEx2()56 BigDecimal res = a.movePointRight(10); in testScaleByPowerOfTenEx()
289 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightPosGreater()304 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightPosLess()318 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightNeg()332 aNumber.movePointRight(shift); in testMovePointRightException()
479 BigDecimal alreadyMoved = movePtRight.movePointRight(8); in test_movePointRightI()483 alreadyMoved = movePtRight.movePointRight(4); in test_movePointRightI()487 alreadyMoved = movePtRight.movePointRight(2); in test_movePointRightI()491 alreadyMoved = movePtRight.movePointRight(5); in test_movePointRightI()495 alreadyMoved = alreadyMoved.movePointRight(-5); in test_movePointRightI()
598 return getFractionalSecond().movePointRight(3).intValue(); in getMillisecond()
997 BigInteger nanos = seconds.movePointRight(9).toBigIntegerExact(); in create()
1998 public BigDecimal movePointRight(int n) { in movePointRight() method in BigDecimal