Home
last modified time | relevance | path

Searched refs:fftw_execute (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/audio/fdmf/fdmf-0.0.9s/
H A Dsonic_reducer.c27 fftw_execute(ep); fftw_execute(rp); fftw_execute(tp); in main()
/dports/math/py-openTSNE/openTSNE-0.6.1/openTSNE/_matrix_mul/
H A Dmatrix_mul_fftw3.pyx25 void fftw_execute(fftw_plan)
80 fftw_execute(plan_dft)
98 fftw_execute(plan_dft)
104 fftw_execute(plan_idft)
163 fftw_execute(plan_dft)
182 fftw_execute(plan_dft)
189 fftw_execute(plan_idft)
/dports/audio/aubio/aubio-0.4.9/src/spectral/
H A Ddct_fftw.c43 #define fftw_execute fftwf_execute macro
106 fftw_execute(s->pfw); in aubio_dct_fftw_do()
123 fftw_execute(s->pbw); in aubio_dct_fftw_rdo()
/dports/audio/py-aubio/aubio-0.4.9/src/spectral/
H A Ddct_fftw.c43 #define fftw_execute fftwf_execute macro
106 fftw_execute(s->pfw); in aubio_dct_fftw_do()
123 fftw_execute(s->pbw); in aubio_dct_fftw_rdo()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Correlation/
H A DCorrelation.cpp103 fftw_execute(m_planA); in correlateWithShift()
104 fftw_execute(m_planB); in correlateWithShift()
119 fftw_execute(m_planX); in correlateWithShift()
/dports/security/tfhe/tfhe-1.0.1-30-ga085efe/src/libtfhe/fft_processors/fftw/
H A Dfft_processor_fftw.cpp35 fftw_execute(rev_p); in execute_reverse_int()
45 fftw_execute(rev_p); in execute_reverse_torus32()
55 fftw_execute(p); in execute_direct_Torus32()
/dports/science/openmx/openmx3.8/source/liberi-091216/source/sbt/log/
H A Deri_fsbt.c270 fftw_execute(plan); in ERI_FSBT_Transform_Input()
319 fftw_execute(plan); in ERI_FSBT_Transform_Output()
376 fftw_execute(plan); in ERI_FSBT_Transform()
390 fftw_execute(plan); in ERI_FSBT_Transform()
437 fftw_execute(plan);
486 fftw_execute(plan);
543 fftw_execute(plan);
557 fftw_execute(plan);
/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_FFT.cc118 fftw_execute(plan); in do_fft()
134 fftw_execute(plan); in do_fft()
151 fftw_execute(plan); in do_fft()
168 fftw_execute(plan); in do_fft()
/dports/math/sleef/sleef-3.5.0/src/dft-tester/
H A Dfftwtest1d.c58 fftw_execute(w); in check_cf()
97 fftw_execute(w); in check_cb()
134 fftw_execute(w); in check_rf()
179 fftw_execute(w); in check_rb()
H A Dbench1d.c72 for(int64_t i=0;i<niter/2;i++) fftw_execute(w); in main()
98 fftw_execute(w); in main()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/trannoise/
H A D1-f-code.c67 fftw_execute(plan_forward); in f_alpha()
71 fftw_execute(plan_forward); in f_alpha()
83 fftw_execute(plan_backward); in f_alpha()
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/boost_multi/multi/adaptors/fftw/mpi/
H A Dscattered_array.hpp74 fftw_execute(p); in scatter()
118 fftw_execute(p); in gather()
251 fftw_execute(p1);
252 fftw_execute(p2);
282 fftw_execute(p);
337 fftw_execute(p);
385 fftw_execute(p);
407 fftw_execute(p);
/dports/devel/indi/indi-1.9.1/libs/dsp/
H A Dfft.c65 fftw_execute(plan); in dsp_fourier_dft()
84 fftw_execute(plan); in dsp_fourier_idft()
/dports/audio/rezound/rezound-0.13.1beta/src/backend/DSP/
H A DConvolver.h207 fftw_execute(p); in beginRead()
225 fftw_execute(un_p); in beginRead()
323 fftw_execute(p); in prepareFilterKernel()
416 fftw_execute(un_p); // xform -> data in convertToTimeDomain()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dfft3d.c107 fftw_execute(pfor); in fft3d_interpolate()
117 fftw_execute(pbak); in fft3d_interpolate()
/dports/science/PETSc/petsc-3.14.1/src/mat/tests/
H A Dex147.c79 fftw_execute(fplan); in main()
80 fftw_execute(bplan); in main()
/dports/audio/libkeyfinder/libkeyfinder-2.2.4/src/
H A Dfftadapter.cpp101 fftw_execute(priv->plan); in execute()
157 fftw_execute(priv->plan); in execute()
/dports/audio/traverso/traverso-0.49.6/src/plugins/native/
H A DSpectralMeter.cpp213 fftw_execute(pfegl); in get_data()
214 fftw_execute(pfegr); in get_data()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dfft.cpp132 fftw_execute(plan); in fft()
179 fftw_execute(plan); in fft2d()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dfft.cpp132 fftw_execute(plan); in fft()
179 fftw_execute(plan); in fft2d()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/rendering/software/function/
H A Dfft.cpp132 fftw_execute(plan); in fft()
179 fftw_execute(plan); in fft2d()
/dports/science/openmx/openmx3.8/source/
H A DPoisson_ESM.c243 fftw_execute(p0); in Poisson_ESM()
325 fftw_execute(p0); in Poisson_ESM()
449 fftw_execute(p0); in Poisson_ESM()
536 fftw_execute(p0); in Poisson_ESM()
653 fftw_execute(p0); in Poisson_ESM()
736 fftw_execute(p0); in Poisson_ESM()
794 fftw_execute(p0); in Poisson_ESM()
924 fftw_execute(p); in One_dim_FFT()
/dports/math/algae/algae-4.3.6/src/
H A Dfft.c160 fftw_execute (plan);
178 fftw_execute (plan);
212 fftw_execute (plan);
310 fftw_execute(plan);
362 fftw_execute(plan);
422 fftw_execute(plan);
474 fftw_execute(plan);
/dports/audio/waon/waon-0.10/
H A Dpv-freq.c162 fftw_execute (plan_inv); // f_out[] -> t_out[] in pv_freq()
180 fftw_execute (plan_inv); // f_out[] -> t_out[] in pv_freq()
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dfftwrapper.c69 fftw_execute(ft->planfftw); in smps2freqs()
99 fftw_execute(ft->planfftw_inv); in freqs2smps()

12345678910