Home
last modified time | relevance | path

Searched refs:mus_xcoeffs_exists (Results 1 – 3 of 3) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dclm.h205 MUS_EXPORT bool mus_xcoeffs_exists(mus_any *gen);
H A Dclm2xen.c12641 if ((mus_is_one_zero(g)) && (mus_xcoeffs_exists(g)))
12652 if (mus_xcoeffs_exists(g))
12661 if ((mus_is_one_pole(g)) && (mus_xcoeffs_exists(g)) && (mus_ycoeffs_exists(g)))
12673 if ((mus_xcoeffs_exists(g)) && (mus_ycoeffs_exists(g)))
H A Dclm.c863 bool mus_xcoeffs_exists(mus_any *gen) {return(gen->core->xcoeffs);} in mus_xcoeffs_exists() function