AddF32

Adds two 32.32-format fixed-point fractions together.

Synopsis

void AddF32( frac32 *r, frac32 *a1, frac32 *a2 )

Description

This function adds two 32.32- format fixed-point fractions together and deposits the result in the location pointed to by the r argument. This function is actually the same function as Add64().

Arguments

r
A pointer to a 32.32-fraction structure to store the result.
a1, a2
Pointers to 32.32-format fixed-point fraction addends.

Implementation

Folio call implemented in operamath V20.

Associated Files

operamath.h, operamath.lib

See Also

Add64(), AddF60()