ieee754.part_bits package¶
Submodules¶
ieee754.part_bits.bits module¶
Copyright (C) 2020 Luke Kenneth Casson Leighton <lkcl@lkcl.net> Copyright (C) 2020 Michael Nolan <mtnolan2640@gmail.com>
dynamically-partitionable “comparison” class, directly equivalent to Signal.__eq__, __gt__ and __ge__, except SIMD-partitionable
See:
ieee754.part_bits.bits_combiner module¶
ieee754.part_bits.xor module¶
Copyright (C) 2020 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
dynamically-partitionable “xor” class, directly equivalent to Signal.xor() except SIMD-partitionable
See: