|
4 | 4 | ^EXIT=10$
|
5 | 5 | ^SIGNAL=0$
|
6 | 6 | VERIFICATION FAILED
|
7 |
| -<full_lhs_value binary="00000000000000000000000000000000">0.0f</full_lhs_value> |
| 7 | +<full_lhs>zero</full_lhs> |
| 8 | +<full_lhs_value binary="0{32}">0.0f</full_lhs_value> |
| 9 | +<full_lhs>one</full_lhs> |
8 | 10 | <full_lhs_value binary="00111111100000000000000000000000">1.0f</full_lhs_value>
|
9 |
| -<full_lhs_value binary="0000000000000000000000000000000000000000000000000000000000000000">0.0</full_lhs_value> |
| 11 | +<full_lhs>complex</full_lhs> |
10 | 12 | <full_lhs_value binary="01010010000000000000000000000000">1\.374390e\+11f</full_lhs_value>
|
| 13 | +<full_lhs>inf</full_lhs> |
| 14 | +<full_lhs_value binary="01{8}0{23}">\+INFINITY</full_lhs_value> |
| 15 | +<full_lhs>nan</full_lhs> |
| 16 | +<full_lhs_value binary="01{8}[01]*1[01]*">\+NAN</full_lhs_value> |
| 17 | +<full_lhs_value binary="[01]{32}">\+NAN</full_lhs_value> |
| 18 | +<full_lhs>dzero</full_lhs> |
| 19 | +<full_lhs_value binary="0{64}">0.0</full_lhs_value> |
| 20 | +<full_lhs>done</full_lhs> |
| 21 | +<full_lhs_value binary="001{10}0{52}">1.0</full_lhs_value> |
| 22 | +<full_lhs>dcomplex</full_lhs> |
| 23 | +<full_lhs_value binary="1000000000000011111111111111111111000111111100100110011101110111">-5\.562680e-309</full_lhs_value> |
| 24 | +<full_lhs>inf</full_lhs> |
| 25 | +<full_lhs_value binary="01{11}0{52}">\+INFINITY</full_lhs_value> |
| 26 | +<full_lhs>nan</full_lhs> |
| 27 | +<full_lhs_value binary="01{11}[01]*1[01]*">\+NAN</full_lhs_value> |
| 28 | +<full_lhs_value binary="[01]{64}">\+NAN</full_lhs_value> |
11 | 29 | --
|
12 | 30 | --
|
13 | 31 | Checks that the binary value is printed for floating point types
|
|
0 commit comments