Searched refs:dbl3 (Results 1 – 1 of 1) sorted by relevance
49 double dbl3 = Double.POSITIVE_INFINITY; in test_printNarrowing() local52 + (Integer.toHexString((byte)dbl3).equals("0") ? "00" : Integer.toHexString( in test_printNarrowing()53 (byte)dbl3).substring(6)) + " expected: ff"); in test_printNarrowing()55 + (Integer.toHexString((short)dbl3).equals("0") ? "0000" : Integer.toHexString( in test_printNarrowing()56 (short)dbl3).substring(4)) + " expected: ffff"); in test_printNarrowing()58 + Integer.toHexString((int)dbl3) + " expected: 7fffffff"); in test_printNarrowing()59 System.out.println("(long) Double.POSITIVE_INFINITY = " + Long.toHexString((long)dbl3) in test_printNarrowing()