numeric.int.divider.signed.iterative


template <typename NumeratorType, typename DenominatorType>
inline 
NumeratorType[2] divide(NumeratorType numerator, DenominatorType denominator) ยง

Fully iterative divider for signed integers. This type of divider will consume the lowest area, but has the highest latency. Latency increases linearly with the number of bits in the Numerator.