Home
last modified time | relevance | path

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

/art/test/041-narrowing/src/
DMain.java85 float fl4 = Float.NEGATIVE_INFINITY; in test_printNarrowing() local
88 + (Long.toHexString((byte)fl4).equals("0") ? " 00" : Long in test_printNarrowing()
89 .toHexString((byte)fl4)) + " expected: 00"); in test_printNarrowing()
91 + (Integer.toHexString((short)fl4).equals("0") ? " 0000" : Long in test_printNarrowing()
92 .toHexString((short)fl4)) + " expected: 0000"); in test_printNarrowing()
94 + Integer.toHexString((int)fl4) + " expected: 80000000"); in test_printNarrowing()
95 System.out.println("(long) Float.NEGATIVE_INFINITY = " + Long.toHexString((long)fl4) in test_printNarrowing()