whitespace
[ieee754fpu.git] / src / ieee754 / part_cmp / experiments /
2020-02-05 Luke Kenneth Casso... whitespace
2020-02-05 Michael NolanAdd module to handle partitioned eq, gt, and ge comparisons
2020-02-05 Michael NolanReverse order of gt combiner so it works MSB first
2020-02-05 Michael NolanAdd a signal to disable the gt inputs to gt_combiner
2020-02-04 Luke Kenneth Casso... add experiments __init__.py
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...