Powx

Constant power

Supported Technologies

MT, SSE2, Family10h

Synopsis

FwStatus   fwsPowx_32f_A11 ( const Fw32f * pSrc1const Fw32f valFw32f * pDstint len );
FwStatus   fwsPowx_32f_A21 ( const Fw32f * pSrc1const Fw32f valFw32f * pDstint len );
FwStatus   fwsPowx_32f_A24 ( const Fw32f * pSrc1const Fw32f valFw32f * pDstint len );
FwStatus   fwsPowx_64f_A50 ( const Fw64f * pSrc1const Fw64f valFw64f * pDstint len );
FwStatus   fwsPowx_64f_A53 ( const Fw64f * pSrc1const Fw64f valFw64f * pDstint len );

Parameters

len   Specifies the number of elements in a buffer.
pDst   Pointer to a destination buffer.
pSrc1   Pointer to source buffer one.
val   Specified value.

Description

These functions step through vector elements in a source buffer, raise each element to a power specified by a constant, and write the results to a destination buffer.