Lines Matching refs:byteValue
205 assure("", val == aByte.byteValue()); in test_toByte()
207 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toByte()
257 assure("", sh == aByte.byteValue()); in test_toShort()
261 assure("", sh == ((Byte)anyByte.getObject()).byteValue()); in test_toShort()
323 assure("", val == aByte.byteValue()); in test_toInt()
329 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toInt()
390 assure("", val == aByte.byteValue()); in test_toLong()
398 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toLong()
462 assure("", val == aByte.byteValue()); // 111 = 111.0 in test_toFloat()
464 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toFloat()
518 assure("", val == aByte.byteValue()); // 111 = 111.0 in test_toDouble()
520 assure("", val == ((Byte)anyByte.getObject()).byteValue()); in test_toDouble()