IEEE Floating Point - PowerPoint PPT Presentation

1 / 5
About This Presentation
Title:

IEEE Floating Point

Description:

IEEE Floating Point. Standards. Special Values. Condition. exp = 000...0. Cases ... Both positive and negative. exp = 000...0, frac 000...0. De-normalized Form ... – PowerPoint PPT presentation

Number of Views:24
Avg rating:3.0/5.0
Slides: 6
Provided by: Grah200
Category:
Tags: ieee | floating | point

less

Transcript and Presenter's Notes

Title: IEEE Floating Point


1
IEEE Floating Point
  • Standards
  • Special Values

2
(No Transcript)
3
  • Condition
  •  exp 0000
  • Cases
  • exp 0000, frac 0000
  • Represents value?0?(zero)
  • Both positive and negative
  • exp 0000, frac ? 0000
  • De-normalized Form
  • Fills in gap around zero
  • Referred to as gradual underflow

4
  • Condition
  •  exp 1111
  • Cases
  • exp 1111, frac 0000
  • Represents value???(infinity)
  • Operation that overflows
  • Both positive and negative
  • E.g., 1.0/0.0 ?1.0/?0.0 ?, 1.0/?0.0 ??
  • exp 1111, frac ? 0000
  • Not-a-Number (NaN)
  • Represents case when no numeric value can be
    determined
  • E.g., sqrt(1), ?????

5
OPERATION ON SPECIAL VALUES ? /-/ any
number ? -? /-/ any number - ? Any
number / ? 0 Any operation on NAN yields
NAN /- of infinities yields NAN divide by
0 yields NAN ? div by ? yields NAN x REM
0 or ? REM x yields NAN ? -x yields NAN
Write a Comment
User Comments (0)
About PowerShow.com