Floating-Point IP Cores User Guide

ID 683750
Date 10/27/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.6.1.1. Single-Precision Format

The single-precision format contains the following binary patterns:
  • The MSB holds the sign bit.
  • The next 8 bits hold the exponent bits.
  • 23 LSBs hold the mantissa.

The total width of a floating-point number in the single-precision format is 32 bits. The bias for the single-precision format is 127.

Figure 10. Single-Precision RepresentationThis figure shows a single-precision representation.