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.h | 76 # define S_MUL(a,b) sround( smul(a,b) ) macro 95 # define S_MUL(a,b) ( (a)*(b) ) macro
|
D | _kiss_fft_guts_s16.h | 76 # define S_MUL(a,b) sround( smul(a,b) ) macro 95 # define S_MUL(a,b) ( (a)*(b) ) macro
|
D | _kiss_fft_guts_f64.h | 76 # define S_MUL(a,b) sround( smul(a,b) ) macro 95 # define S_MUL(a,b) ( (a)*(b) ) macro
|
D | _kiss_fft_guts_f32.h | 76 # define S_MUL(a,b) sround( smul(a,b) ) macro 95 # define S_MUL(a,b) ( (a)*(b) ) macro
|