Searched defs:S_MUL (Results 1 – 2 of 2) sorted by relevance
72 # define S_MUL(a,b) sround( smul(a,b) ) macro91 # define S_MUL(a,b) ( (a)*(b) ) macro
119 scalar_type S_MUL( const scalar_type & a,const scalar_type & b) { return a*b;} in S_MUL() function in kissfft