Power
MT, SSE2, Family10h
FwStatus | fwsPow_32f_A11 | ( | const Fw32f * pSrc1, const Fw32f * pSrc2, Fw32f * pDst, int len ); | |
FwStatus | fwsPow_32f_A21 | ( | const Fw32f * pSrc1, const Fw32f * pSrc2, Fw32f * pDst, int len ); | |
FwStatus | fwsPow_32f_A24 | ( | const Fw32f * pSrc1, const Fw32f * pSrc2, Fw32f * pDst, int len ); | |
FwStatus | fwsPow_64f_A50 | ( | const Fw64f * pSrc1, const Fw64f * pSrc2, Fw64f * pDst, int len ); | |
FwStatus | fwsPow_64f_A53 | ( | const Fw64f * pSrc1, const Fw64f * pSrc2, Fw64f * pDst, int len ); |
len | Specifies the number of elements in a buffer. | |
pDst | Pointer to a destination buffer. | |
pSrc1 | Pointer to source buffer one. | |
pSrc2 | Pointer to source buffer two. |
These functions step through vector elements in two source buffers, raise each element of buffer 1 to the power specified by the corresponding element of buffer 2, and write the results to a destination buffer.