Home
last modified time | relevance | path

Searched defs:fft_complex (Results 1 – 21 of 21) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_fft__c_main.c151 FUNCTION(fft_complex,pass_2) (in, istride, out, ostride, sign, in FUNCTION() local
158 FUNCTION(fft_complex,pass_3) (in, istride, out, ostride, sign, in FUNCTION() local
166 FUNCTION(fft_complex,pass_4) (in, istride, out, ostride, sign, in FUNCTION() local
176 FUNCTION(fft_complex,pass_5) (in, istride, out, ostride, sign, in FUNCTION() local
187 FUNCTION(fft_complex,pass_6) (in, istride, out, ostride, sign, in FUNCTION() local
199 FUNCTION(fft_complex,pass_7) (in, istride, out, ostride, sign, in FUNCTION() local
207 FUNCTION(fft_complex,pass_n) (in, istride, out, ostride, sign, in FUNCTION() local
H A Dgsl_fft__bitreverse.c27 FUNCTION(fft_complex,bitreverse_order) (BASE data[], in FUNCTION() argument
H A Dgsl_fft__c_pass_2.c21 FUNCTION(fft_complex,pass_2) (const BASE in[], in FUNCTION() argument
H A Dgsl_fft__c_pass_n.c21 FUNCTION(fft_complex,pass_n) (BASE in[], in FUNCTION() argument
H A Dgsl_fft__c_pass_4.c21 FUNCTION(fft_complex,pass_4) (const BASE in[], in FUNCTION() argument
H A Dgsl_fft__c_pass_6.c21 FUNCTION(fft_complex,pass_6) (const BASE in[], in FUNCTION() argument
H A Dgsl_fft__c_pass_7.c21 FUNCTION(fft_complex,pass_7) (const BASE in[], in FUNCTION() argument
/dports/math/gsl/gsl-2.7/fft/
H A Dc_main.c151 FUNCTION(fft_complex,pass_2) (in, istride, out, ostride, sign, in FUNCTION() local
158 FUNCTION(fft_complex,pass_3) (in, istride, out, ostride, sign, in FUNCTION() local
166 FUNCTION(fft_complex,pass_4) (in, istride, out, ostride, sign, in FUNCTION() local
176 FUNCTION(fft_complex,pass_5) (in, istride, out, ostride, sign, in FUNCTION() local
187 FUNCTION(fft_complex,pass_6) (in, istride, out, ostride, sign, in FUNCTION() local
199 FUNCTION(fft_complex,pass_7) (in, istride, out, ostride, sign, in FUNCTION() local
207 FUNCTION(fft_complex,pass_n) (in, istride, out, ostride, sign, in FUNCTION() local
H A Dbitreverse.c27 FUNCTION(fft_complex,bitreverse_order) (BASE data[], in FUNCTION() argument
H A Dc_pass_2.c21 FUNCTION(fft_complex,pass_2) (const BASE in[], in FUNCTION() argument
H A Dc_pass_3.c21 FUNCTION(fft_complex,pass_3) (const BASE in[], in FUNCTION() argument
H A Dc_pass_n.c21 FUNCTION(fft_complex,pass_n) (BASE in[], in FUNCTION() argument
H A Dc_pass_4.c21 FUNCTION(fft_complex,pass_4) (const BASE in[], in FUNCTION() argument
H A Dtest_complex_source.c271 FUNCTION(fft_complex,bitreverse_order) (data, stride, n, logn); in FUNCTION() local
H A Dc_pass_5.c21 FUNCTION(fft_complex,pass_5) (const BASE in[], in FUNCTION() argument
H A Dc_pass_6.c21 FUNCTION(fft_complex,pass_6) (const BASE in[], in FUNCTION() argument
H A Dc_pass_7.c21 FUNCTION(fft_complex,pass_7) (const BASE in[], in FUNCTION() argument
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/DynamicCommand/HttpDynamicCommand/
H A DHttpApp.inf21 # This flag specifies whether HII resource section is generated into PE image.
/dports/sysutils/edk2/edk2-edk2-stable202102/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditMenuBar.h21 #define SCAN_CONTROL_U 21 in FUNCTION()
/dports/audio/libconvolve/libconvolve-0.0.8/
H A Dconvolve.h128 fftwf_complex *fft_complex; member
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fft/lib/
H A Dfft.cc169 fft_complex::fft_complex(int fft_size, bool forward, int nthreads) in fft_complex() function in gr::fft::fft_complex