Home
last modified time | relevance | path

Searched defs:S_MUL (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
D_kiss_fft_guts_s32.h76 # define S_MUL(a,b) sround( smul(a,b) ) macro
95 # define S_MUL(a,b) ( (a)*(b) ) macro
D_kiss_fft_guts_s16.h76 # define S_MUL(a,b) sround( smul(a,b) ) macro
95 # define S_MUL(a,b) ( (a)*(b) ) macro
D_kiss_fft_guts_f64.h76 # define S_MUL(a,b) sround( smul(a,b) ) macro
95 # define S_MUL(a,b) ( (a)*(b) ) macro
D_kiss_fft_guts_f32.h76 # define S_MUL(a,b) sround( smul(a,b) ) macro
95 # define S_MUL(a,b) ( (a)*(b) ) macro