MulU32_64

Multiplies two unsigned 32-bit integers and returns a 64-bit result.

Synopsis

void MulU32_64( uint64 *prod, uint32 m1, uint32 m2 )

Description

This function multiplies two unsigned 32-bit integers together and deposits the unsigned 64-bit result 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 unsigned 32-bit multiplicands.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

Mul32(), Mul64(), MulSF16(), MulS32_64(), MulF14(), MulSF30(), MulUF16(), MulSF16_F32(), MulUF16_F32(), MulSF30_F60(), MulUF30_F60()