-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce floatbv_round_to_integral_exprt
This adds a new expression, floatbv_round_to_integral, which rounds an IEEE 754 floating-point number given as bit-vector to the nearest integer, considering the explicitly given rounding mode.
- Loading branch information
Showing
24 changed files
with
514 additions
and
328 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
regression/cbmc-library/__sort_of_CPROVER_round_to_integral-01/main.c
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
regression/cbmc-library/__sort_of_CPROVER_round_to_integral-01/test.desc
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
regression/cbmc-library/__sort_of_CPROVER_round_to_integralf-01/main.c
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
regression/cbmc-library/__sort_of_CPROVER_round_to_integralf-01/test.desc
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
regression/cbmc-library/__sort_of_CPROVER_round_to_integrall-01/main.c
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
regression/cbmc-library/__sort_of_CPROVER_round_to_integrall-01/test.desc
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.