Home
last modified time | relevance | path

Searched refs:cmulr (Results 1 – 4 of 4) sorted by relevance

/dports/audio/festalon/festalon/src/fidlib/
H A Dfidmkf.h440 cmulr(pol+b, hba); in bandpass()
447 cmulr(hba, bw); in bandpass()
450 cmulr(pol+b, w0); in bandpass()
501 cmulr(pol+b, hba); in bandstop()
509 cmulr(hba, bw); in bandstop()
512 cmulr(pol+b, w0); in bandstop()
768 cmulr(pol, mag); in bandpass_res()
814 cmulr(zer, 1.0 / (zer[0]*zer[0] + zer[1]*zer[1])); in allpass_res()
H A Dfidlib.c358 cmulr(double *aa, double fact) { in cmulr() function
/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidmkf.h451 cmulr(ctx->pol+b, hba); in bandpass()
458 cmulr(hba, bw); in bandpass()
461 cmulr(ctx->pol+b, w0); in bandpass()
512 cmulr(ctx->pol+b, hba); in bandstop()
520 cmulr(hba, bw); in bandstop()
523 cmulr(ctx->pol+b, w0); in bandstop()
779 cmulr(ctx->pol, mag); in bandpass_res()
825 cmulr(ctx->zer, 1.0 / (ctx->zer[0]*ctx->zer[0] + ctx->zer[1]*ctx->zer[1])); in allpass_res()
H A Dfidlib.c357 cmulr(double *aa, double fact) { in cmulr() function