CompactRectSignExtension constructor

CompactRectSignExtension(
  1. PartialProductGeneratorBase ppg, {
  2. String name = 'compactrect_sign_extension',
})

Sign extend the PP array using stop bits without adding a row This routine works with different widths of multiplicand/multiplier, an extension of Mohanty, B.K., Choubey designed by Desmond A. Kirkpatrick.

Implementation

CompactRectSignExtension(super.ppg,
    {super.name = 'compactrect_sign_extension'});