Lines Matching refs:cplxMultDiv2
124 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMultDiv2() function
135 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_SGL a_Re, in cplxMultDiv2() function
142 inline void cplxMultDiv2(FIXP_SGL *c_Re, FIXP_SGL *c_Im, const FIXP_SGL a_Re, in cplxMultDiv2() function
153 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMultDiv2() function
155 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMultDiv2()
162 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_SGL a_Re, in cplxMultDiv2() function
164 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMultDiv2()
167 inline void cplxMultDiv2(FIXP_SGL *c_Re, FIXP_SGL *c_Im, const FIXP_SGL a_Re, in cplxMultDiv2() function
169 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMultDiv2()
187 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMultDiv2() function
198 inline void cplxMultDiv2(FIXP_DBL *c_Re, FIXP_DBL *c_Im, const FIXP_DBL a_Re, in cplxMultDiv2() function
200 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); in cplxMultDiv2()