NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

Adds product of a constant and each sample of a source signal to the each sample of destination signal. More...

Functions

NppStatus nppsAddProductC_32f (const Npp32f *pSrc, Npp32f nValue, Npp32f *pDst, int nLength)
 32-bit floating point signal add product of signal times constant to destination signal. More...
 

Detailed Description

Adds product of a constant and each sample of a source signal to the each sample of destination signal.

Function Documentation

NppStatus nppsAddProductC_32f ( const Npp32f pSrc,
Npp32f  nValue,
Npp32f pDst,
int  nLength 
)

32-bit floating point signal add product of signal times constant to destination signal.

Parameters
pSrcSource Signal Pointer.
nValueConstant value to be multiplied by each vector element
pDstDestination Signal Pointer.
nLengthSignal Length.
Returns
Signal Data Related Error Codes, Length Related Error Codes.

Copyright © 2009-2017 NVIDIA Corporation