Searched refs:longValueExact (Results 1 – 11 of 11) sorted by relevance
53 long longValueExact = bd.longValueExact(); in longValueExactTests() local73 long longValueExact = bd.longValueExact(); in longValueExactTests() local
92 aNumber.longValueExact(); in test_LongValueExactNeg()103 aNumber.longValueExact(); in test_LongValueExactPos()113 aNumber.longValueExact(); in test_LongValueExactFloatNeg()128 aNumber.longValueExact(); in test_LongValueExactFloatPos()
299 assertEquals(i << 61, big.longValueExact()); in test_longValueExact()308 BigInteger.ONE.shiftLeft(1000).longValueExact(); in test_longValueExact()312 BigInteger.ONE.negate().shiftLeft(1000).longValueExact(); in test_longValueExact()
54 Assert.assertEquals(bi.longValueExact(), bi.longValue(), in testLongValueExact()60 long value = bi.longValueExact(); in testLongValueExact()
149 public long longValueExact() { return 0L; } in longValueExact() method in BigInteger
997 return dividendBigD.divideToIntegralValue(divisorBigD).longValueExact(); in dividedBy()
3628 public long longValueExact() {3705 num = this.longValueExact(); // will check decimal part3725 num = this.longValueExact(); // will check decimal part3745 num = this.longValueExact(); // will check decimal part
1899 long v = new BigInteger(this.value, 1).longValueExact();
5006 public long longValueExact() {
3358 return valueBD.longValueExact(); in convertFromFraction()
5275 method public long longValueExact();5354 method public long longValueExact();