Searched refs:dbl4 (Results 1 – 1 of 1) sorted by relevance
61 double dbl4 = Double.NEGATIVE_INFINITY; in test_printNarrowing() local64 + (Long.toHexString((byte)dbl4).equals("0") ? " 00" : Long in test_printNarrowing()65 .toHexString((byte)dbl4)) + " expected: 00"); in test_printNarrowing()67 + (Integer.toHexString((short)dbl4).equals("0") ? " 0000" : Long in test_printNarrowing()68 .toHexString((short)dbl4)) + " expected: 0000"); in test_printNarrowing()70 + Integer.toHexString((int)dbl4) + " expected: 80000000"); in test_printNarrowing()71 System.out.println("(long) Double.NEGATIVE_INFINITY = " + Long.toHexString((long)dbl4) in test_printNarrowing()