Lines Matching +defs:chn +defs:n

1707   int n;  member
1898 mus_any *mus_make_ncos(mus_float_t freq, int n) in mus_make_ncos()
2029 static mus_float_t nsin_ns(mus_float_t x, int n) in nsin_ns()
2040 static mus_float_t find_nsin_scaler(int n, mus_float_t lo, mus_float_t hi) in find_nsin_scaler()
2054 static mus_float_t nsin_scaler(int n) in nsin_scaler()
2137 mus_any *mus_make_nsin(mus_float_t freq, int n) in mus_make_nsin()
2327 int n; member
2362 int n; in nrxy_set_r() local
2422 int n; in mus_nrxysin() local
2518 mus_any *mus_make_nrxysin(mus_float_t frequency, mus_float_t y_over_x, int n, mus_float_t r) in mus_make_nrxysin()
2559 int n; in mus_nrxycos() local
2637 mus_any *mus_make_nrxycos(mus_float_t frequency, mus_float_t y_over_x, int n, mus_float_t r) in mus_make_nrxycos()
2885 int partial, k, n; in mus_phase_partials_to_wave() local
3235 int n, cheby_choice; member
3309 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()
3344 mus_float_t mus_chebyshev_t_sum(mus_float_t x, int n, mus_float_t *tn) in mus_chebyshev_t_sum()
3391 mus_float_t mus_chebyshev_u_sum(mus_float_t x, int n, mus_float_t *un) in mus_chebyshev_u_sum()
3413 static mus_float_t mus_chebyshev_t_sum_with_index(mus_float_t x, mus_float_t index, int n, mus_floa… in mus_chebyshev_t_sum_with_index()
3451 static mus_float_t mus_chebyshev_t_sum_with_index_2(mus_float_t x, mus_float_t index, int n, mus_fl… in mus_chebyshev_t_sum_with_index_2()
3476 static mus_float_t mus_chebyshev_t_sum_with_index_3(mus_float_t x, mus_float_t index, int n, mus_fl… in mus_chebyshev_t_sum_with_index_3()
3505 static mus_float_t mus_chebyshev_t_sum_with_index_5(mus_float_t x, mus_float_t index, int n, mus_fl… in mus_chebyshev_t_sum_with_index_5()
3542 static mus_float_t mus_chebyshev_u_sum_with_index(mus_float_t x, mus_float_t index, int n, mus_floa… in mus_chebyshev_u_sum_with_index()
3902 mus_any *mus_make_polywave(mus_float_t frequency, mus_float_t *coeffs, int n, int cheby_choice) in mus_make_polywave()
4013 …any *mus_make_polywave_tu(mus_float_t frequency, mus_float_t *tcoeffs, mus_float_t *ucoeffs, int n) in mus_make_polywave_tu()
9263 int n, i, j, jj; in mus_make_fir_coeffs() local
11384 int chn, min_chans; in mus_sample_to_file_add() local
14165 static void mus_fftw_with_imag(mus_float_t *rl, mus_float_t *im, int n, int dir) in mus_fftw_with_imag()
14234 void mus_fft(mus_float_t *rl, mus_float_t *im, mus_long_t n, int is) in mus_fft()
14245 static void mus_scramble(mus_float_t *rl, mus_float_t *im, int n) in mus_scramble()
14275 void mus_fft(mus_float_t *rl, mus_float_t *im, mus_long_t n, int is) in mus_fft()
14331 static void mus_big_fft(mus_float_t *rl, mus_float_t *im, mus_long_t n, int is) in mus_big_fft()
14436 static mus_float_t ultraspherical(int n, mus_float_t x, mus_float_t lambda) in ultraspherical()
15170 mus_float_t *mus_spectrum(mus_float_t *rdat, mus_float_t *idat, mus_float_t *window, mus_long_t n, … in mus_spectrum()
15219 mus_float_t *mus_autocorrelate(mus_float_t *data, mus_long_t n) in mus_autocorrelate()
15245 mus_float_t *mus_correlate(mus_float_t *data1, mus_float_t *data2, mus_long_t n) in mus_correlate()
15280 mus_float_t *mus_cepstrum(mus_float_t *data, mus_long_t n) in mus_cepstrum()
15323 mus_float_t *mus_convolution(mus_float_t *rl1, mus_float_t *rl2, mus_long_t n) in mus_convolution()