Home
last modified time | relevance | path

Searched refs:byteValueExact (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalConvertTest.java138 byte bNumber = bdNumber.byteValueExact(); in test_ByteValueExactPos()
148 byte bNumber = bdNumber.byteValueExact(); in test_ByteValueExactNeg()
160 byte bNumber = bdNumber.byteValueExact(); in test_ByteValueExactCharZero()
170 byte bNumber = bdNumber.byteValueExact(); in test_ByteValueExactStringZero()
178 bdNumber.byteValueExact(); in test_ByteValueExactDoubleMax()
189 bdNumber.byteValueExact(); in test_ByteValueExactDoubleMin()
200 bdNumber.byteValueExact(); in test_ByteValueExactFloatPos()
211 bdNumber.byteValueExact(); in test_ByteValueExactFloatNeg()
221 byte bNumber = bdNumber.byteValueExact(); in test_ByteValueExactDouble()
229 bdNumber.byteValueExact(); in test_ByteValueExactLongMin()
[all …]
/libcore/luni/src/main/java/java/math/
DBigDecimal.java2477 public byte byteValueExact() { in byteValueExact() method in BigDecimal