Home
last modified time | relevance | path

Searched refs:M_fast_mul_fft (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapmfmul.c244 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 Dmapm_fft.c84 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