xref: /aosp_15_r20/art/test/041-narrowing/expected-stdout.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Worker
2*795d594fSAndroid Build Coastguard WorkerDouble.POSITIVE_INFINITY = 7ff0000000000000
3*795d594fSAndroid Build Coastguard WorkerDouble.NEGATIVE_INFINITY = fff0000000000000
4*795d594fSAndroid Build Coastguard WorkerFloat.POSITIVE_INFINITY  = 7ff0000000000000
5*795d594fSAndroid Build Coastguard WorkerFloat.NEGATIVE_INFINITY  = fff0000000000000
6*795d594fSAndroid Build Coastguard WorkerDouble.NaN               = 7ff8000000000000
7*795d594fSAndroid Build Coastguard WorkerFloat.NaN                = 7ff8000000000000
8*795d594fSAndroid Build Coastguard Worker
9*795d594fSAndroid Build Coastguard Worker(byte) Double.NaN  =               00 expected:               00
10*795d594fSAndroid Build Coastguard Worker(short) Double.NaN =             0000 expected:             0000
11*795d594fSAndroid Build Coastguard Worker(int) Double.NaN   =         00000000 expected:         00000000
12*795d594fSAndroid Build Coastguard Worker(long) Double.NaN  = 0000000000000000 expected: 0000000000000000
13*795d594fSAndroid Build Coastguard Worker
14*795d594fSAndroid Build Coastguard Worker(byte) Float.NaN  =               00 expected:               00
15*795d594fSAndroid Build Coastguard Worker(short) Float.NaN =             0000 expected:             0000
16*795d594fSAndroid Build Coastguard Worker(int) Float.NaN   =         00000000 expected:         00000000
17*795d594fSAndroid Build Coastguard Worker(long) Float.NaN  = 0000000000000000 expected: 0000000000000000
18*795d594fSAndroid Build Coastguard Worker
19*795d594fSAndroid Build Coastguard Worker(byte) Double.POSITIVE_INFINITY  =               ff expected:               ff
20*795d594fSAndroid Build Coastguard Worker(short) Double.POSITIVE_INFINITY =             ffff expected:             ffff
21*795d594fSAndroid Build Coastguard Worker(int) Double.POSITIVE_INFINITY   =         7fffffff expected:         7fffffff
22*795d594fSAndroid Build Coastguard Worker(long) Double.POSITIVE_INFINITY  = 7fffffffffffffff expected: 7fffffffffffffff
23*795d594fSAndroid Build Coastguard Worker
24*795d594fSAndroid Build Coastguard Worker(byte) Double.NEGATIVE_INFINITY  =               00 expected:               00
25*795d594fSAndroid Build Coastguard Worker(short) Double.NEGATIVE_INFINITY =             0000 expected:             0000
26*795d594fSAndroid Build Coastguard Worker(int) Double.NEGATIVE_INFINITY   =         80000000 expected:         80000000
27*795d594fSAndroid Build Coastguard Worker(long) Double.NEGATIVE_INFINITY  = 8000000000000000 expected: 8000000000000000
28*795d594fSAndroid Build Coastguard Worker
29*795d594fSAndroid Build Coastguard Worker(byte) Float.POSITIVE_INFINITY   =               ff expected:               ff
30*795d594fSAndroid Build Coastguard Worker(short) Float.POSITIVE_INFINITY  =             ffff expected:             ffff
31*795d594fSAndroid Build Coastguard Worker(int) Float.POSITIVE_INFINITY    =         7fffffff expected:         7fffffff
32*795d594fSAndroid Build Coastguard Worker(long) Float.POSITIVE_INFINITY   = 7fffffffffffffff expected: 7fffffffffffffff
33*795d594fSAndroid Build Coastguard Worker
34*795d594fSAndroid Build Coastguard Worker(byte) Float.NEGATIVE_INFINITY   =               00 expected:               00
35*795d594fSAndroid Build Coastguard Worker(short) Float.NEGATIVE_INFINITY  =             0000 expected:             0000
36*795d594fSAndroid Build Coastguard Worker(int) Float.NEGATIVE_INFINITY    =         80000000 expected:         80000000
37*795d594fSAndroid Build Coastguard Worker(long) Float.NEGATIVE_INFINITY   = 8000000000000000 expected: 8000000000000000
38*795d594fSAndroid Build Coastguard Worker
39