-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced INT_ARITH, INT_ARITH_TAC and ASM_INT_ARITH_TAC with better
reduction of constant-expressions and elimination of div and rem analogous to that already present for DIV and MOD in the corresponding natural number routines ARITH_RULE etc. Added num-to-string conversions for arbitrary (<= 16) base and hex, "string_of_num_nary" and "string_of_num_hex". Added a few miscellaneous lemmas about numbers and machine words: BITVAL_MSB CONG_CASE INT_REM_LE INT_REM_LE_EQ INT_VAL_IWORD INT_VAL_IWORD_EQ INT_VAL_WORD_NEG PRIME_INT_DIVPROD_EQ REAL_VAL_WORD_NEG TWOS_COMPLEMENT Removed a couple of effective duplicates with this renaming CONG_MOD_MULT -> CONG_DIVIDES_MODULUS INT_CONG_MOD_MULT -> INT_CONG_INT_DIVIDES_MODULUS
- Loading branch information
Showing
10 changed files
with
301 additions
and
13 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
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
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
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
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.