Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 5 of 5) sorted by relevance

/system/chre/external/kiss_fft/
D_kiss_fft_guts.h132 # define KISS_FFT_COS(phase) floor(.5+SAMP_MAX * cos (phase)) argument
133 # define KISS_FFT_SIN(phase) floor(.5+SAMP_MAX * sin (phase)) argument
136 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
137 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
140 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
141 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
145 #define kf_cexp(x,phase) \ argument
Dkiss_fftr.c68 double phase = in kiss_fftr_alloc() local
Dkiss_fft.c367 double phase = -2*pi*i / nfft; in kiss_fft_alloc() local
/system/bt/gd/security/
Dpairing_handler_le.h115 PAIRING_PHASE phase; variable
118 PairingHandlerLe(PAIRING_PHASE phase, InitialInformations informations) in PairingHandlerLe()
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java93 private void runPhase(String phase) throws Exception { in runPhase()