add regressions and corner cases
[ieee754fpu.git] / src / ieee754 / fpcommon / test /
2019-07-08 Luke Kenneth Casso... add regressions and corner cases
2019-07-08 Luke Kenneth Casso... add create, inf, nan and zero to unit test code
2019-07-08 Luke Kenneth Casso... add test data
2019-07-07 Luke Kenneth Casso... got test_add.py running, with fpadd_state.py
2019-07-07 Luke Kenneth Casso... fix min-range rounding
2019-07-06 Luke Kenneth Casso... take last bit of a1 mantissa as potential sticky, not...
2019-07-06 Luke Kenneth Casso... duplicate FPRound inside fcvt
2019-07-06 Luke Kenneth Casso... fix nan and 1-rounded case in fcvt
2019-07-06 Luke Kenneth Casso... fix overwrite issue in FPBase create
2019-07-05 Luke Kenneth Casso... sorting out fcvt
2019-07-05 Luke Kenneth Casso... fix fcvt to work with new InputTest and pspec
2019-07-05 Luke Kenneth Casso... split out InputTest random capability
2019-07-05 Luke Kenneth Casso... add some regression tests (commented out)
2019-07-04 Luke Kenneth Casso... add fcvt first version
2019-07-02 Luke Kenneth Casso... big convert g/s/r mid --> muxid
2019-05-03 Luke Kenneth Casso... split out InputTest code into separate fpmux.py
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 test_fsm_experiment.py
2019-05-02 Luke Kenneth Casso... move common unit test code