Home
last modified time | relevance | path

Searched defs:HALF_OF (Results 1 – 2 of 2) sorted by relevance

/chre-3.4.0/external/kiss_fft/
D_kiss_fft_guts.h134 # define HALF_OF(x) ((x)>>1) macro
138 # define HALF_OF(x) ((x)*_mm_set1_ps(.5)) macro
142 # define HALF_OF(x) ((x)*.5) macro
Dkissfft.hh120 scalar_type HALF_OF( const scalar_type & a) { return a*.5;} in HALF_OF() function in kissfft