ConvertF16_F14

Converts a 16.16 fraction to a 2.14 fraction.

Synopsis

frac14 ConvertF16_F14( frac16 x )

Description

This macro converts a 16.16 fraction to a 2.14 fraction, using the upper 16-bits of a 32-bit quantity.

Arguments

x
The 16.16 fraction to be converted.

Return Value

The function returns the 2.14 fraction result of the conversion.

Implementation

Macro implemented in operamath.h V20.

Associated Files

operamath.h

See Also

ConvertF14_F16(), ConvertF16_F30(), ConvertF16_32(), ConvertF30_F16(), ConvertF32_F16(), Convert32_F32(), Convert32_F16(), ConvertS32_64(), ConvertSF16_F32(), ConvertU32_64(), ConvertUF16_F32()