run tests in parallel
[ieee754fpu.git] / src / ieee754 / fpcommon / test /
2020-02-10 Luke Kenneth Casso... getting fed up of amount of test files being dropped...
2020-01-31 Michael NolanFix nmigen "domain" error when trying to run unit tests
2019-08-06 Luke Kenneth Casso... add mask cancellation to FPDIV and to fpmux unit test
2019-08-05 Luke Kenneth Casso... hack to set predicate mask (if it exists)
2019-07-31 Luke Kenneth Casso... add to float2int unit tests
2019-07-29 Luke Kenneth Casso... add FP32/64 coverage test for fpsqrt
2019-07-28 Luke Kenneth Casso... add signed FP2INT
2019-07-28 Luke Kenneth Casso... add NaN FP2int overflow
2019-07-28 Luke Kenneth Casso... whitespace (autopep8)
2019-07-28 Luke Kenneth Casso... fclass test
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-27 Luke Kenneth Casso... add fpclass pipeline (1st version)
2019-07-26 Luke Kenneth Casso... start to get FP to INT working
2019-07-26 Luke Kenneth Casso... add first version test fp to int convert
2019-07-25 Luke Kenneth Casso... get test_div64.py back up and running (just... because)
2019-07-24 Luke Kenneth Casso... add new FP32-FRSQRT regression test
2019-07-24 Luke Kenneth Casso... fix shifting of rsqrt mantissa input
2019-07-24 Luke Kenneth Casso... semi-working after "hack" to reduce LHS of algorithm...
2019-07-24 Luke Kenneth Casso... add fsqrt test
2019-07-23 Luke Kenneth Casso... remove debug prints
2019-07-23 Luke Kenneth Casso... add fsqrt test
2019-07-22 Luke Kenneth Casso... FP16 DIV seems to be working
2019-07-22 Luke Kenneth Casso... random modifications
2019-07-22 Luke Kenneth Casso... random modifications got semi-correct output
2019-07-22 Luke Kenneth Casso... continuing experimentation
2019-07-22 Luke Kenneth Casso... experimenting
2019-07-19 Luke Kenneth Casso... weirdness on INT32->FP32 detected. ui32/i32->f32 test...
2019-07-19 Luke Kenneth Casso... add in preliminary signed int conversion
2019-07-18 Luke Kenneth Casso... add larger uint32 and uint64 to fp16 conversion
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