Searched refs:movePointRight (Results 1 – 5 of 5) 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()
598 return getFractionalSecond().movePointRight(3).intValue(); in getMillisecond()
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()
1017 BigInteger nanos = seconds.movePointRight(9).toBigIntegerExact(); in create()
2557 public BigDecimal movePointRight(int n) { in movePointRight() method in BigDecimal