Home
last modified time | relevance | path

Searched defs:m (Results 1 – 3 of 3) sorted by relevance

/chre-3.4.0/external/kiss_fft/
Dkiss_fft.c33 int m in kf_bfly2()
56 const size_t m in kf_bfly4()
104 size_t m in kf_bfly3()
148 int m in kf_bfly5()
210 int m, in kf_bfly_generic()
257 const int m=*factors++; /* stage's fft length/p */ in kf_work() local
407 int m=n; in kiss_fft_next_fast_size() local
Dkissfft.hh81 int m = _stageRemainder[stage]; in kf_work() local
123 void kf_bfly2( cpx_type * Fout, const size_t fstride, int m) in kf_bfly2()
132 void kf_bfly4( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly4()
154 void kf_bfly3( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly3()
189 void kf_bfly5( cpx_type * Fout, const size_t fstride, const size_t m) in kf_bfly5()
259 int m, in kf_bfly_generic()
D_kiss_fft_guts.h73 # define C_MUL(m,a,b) \ argument
91 #define C_MUL(m,a,b) \ argument