Searched defs:phase (Results 1 – 4 of 4) sorted by relevance
128 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument129 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument132 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument133 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument136 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument137 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument141 #define kf_cexp(x,phase) \ argument
58 double phase = in kiss_fftr_alloc() local
359 double phase = -2*pi*i / nfft; in kiss_fft_alloc() local
115 PAIRING_PHASE phase; variable118 PairingHandlerLe(PAIRING_PHASE phase, InitialInformations informations) in PairingHandlerLe()