Home
last modified time | relevance | path

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

/system/chre/external/kiss_fft/
D_kiss_fft_guts.h106 #define C_SUB( res, a,b)\ macro
Dkissfft.hh116 void C_SUB( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a-b;} in C_SUB() function in kissfft