Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dclm.h438 MUS_EXPORT mus_float_t mus_chebyshev_tu_sum(mus_float_t x, int n, mus_float_t *tn, mus_float_t *un);
H A Dclm.c3309 mus_float_t mus_chebyshev_tu_sum(mus_float_t x, int n, mus_float_t *tn, mus_float_t *un) in mus_chebyshev_tu_sum() function
3818 return(mus_chebyshev_tu_sum(ph, gen->n, gen->coeffs, gen->ucoeffs)); in polyw_third()
H A Dclm2xen.c6295 result = C_double_to_Xen_real(mus_chebyshev_tu_sum(Xen_real_to_C_double(x), len, tdata, udata));