add extra fpmul16 regression tests
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Jul 2019 13:23:17 +0000 (14:23 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 13 Jul 2019 13:23:17 +0000 (14:23 +0100)
src/ieee754/fpmul/test/mul_data16.py

index 151c8d9a17b95fe5454bb15b390ff05d5ba1938a..bd2d8d43bf7315a25dcdc46df4e963df5e74f156 100644 (file)
@@ -1,6 +1,9 @@
 def regressions():
-    yield 0x0000, 0xfc00
-    yield 0xfc00, 0x0000
+    yield 0x0177, 0x41f8
+    yield 0xf800, 0x353c
+    yield 0x6c6d, 0x809b
     yield 0xe7bb, 0x81ce
     yield 0xe225, 0x8181
     yield 0x0201, 0x4901
+    yield 0x0000, 0xfc00
+    yield 0xfc00, 0x0000