Home
last modified time | relevance | path

Searched refs:CplxMulC (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DDSPOp.hh342 static void CplxMulC (stpSCplx, const stpSCplx);
344 static void CplxMulC (stpDCplx, const stpDCplx);
351 static void CplxMulC (stpSCplx, const stpSCplx, const stpSCplx);
353 static void CplxMulC (stpDCplx, const stpDCplx, const stpDCplx);
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DDSPOp.cc470 INLINE void clDSPOp::CplxMulC (stpSCplx spCplxDest, const stpSCplx spCplxSrc) in CplxMulC() function in clDSPOp
482 INLINE void clDSPOp::CplxMulC (stpDCplx spCplxDest, const stpDCplx spCplxSrc) in CplxMulC() function in clDSPOp
494 INLINE void clDSPOp::CplxMulC (stpSCplx spCplxDest, const stpSCplx spCplxSrc1, in CplxMulC() function in clDSPOp
504 INLINE void clDSPOp::CplxMulC (stpDCplx spCplxDest, const stpDCplx spCplxSrc1, in CplxMulC() function in clDSPOp
1689 CplxMulC(&spCplxDest[lLoopCntr], &spCplxSrc[lLoopCntr]); in MulC()
1700 CplxMulC(&spCplxDest[lLoopCntr], &spCplxSrc[lLoopCntr]); in MulC()
1712 CplxMulC(&spCplxDest[lLoopCntr], &spCplxSrc1[lLoopCntr], in MulC()
1725 CplxMulC(&spCplxDest[lLoopCntr], &spCplxSrc1[lLoopCntr], in MulC()