Lines Matching refs:silk_MUL
394 #define silk_MUL(a32, b32) ((a32) * (b32))397 #define silk_MUL_uint(a32, b32) silk_MUL(a32, b32)