MulS32_64
Multiplies two 32-bit integers and returns a 64-bit result.
Synopsis
void MulS32_64( int64 *prod, int32 m1, int32 m2 )
Description
This function multiplies two signed 32-bit integers together and deposits the 64-bit product in the location pointed to by the prod argument.
Arguments
- prod
- A pointer to the location to store the 64-bit result.
- m1, m2
- Two 32-bit multiplicands.
Implementation
Folio call implemented in operamath V20.
Associated Files
operamath.h, operamath.lib
See Also
Mul32
(), Mul64(), MulSF16(), MulU32_64(), MulF14(), MulSF30(), MulUF16(), MulSF16_F32(), MulUF16_F32(), MulSF30_F60(), MulUF30_F60()