Home
last modified time | relevance | path

Searched refs:FFTW_MALLOC (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/fftpack/tests/
H A Dfftw_dct.c10 #define FFTW_MALLOC fftwf_malloc macro
20 #define FFTW_MALLOC fftw_malloc macro
30 #define FFTW_MALLOC fftwl_malloc macro
58 a = FFTW_MALLOC(sizeof(*a) * sz); in gen()
63 b = FFTW_MALLOC(sizeof(*b) * sz); in gen()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/various/
H A Dfft.cpp36 vector = (DSPCOMPLEX *)FFTW_MALLOC(sizeof (DSPCOMPLEX) * fft_size); in Forward()
63 vector = (DSPCOMPLEX*)FFTW_MALLOC(sizeof(DSPCOMPLEX) * fft_size); in Backward()
H A Dfft.h39 # define FFTW_MALLOC fftwf_malloc macro