Site Tools


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

Mul64

Multiplies two 64-bit integers.

Synopsis

void Mul64( int64 *p, int64 *m1, int64 *m2 )

Description

This function multiplies two 64-bit integers together and returns the product. An overflow condition is not detected. The 64-bit integer result is deposited in the location pointed to by the p argument.

Arguments

  • p A pointer to a the location to store the 64-bit integer result.
  • m1, m2 Pointers to the locations of the two 64-bit integer multiplicands.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

Caveats

The function does not detect overflows.

See Also

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