diff options
Diffstat (limited to 'qa/265.out')
-rw-r--r-- | qa/265.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/qa/265.out b/qa/265.out new file mode 100644 index 0000000..3a10810 --- /dev/null +++ b/qa/265.out @@ -0,0 +1,16 @@ +QA output created by 265 +=== 32-bit === +PM_TYPE_32: -65536 correct: -65536 (0xffff0000) +PM_TYPE_U32: 2271560481 correct: 2271560481 (0x87654321) +PM_TYPE_FLOAT: 123456.78 correct: 123456.78 +PM_TYPE_DOUBLE: 123456.789012345 correct: 123456.789012345 +PM_TYPE_64: -65536 correct: -65536 (0xffffffffffff0000) +PM_TYPE_U64: 9756277977086427136 correct: 9756277977086427136 (0x8765432112340000) + +=== 64-bit === [note, may be fake on some systems] +PM_TYPE_32: -65536 correct: -65536 (0xffff0000) +PM_TYPE_U32: 2271560481 correct: 2271560481 (0x87654321) +PM_TYPE_FLOAT: 123456.78 correct: 123456.78 +PM_TYPE_DOUBLE: 123456.789012345 correct: 123456.789012345 +PM_TYPE_64: -65536 correct: -65536 (0xffffffffffff0000) +PM_TYPE_U64: 9756277977086427136 correct: 9756277977086427136 (0x8765432112340000) |