0% found this document useful (0 votes)
58 views22 pages

Ieee 754

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views22 pages

Ieee 754

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 22

IEEE-754 Floating Point Number

Representation
IEEE-754 Floating Point Number
Representation
Represent 1259.125 in single and
double precision format.
• Step-1 : Convert decimal number to binary
number-
1259 - 10011101011
.125 - .001

1259.125 121259
. 125 = 1011101011 . 001=
10011101011.001
Represent 1259.125 in single and
double precision format.
• Step-2 : Normalize the number-
for single precision format-

1.N. 2E-127

Where-
1259.125 10011101011.001
N- Normalized Number/Mantissa(M) ,
E- Exponent
Represent 1259.125 in single and
double precision format.
• Step-2 : Normalize the number-
for double precision format-

1.N. 2E-1023
Where-
N- Normalized Number/Mantissa(M) ,
E- Exponent
1259.125 10011101011.001
Represent 1259.125 in single precision
format.
• Step-2 : Normalize the number-
for single precision format-
10011101011 . 001

1.N. 2E-127

1259.125 10011101011.001
Represent 1259.125 in single and
double precision format.
• Step-2 : convert it in normalized format(Find
N/Mantissa)
10011101011 . 001
1.N. 2E-127
1.0011101011001 x 210
After comparing we get-
N = 0011101011001
E-127=10
E = 137 OR 10001001
Represent 1259.125 in single and
precision format.
Step-3 : Single Precision Format
Represent 1259.125 in double
precision format.
• Step-1 : Convert decimal number to binary
number-
• Already Done

1259.125 10011101011.001
Represent 1259.125 in double
precision format.
• Step-2 : Normalize the number-
for double precision format-
10011101011 . 001

1.N. 2E-1023

1259.125 10011101011.001
Represent 1259.125 in double
precision format.
• Step-2 : convert it in normalized format
10011101011 . 001
1.N. 2E-1023
1.0011101011001 x 210
After comparing we get-
N = 0011101011001
E-1023=10
E = 1033 OR 10000001001
Represent 1259.125 in double
precision format.
Step-3 : Double Precision Format
BOOTH’S ALGORITHM
• The booth algorithm is a multiplication
algorithm that allows us to multiply the two
signed binary integers in 2's complement,
respectively.
• Types-
I Number II Number Multiplication
+ ve + ve + ve

+ ve - ve - ve

- ve - ve - ve
BOOTH’S ALGORITHM
Using Booth’s Algorithm multiply

7 x 5

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy