MulF14
Multiplies two 2.14 fractions.
Synopsis
frac14 MulF14( frac14 x, frac14 y )
Description
This macro multiplies two 2.14 fractions together and returns the product.
Arguments
- x, y The multiplicands.
Return Value
The function returns the product of the two arguments.
Implementation
Macro implemented in operamath.h V20.
Associated Files
operamath.h
Caveats
The function does not detect overflows.
See Also
Mul32
(), Mul64(), MulS32_64(), MulU32_64(), MulSF16(), MulUF16(), MulSF30(), MulSF16_F32(), MulUF16_F32(), MulSF30_F60(), MulUF30_F60()