FSGNJ: Remove usage of FPNumDecode
authorMichael Nolan <mtnolan2640@gmail.com>
Mon, 27 Jan 2020 17:11:24 +0000 (12:11 -0500)
committerMichael Nolan <mtnolan2640@gmail.com>
Mon, 27 Jan 2020 17:11:24 +0000 (12:11 -0500)
commit2ce6d68e18e744ca063cb95a9ef1ba4a5e732cc5
tree233143e31d56bab8acf4b15849897399ae6ba6d8
parent33cd66fb4eb9aab7a181a6423eb4fa45153c138d
FSGNJ: Remove usage of FPNumDecode

FPNumDecode was introducing extra logic to subtract the floating point bias
then immediately re-add it when decoding/encoding operand a. This is
unneeded since this module doesn't modify the exponent or mantissa
src/ieee754/fsgnj/fsgnj.py