-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77db4e5
commit cd73f39
Showing
3 changed files
with
52 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Arguments: -fe4m3 0b_0111_1111 | ||
Exit code: ExitSuccess | ||
Satisfiable. Model: | ||
DECODED = NaN :: FloatingPoint 4 4 | ||
7 6543 210 | ||
S -E4- S3- | ||
Binary layout: 0 1111 111 | ||
Hex layout: 7F | ||
Precision: 4 exponent bits, 3 significand bits | ||
Sign: Positive | ||
Exponent: 8 (Stored: 15, Bias: 7) | ||
Classification: FP_NAN (Quiet) | ||
Value: NaN | ||
Note: Representation for NaN's is not unique |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Arguments: -fe4m3 0b_1111_1111 | ||
Exit code: ExitSuccess | ||
Satisfiable. Model: | ||
DECODED = NaN :: FloatingPoint 4 4 | ||
7 6543 210 | ||
S -E4- S3- | ||
Binary layout: 1 1111 111 | ||
Hex layout: FF | ||
Precision: 4 exponent bits, 3 significand bits | ||
Sign: Negative | ||
Exponent: 8 (Stored: 15, Bias: 7) | ||
Classification: FP_NAN (Quiet) | ||
Value: NaN | ||
Note: Representation for NaN's is not unique |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters