Home
last modified time | relevance | path

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

/art/test/041-narrowing/src/
DMain.java35 float fl2 = Float.NaN; in test_printNarrowing() local
38 + (Long.toHexString((byte)fl2).equals("0") ? "00" : Long.toHexString((byte)fl2) in test_printNarrowing()
41 + (Integer.toHexString((short)fl2).equals("0") ? "0000" : Integer.toHexString( in test_printNarrowing()
42 (short)fl2).substring(4)) + " expected: 0000"); in test_printNarrowing()
44 + (Integer.toHexString((int)fl2).equals("0") ? "00000000" : Integer in test_printNarrowing()
45 .toHexString((int)fl2)) + " expected: 00000000"); in test_printNarrowing()
47 + (Long.toHexString((long)fl2).equals("0") ? "0000000000000000" : Long in test_printNarrowing()
48 .toHexString((long)fl2)) + " expected: 0000000000000000"); in test_printNarrowing()