Site Tools


documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr063

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

documentation/development/opera/pf25/ppgfldr/pgsfldr/spr/03spr063.txt · Last modified: 2022/10/10 16:54 by 127.0.0.1