D | cplx_mul.h | 221 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMult() function 227 inline void cplxMult(FIXP_SGL *c_Re, FIXP_SGL *c_Im, const FIXP_SGL a_Re, in cplxMult() function 238 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMult() function 240 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMult() 247 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMult() function 257 inline void cplxMult(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMult() function 259 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMult()
|