From 720132d552f2978b226c27eff11dfe4903de06b6 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 3 Nov 2017 16:30:17 -0400 Subject: Add more constant notations --- src/Compilers/Z/BinaryNotationConstants.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Compilers/Z/BinaryNotationConstants.v') diff --git a/src/Compilers/Z/BinaryNotationConstants.v b/src/Compilers/Z/BinaryNotationConstants.v index 66f429752..a990f2bda 100644 --- a/src/Compilers/Z/BinaryNotationConstants.v +++ b/src/Compilers/Z/BinaryNotationConstants.v @@ -50,6 +50,7 @@ nums = tuple(sorted(set(systematic_nums + [ 524279, 524286, 679935, + 1048202, 1048471, 1048526, 1048534, @@ -938,6 +939,8 @@ Notation "'0b10000000000000000001'" (* 524289 (0x80001) *) := (Const WO~0~0~0~0~0~0~0~0~0~0~0~0~1~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~1). Notation "'0b10100101111111111111'" (* 679935 (0xa5fff) *) := (Const WO~0~0~0~0~0~0~0~0~0~0~0~0~1~0~1~0~0~1~0~1~1~1~1~1~1~1~1~1~1~1~1~1). +Notation "'0b11111111111010001010'" (* 1048202 (0xffe8a) *) + := (Const WO~0~0~0~0~0~0~0~0~0~0~0~0~1~1~1~1~1~1~1~1~1~1~1~0~1~0~0~0~1~0~1~0). Notation "'0b11111111111110010111'" (* 1048471 (0xfff97) *) := (Const WO~0~0~0~0~0~0~0~0~0~0~0~0~1~1~1~1~1~1~1~1~1~1~1~1~1~0~0~1~0~1~1~1). Notation "'0b11111111111111001110'" (* 1048526 (0xfffce) *) -- cgit v1.2.3