| 
    NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.4.0.*
    
   | 
 
Adds product of a constant and each sample of a source signal to the each sample of destination signal. More...
Functions | |
| NppStatus | nppsAddProductC_32f_Ctx (const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength, NppStreamContext nppStreamCtx) | 
| 32-bit floating point signal add product of signal times constant to destination signal.  More... | 
|
| NppStatus | nppsAddProductC_32f (const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength) | 
Adds product of a constant and each sample of a source signal to the each sample of destination signal.
| NppStatus nppsAddProductC_32f_Ctx | ( | const Npp32f * | pSrc, | 
| Npp32f | nValue, | ||
| Npp32f * | pDst, | ||
| int | nLength, | ||
| NppStreamContext | nppStreamCtx | ||
| ) | 
32-bit floating point signal add product of signal times constant to destination signal.
| pSrc | Source Signal Pointer. | 
| nValue | Constant value to be multiplied by each vector element | 
| pDst | Destination Signal Pointer. | 
| nLength | Signal Length. | 
| nppStreamCtx | Application Managed Stream Context. |