fix imports
[ieee754fpu.git] / src / ieee754 / fpcommon / fpbase.py
2019-07-22 Luke Kenneth Casso... fix imports
2019-07-21 Luke Kenneth Casso... rename exponent_width to e_width, mantissa_width to...
2019-07-15 Luke Kenneth Casso... add first version of FCVT upconvert
2019-07-14 Jacob Lifshayreduce code duplication
2019-07-14 Jacob Lifshayadd FPFormat class to describe floating-point formats...
2019-07-13 Luke Kenneth Casso... add name to Overflow class, also recreate OverflowMod
2019-07-11 Jacob Lifshaydelete dead code in fpbase.MultiShift.[lr]shift
2019-07-11 Jacob Lifshayformat fpbase.py
2019-07-07 Luke Kenneth Casso... add enough to "extra" exponent to cover FP64 to FP16...
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... whoops no e_start-1 in fpnum decode
2019-07-05 Luke Kenneth Casso... debugging fcvt
2019-07-04 Luke Kenneth Casso... dont pack into v, get actual s/e/m
2019-06-16 Luke Kenneth Casso... got fpdiv FSM operational
2019-06-16 Luke Kenneth Casso... make overflow roundz a property (Overflow no longer...
2019-06-16 Luke Kenneth Casso... fix up FPNumBase by creating a Record class (not derive...
2019-06-16 Luke Kenneth Casso... create FPNumBaseRecord
2019-06-16 Luke Kenneth Casso... whitespace
2019-05-02 Luke Kenneth Casso... more code-shuffle
2019-05-02 Luke Kenneth Casso... move fpbase.py