Searched refs:M_fast_mul_fft (Results 1 – 2 of 2) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmfmul.c | 244 extern void M_fast_mul_fft(UCHAR *, UCHAR *, UCHAR *, int); 388 M_fast_mul_fft(rr->m_apm_data, M_ain->m_apm_data, in M_fast_multiply() 400 M_fast_mul_fft(rr->m_apm_data, M_ain->m_apm_data, in M_fast_multiply() 439 M_fast_mul_fft(rr, aa, bb, sz); in M_fmul_div_conq()
|
H A D | mapm_fft.c | 84 extern void M_fast_mul_fft(UCHAR *, UCHAR *, UCHAR *, int); 123 void M_fast_mul_fft(UCHAR *ww, UCHAR *uu, UCHAR *vv, int nbytes) in M_fast_mul_fft() function
|