add FPFormat.get_exponent_value to get an unbiased exponent corrected for subnormals
[ieee754fpu.git] / src / ieee754 / fpcommon / fpbase.py
2022-07-04 Jacob Lifshayadd FPFormat.get_exponent_value to get an unbiased...
2022-07-04 Jacob Lifshaymisc bug fixes and cleanup in fpbase.py
2022-07-04 Jacob Lifshayfix MultiShift* classes to correctly calculate shift...
2022-07-02 Jacob Lifshaystart implementing fp fused-mul-add pipeline
2022-07-01 Jacob Lifshayfix copyright years
2022-07-01 Jacob Lifshayfix my name
2022-07-01 Luke Kenneth Casso... update Copyright year
2022-07-01 Jacob Lifshayadd fsub support to fadd pipeline
2022-07-01 Jacob Lifshayfinish adding all rounding modes to fadd -- formal...
2022-06-29 Jacob Lifshayadd rounding modes to fpbase.Overflow
2022-06-28 Jacob Lifshayadd correct NaN propagation to the fadd pipeline and...
2020-03-02 Luke Kenneth Casso... yet another nuisance
2020-02-17 Luke Kenneth Casso... add fpflags to Overflow class
2020-02-17 Luke Kenneth Casso... comment that roundz is a property
2019-08-01 Luke Kenneth Casso... correct library name
2019-08-01 Luke Kenneth Casso... add copyright notice
2019-08-01 Luke Kenneth Casso... update comments
2019-07-28 Luke Kenneth Casso... add name to FPNumBaseRecord
2019-07-28 Luke Kenneth Casso... update fclass and FPFormat after review
2019-07-28 Luke Kenneth Casso... fclass test
2019-07-28 Luke Kenneth Casso... add debugging fclass
2019-07-27 Luke Kenneth Casso... add testing functions to FPFormat
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