add experiments __init__.py
[ieee754fpu.git] / src / ieee754 / part_cmp /
2020-02-04 Luke Kenneth Casso... add experiments __init__.py
2020-02-04 Luke Kenneth Casso... remove comments, sort out string name, add __init__.pys
2020-02-04 Luke Kenneth Casso... bit of whitespace
2020-02-04 Luke Kenneth Casso... using format is a bit long for 1 argument, just use %d
2020-02-04 Michael NolanModify gt experiment to handle eq as well
2020-02-03 Michael NolanAdd proof for using the greater than combiner to do...
2020-02-03 Michael NolanAdd tree-based greater than experiment
2020-02-03 Michael NolanMove experiments with partition methods to a separate...
2020-02-03 Michael NolanAdd tree based partitioned equals module
2020-02-03 Michael NolanRename partition_combiner to eq_combiner
2020-02-03 Michael NolanAdd an alternative partitioned equals combiner module
2020-02-03 Luke Kenneth Casso... add first untested ge.py for partitioned signnal
2020-01-30 Luke Kenneth Casso... tidyup
2020-01-30 Luke Kenneth Casso... tidy up comments
2020-01-30 Luke Kenneth Casso... working partitioned eqs function
2020-01-30 Luke Kenneth Casso... experimental eq (non-optimal)
2020-01-27 Luke Kenneth Casso... reverse indices
2020-01-24 Luke Kenneth Casso... trying to get recursive output working from partitioned eq
2020-01-24 Luke Kenneth Casso... found bug in eq partition assignment
2020-01-24 Luke Kenneth Casso... debug eq partition
2020-01-24 Luke Kenneth Casso... add beginnings of partitioned eq into unit test
2020-01-24 Luke Kenneth Casso... add partitioned eq module