Expand description
fixed-point numerical types
Macrosยง
- fixed_
impl ๐ - fixed_
mul_ ๐div - Implements multiplication and division operators for fixed types.
- float_
conv ๐ - impl float conversion methods.
Structsยง
- F2Dot14
- 16-bit signed fixed point number with 14 bits of fraction.
- F4Dot12
- 16-bit signed fixed point number with 12 bits of fraction.
- F6Dot10
- 16-bit signed fixed point number with 10 bits of fraction.
- F26Dot6
- 32-bit signed fixed point number with 6 bits of fraction.
- Fixed
- 32-bit signed fixed point number with 16 bits of fraction.