Searched defs:m (Results 1 – 3 of 3) sorted by relevance
/chre-3.4.0/external/kiss_fft/ |
D | kiss_fft.c | 33 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
|
D | kissfft.hh | 81 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.h | 73 # define C_MUL(m,a,b) \ argument 91 #define C_MUL(m,a,b) \ argument
|