add partitioned multiplier/adder
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 17 Aug 2019 06:45:18 +0000 (07:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 17 Aug 2019 06:45:18 +0000 (07:45 +0100)
commit387de2702ad348b62c6067135da8a1e8b43b175e
tree5a38742ff9f3f879ebc4211854b8c2add33f7045
parentda9f217936910e61a370d8509645f827c00426ee
add partitioned multiplier/adder
src/ieee754/part_mul_add/__init__.py [new file with mode: 0644]
src/ieee754/part_mul_add/multiply.py [new file with mode: 0644]
src/ieee754/part_mul_add/test/__init__.py [new file with mode: 0644]
src/ieee754/part_mul_add/test/test_multiply.py [new file with mode: 0644]