restructure partsig, use common function for PartitionedEqGtGe
[ieee754fpu.git] / src / ieee754 / part / partsig.py
2020-02-06 Luke Kenneth Casso... restructure partsig, use common function for Partitione...
2020-02-06 Luke Kenneth Casso... add __ge__ partsig operator
2020-02-06 Luke Kenneth Casso... add gt part_sig operator
2020-02-05 Luke Kenneth Casso... use PartitionedEqGtGe for eq function in partitioned...
2020-02-05 Luke Kenneth Casso... add constants for opcode, EQ/GT/GE, probably better...
2020-02-05 Luke Kenneth Casso... use EQCombiner in PartitionedEq experiment
2020-01-27 Luke Kenneth Casso... add (untested) partitioned xor/or/and operators
2020-01-24 Luke Kenneth Casso... add beginnings of partitioned eq into unit test
2020-01-24 Luke Kenneth Casso... convert to partition mask rather than partition points
2020-01-24 Luke Kenneth Casso... add more to module docstring
2020-01-24 Luke Kenneth Casso... de-modulify PartitionedSignal, call "set_module" to...
2020-01-22 Luke Kenneth Casso... add partition test add unit test
2020-01-22 Luke Kenneth Casso... add __xor__ and __add__
2020-01-22 Luke Kenneth Casso... add partitioned signal class