Home | History | Annotate | Download | only in include

Lines Matching refs:cplxMultDiv2

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