IBM_Floating_Point_Architecture IBM_Floating_Point_Architecture

IBM Floating Point Architecture - Definition and Overview

Related Words: Byzantine, Egyptian, English, French, German, Gothic, Greek, Italian, Persian, Renaissance, Roman, Romanesque, Spanish, Academic, Action, Anatomy, Angle, Argument, Arrangement, Assembly, Atmosphere, Background, Baroque

IBM System/360 computers, and subsequent machines based on that architecture (mainframes), support a hexadecimal floating-point format. The format is used by SAS Transport files as required by the FDA for New Drug Application (NDA) study submissions. See TS-140 [1] (http://support.sas.com/techsup/technote/ts140.html).

Hexadecimal floating-point uses a similar approach to IEEE 754 binary floating-point, but with many differences. The significand is longer, and the exponent is shorter:

 1     7                               56 bits
+-+-----------+----------------------------------------------------+
|S|  Exp      |  Fraction                                          |
+-+-----------+----------------------------------------------------+
63 62       56 55                                                 0

The bias is 64 because the exponent is smaller. Even though the base is 16, the exponent in this form is slightly smaller than the equivalent in IEEE 754.

Note that in this format the initial bit is not suppressed, and the radix point is set to the left of the mantissa.

See, for example: Schwarz, CMOS floating-point unit for the S/390 Parallel Enterprise Server G4 (http://www.research.ibm.com/journal/rd/414/schwarz.html)

Since 1998, IBM mainframes have also included binary floating-point units which conform to IEEE 754. When decimal floating-point is added later this decade (200x), each will have at least three floating-point units.

Example Usage of Architecture

MUUUZ: Thanks to all of you, Muuuz Community is growing up... More design, more Architecture, more fun, together on http://muuuz.com/ :)
architecturemob: RT @highrockmedia: 27 foot cube of an actual ton of CO2: http://go2.vg/Pls0j #conceptual #Architecture
MUUUZ: Merci pour votre fidélité à http://muuuz.com/ Fans d'Architecture, de design, de création et d'inspirations, notre communauté s'agrandit :)
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.