disable faulty bit_width reduction logic in DivPipeCore
[ieee754fpu.git] / src / ieee754 / fpcommon / test / unit_test_double.py
2019-07-28 Luke Kenneth Casso... replace hard-coded "stuff" with FPFormat functions
2019-07-27 Luke Kenneth Casso... add testing functions to FPFormat
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-08 Luke Kenneth Casso... add fp64 mul unit test
2019-07-08 Luke Kenneth Casso... add corner-cases
2019-07-08 Luke Kenneth Casso... fix unit test fp create fns
2019-07-08 Luke Kenneth Casso... fix nan/create unit test fns
2019-07-08 Luke Kenneth Casso... add create, inf, nan and zero to unit test code
2019-05-02 Luke Kenneth Casso... replace run_test with run_fpunit to avoid nosetest...
2019-05-02 Luke Kenneth Casso... pass in count and num loops to unit test to make it...
2019-05-02 Luke Kenneth Casso... move common unit test code