Download presentation
Presentation is loading. Please wait.
Published byRudolph Knight Modified over 5 years ago
3
39 32 Exponent Sign 31 Mantissa 30 Operations are perfomred with an implied binary point between bits 31 and 30. When the implied most significant nonsign bit is made explicit, it is located to the immediate ledft of the binary point. the floating-point number x is given by the following: x = 01.f 23 if s = 0 x = 10.f 23 if s = 1 x = 0 if e = -128
4
You must use the following reserved values to represent 0 in the extended-precision floating-point format: e = -128 s = 0 f = 0 That is, the floating point representation of 0 is: 0 = h while the floating point representation of 1 is: 1 = h
6
Don’t forget 2’s complement
8
0 by definition 1 by definition 2 X 21 3 X 21 4 X 22 5 X 22 6 X 22 7 X 22 8 X 23 9 X 23
9
1 2 3 4 5 6 7 8 9
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.