Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
D_kiss_fft_guts.h74 # define C_MUL(m,a,b) \ macro
92 #define C_MUL(m,a,b) \ macro
Dkissfft.hh115 void C_MUL( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a*b;} in C_MUL() function in kissfft