Floating-Point IP Cores User Guide

ID 683750
Date 5/05/2023
Public
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.