Searched refs:shift (Results 1 – 9 of 9) sorted by relevance
258 int shift = 18; in testMovePointLeftPos() local261 BigDecimal bNumber = aNumber.movePointLeft(shift); in testMovePointLeftPos()272 int shift = -18; in testMovePointLeftNeg() local275 BigDecimal bNumber = aNumber.movePointLeft(shift); in testMovePointLeftNeg()286 int shift = 18; in testMovePointRightPosGreater() local289 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightPosGreater()301 int shift = 30; in testMovePointRightPosLess() local304 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightPosLess()315 int shift = -18; in testMovePointRightNeg() local318 BigDecimal bNumber = aNumber.movePointRight(shift); in testMovePointRightNeg()[all …]
22 private static final int shift; field in AtomicLongArray29 shift = 31 - Integer.numberOfLeadingZeros(scale);40 return ((long) i << shift) + base; in byteOffset()
23 private static final int shift; field in AtomicIntegerArray30 shift = 31 - Integer.numberOfLeadingZeros(scale);41 return ((long) i << shift) + base; in byteOffset()
27 private static final int shift; field in AtomicReferenceArray40 shift = 31 - Integer.numberOfLeadingZeros(scale);54 return ((long) i << shift) + base; in byteOffset()
232 static BigInt shift(BigInt a, int n) { in shift() method in BigInt238 void shift(int n) { in shift() method in BigInt
491 return new BigInteger(BigInt.shift(getBigInt(), n)); in shiftLeft()
497 bi.shift(-scale); in BigDecimal()
83 #define bitSection(x, mask, shift) (((x) & (mask)) >> (shift)) argument
1062 Map<String, Integer> result, int shift) { in assertDisplayNameMap() argument1071 assertEquals(i + shift, result.get(trimValue.get(i)).intValue()); in assertDisplayNameMap()