Information AboutMultiply-accumulate |
| CATEGORIES ABOUT MULTIPLY-ACCUMULATE | |
| computer arithmetic | |
| digital signal processing | |
|
: When done with Integers this operation is typically exact (computed Modulo some Power Of 2 ). When done with Floating Point numbers it might be performed with two Round ings (typical in many DSP s) or with a single rounding, called a Fused Multiply-add (FMA). SEE ALSO |
|
|