Science Fair Project Encyclopedia
Multiply-accumulate
The multiply-accumulate operation computes a product and adds it to an accumulator.
- a = a + b×c
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 roundings (typical in many DSPs) or with a single rounding, called a fused multiply-add (FMA).
See also
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


