Searched defs:phase (Results 1 – 5 of 5) sorted by relevance
132 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument133 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument136 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument137 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument140 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument141 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument145 #define kf_cexp(x,phase) \ argument
68 double phase = in kiss_fftr_alloc() local
367 double phase = -2*pi*i / nfft; in kiss_fft_alloc() local
115 PAIRING_PHASE phase; variable118 PairingHandlerLe(PAIRING_PHASE phase, InitialInformations informations) in PairingHandlerLe()
93 private void runPhase(String phase) throws Exception { in runPhase()