Multiply two 32-bit fractional values, and add the higher 32-bits of the product to 32-bit fractional value, generating a 32-bit result (using the MAC32 instruction).
Word32 V3_L_mac(Word32 laccum, Word32 slinp1, Word32 slinp2)