Refactor part_shift_dynamic.py
authorMichael Nolan <mtnolan2640@gmail.com>
Fri, 14 Feb 2020 15:28:29 +0000 (10:28 -0500)
committerMichael Nolan <mtnolan2640@gmail.com>
Fri, 14 Feb 2020 15:28:29 +0000 (10:28 -0500)
commit8baefc384ebc08fb5fcfb7e9ab7e80007d32fa6c
tree7295de084837da220acd1d45b4bb9058e756e23d
parent6033b7549ca48ed5a6875910d8c597a31bd5ce33
Refactor part_shift_dynamic.py

This removes the matrix of partial results by instead using the
partition bits to calculate the shifter (b) for each partition, and
computing a short table of partial results from that
src/ieee754/part_shift/part_shift_dynamic.py
src/ieee754/part_shift/test/test_shift_dynamic.py