copy context/roundz, a and b manually in fpmul align
[ieee754fpu.git] / src / ieee754 / fpcommon / test /
2019-07-08 Luke Kenneth Casso... add test comment
2019-07-08 Luke Kenneth Casso... add single op fcvt test case
2019-07-08 Luke Kenneth Casso... add single-arg option to fp tests
2019-07-08 Luke Kenneth Casso... add fp64 mul unit test
2019-07-08 Luke Kenneth Casso... add fpmul tests
2019-07-08 Luke Kenneth Casso... add fp16 mul (and some regression tests)
2019-07-08 Luke Kenneth Casso... yield inversion of zip of test cases
2019-07-08 Luke Kenneth Casso... add test_add fp16
2019-07-08 Luke Kenneth Casso... move test pipe class to common location
2019-07-08 Luke Kenneth Casso... reorg test code towards parameterisation
2019-07-08 Luke Kenneth Casso... add simulation fns based on num_rows
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 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