Perform an element-wise multiplication of a and b, add c and return the result.
- Template Parameters
-
| T_RegisterType | The register type |
- Parameters
-
| [in] | a | The register left of the multiplication operator |
| [in] | b | The register right of the multiplication operator |
| [in] | c | The register that will be added after the multiplication |
- Returns
- Results of the element-wise multiplication with subsequent addition