Method And System For Optimizing Floating Point Conversion Between Different Bases

Carlson; Trevor E. ;   et al.

Patent Application Summary

U.S. patent application number 11/751084 was filed with the patent office on 2008-10-23 for method and system for optimizing floating point conversion between different bases. This patent application is currently assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION. Invention is credited to Trevor E. Carlson, Ali Y. Duale.

Application Number20080263120 11/751084
Document ID /
Family ID39873311
Filed Date2008-10-23

United States Patent Application 20080263120
Kind Code A1
Carlson; Trevor E. ;   et al. October 23, 2008

METHOD AND SYSTEM FOR OPTIMIZING FLOATING POINT CONVERSION BETWEEN DIFFERENT BASES

Abstract

A method of streamlining floating-point conversions includes determining a source coefficient and a source exponent of an input value represented by a floating-point number in a source base; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a maximum exponent so as to result an overflow, and outputting a predefined overflow value in the event of an overflow; determining whether the ATE exceeds a minimum exponent so as to result an underflow, and outputting a predefined underflow value in the event of an underflow; and in the event the ATE does not result in either an overflow or underflow, converting the input value to an output value represented by a converted coefficient, a converted base and the exponent of the output value.


Inventors: Carlson; Trevor E.; (Poughkeepsie, NY) ; Duale; Ali Y.; (Poughkeepsie, NY)
Correspondence Address:
    CANTOR COLBURN LLP-IBM POUGHKEEPSIE
    20 Church Street, 22nd Floor
    Hartford
    CT
    06103
    US
Assignee: INTERNATIONAL BUSINESS MACHINES CORPORATION
Armonk
NY

Family ID: 39873311
Appl. No.: 11/751084
Filed: May 21, 2007

Related U.S. Patent Documents

Application Number Filing Date Patent Number
11736090 Apr 17, 2007
11751084

Current U.S. Class: 708/495
Current CPC Class: H03M 7/24 20130101
Class at Publication: 708/495
International Class: G06F 7/38 20060101 G06F007/38

Claims



1. A method of streamlining floating-point conversions in a digital computing system, the method comprising: determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

2. The method of claim 1, wherein the converted base b.sub.2 is hexadecimal.

3. The method of claim 2, wherein the source base b.sub.1 is decimal.

4. The method of claim 1, wherein the converted base b.sub.2 is used to represent both Hexadecimal Floating Point (HFP) and Binary Floating Point (BFP) formats.

5. The method of claim 1, wherein the source exponent is positive.

6. A storage medium, comprising: a machine readable computer program code for streamlining floating-point conversions in a digital computing system; and instructions for causing a computer to implement a method, the method further comprising: determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

7. The storage medium of claim 6, wherein the converted base b.sub.2 is hexadecimal.

8. The storage medium of claim 7, wherein the source base b.sub.1 is decimal.

9. The storage medium of claim 6, wherein the converted base b.sub.2 is used to represent both Hexadecimal Floating Point (HFP) and Binary Floating Point (BFP) formats.

10. The storage medium of claim 1, wherein the source exponent is positive.

11. A computing apparatus, comprising: a processing unit in communication with one or more memory elements, the processing unit configured to implement a method of streamlining floating-point conversions, the method further comprising: determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

12. The apparatus of claim 11, wherein the converted base b.sub.2 is hexadecimal.

13. The apparatus of claim 12, wherein the source base b.sub.1 is decimal.

14. The apparatus of claim 11, wherein the converted base b.sub.2 is used to represent both Hexadecimal Floating Point (HFP) and Binary Floating Point (BFP) formats.

15. The apparatus of claim 11, wherein the source exponent is positive.
Description



CROSS REFERENCE TO RELATED APPLICATION

[0001] This application is a divisional application of U.S. Ser. No. 11/736,090, filed Apr. 17, 2007, the disclosure of which is incorporated by reference herein in its entirety.

BACKGROUND

[0002] The present invention relates generally to floating-point number systems and, more particularly, to a method and system for optimizing floating-point conversion between different bases.

[0003] The conversion between different types of floating-point number representations presents a great challenge. Certain conversion algorithms between IBM's Hexadecimal Floating Point (HFP) and the IEEE 754 Binary Floating Point (BFP) have already been implemented. However, the IEEE 754 floating-point standard has been revised to incorporate a Decimal Floating Point (DFP) definition. DFP provides a wide range of flexibility and advantages over BFP and HFP. For example, decimal arithmetic makes numerical calculations more "human-friendly," providing a robust, reliable framework for financial applications that are often subject to legal requirements concerning rounding and precision of the results in the areas of banking, telephone billing, tax calculation, currency conversion, insurance, or accounting in general.

[0004] DFP has been used in calculators for many years, but for the first time it is becoming part of the revised IEEE 754R standard. The DFP formats, as defined by the IEEE 754R standard, include a 32 bit single precision format, a 64 bit double precision format, and a 128 bit extended precision format. This new standard provides the means for computer designers to develop specific operations that are optimized to this new standard. Prior to the standardization of the operands, it was not possible to develop specific operations to accelerate these types of computations. For some commercial workloads, emulation of DFP operations in software can dominate the processing timing.

[0005] With the advent of the new standard and the increase in the use of decimal arithmetic operations for financial calculations, it becomes desirable to provide older computing systems with the capability of utilizing the newer DFP format.

SUMMARY

[0006] The foregoing discussed drawbacks and deficiencies of the prior art are overcome or alleviated by a method of streamlining floating-point conversions in a digital computing system. In an exemplary embodiment, the method includes determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

[0007] In another embodiment, a storage medium includes a machine readable computer program code for streamlining floating-point conversions in a digital computing system, and instructions for causing a computer to implement a method. The method further includes determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

[0008] In another embodiment, a computing apparatus includes a processing unit in communication with one or more memory elements, the processing unit configured to implement a method of streamlining floating-point conversions. The method further includes determining a source coefficient, c.sub.1, and a source exponent, n, of an input value represented by a floating-point number in a source base, b.sub.1; estimating an approximated target exponent (ATE) using the source coefficient and the source exponent, in the event the source coefficient has a non-zero value; determining whether the ATE exceeds a predefined maximum exponent so as to result an overflow condition, and outputting a predefined overflow value in the event of an overflow condition; determining whether the ATE exceeds a predefined minimum exponent so as to result an underflow condition, and outputting a predefined underflow value in the event of an underflow condition; and in the event the ATE does not result in either of the overflow and underflow conditions, implementing converting of the input value to an output value represented by c.sub.2.times.b.sub.2.sup.m, wherein c.sub.2 is a converted coefficient of the output value in a converted base b.sub.2 and m is the exponent of the output value.

BRIEF DESCRIPTION OF THE DRAWINGS

[0009] Referring to the exemplary drawings wherein like elements are numbered alike in the several Figures:

[0010] FIG. 1 is a schematic diagram illustrating the use of a common base format in which HFP and BFP are grouped into a single class for DFP conversion purposes, in accordance with an embodiment of the invention;

[0011] FIG. 2 is a schematic diagram illustrating a method of conversion between different floating-point number representations, in accordance with a further embodiment of the invention; and

[0012] FIG. 3 is a flow diagram illustrating a method of checking a source number before conversion, and determining whether such a conversion will lead to an underflow/overflow condition in accordance with a further embodiment of the invention; and

[0013] FIG. 4 is a schematic block diagram of a general-purpose computer suitable for practicing the present invention embodiments.

DETAILED DESCRIPTION

[0014] IBM has recently introduced a proprietary function, referred to as "Perform Floating Point Operations (PFPO)" that enables the conversion between all three types of floating-point representations. Although the conversion between HFP and BFP is relatively straightforward, the conversion between DFP, and either HFP or BFP is more complex. The main reason is that although both HFP and BFP have similar bases (base 16 and base 2, respectively, wherein base 16 can be represented as base 2), the DFP numbers use base 10. Therefore, the conversion from or to DFP requires converting numbers (which can be thousands of digits) with different bases. In addition, in certain cases, the PFPO function allows the conversion between floating-point number types even if the results cause underflows or overflows.

[0015] Accordingly, disclosed herein is a method and system for performing floating-point conversions among the three different floating-point representations in a machine independent manner, which provides improvements in the overall performance of the conversions between these representations. Briefly stated, the methodology classifies floating-point numbers depending on their bases. In particular, HFP and BFP are grouped into a single class (also referred to herein as a "common base format"), while DFP is considered another class. By classifying both HFP and BFP as a single class or common base format, the overall conversion process is simplified in that two classes of data are utilized (rather than three). It is expected that this will enable code and maintenance reduction by approximately 25% or more.

[0016] In addition, the methodology embodiments herein perform arithmetic on infinitely precise and large (with an unlimited number of digits) numbers in order to compute the conversions between different floating-point numbers. More specifically, an algorithm embodiment allows for the performance of multiplication operations on a subset of input values. In performing a multiplication operation on a large number by using a relatively smaller number, the operations (with arbitrary length and infinitely precise) may thus be optimized. In still a further aspect, estimations of the target results (exponent) are obtained so as to result in performing the long operations only when necessary.

[0017] The conversion between different floating-point representations may cause excessive underflow or overflow. For example, a DFP extended number (with up to 34 coefficient digits and an exponent of +/-6176) can easily lead to over/underflow if the number is to be converted to a short precision of HFP (which has a fraction of 6 digits and exponent, or "characteristic" as it is called, of 64). The PFPO, in certain instances, may allow the underflow/overflow to be masked and the result is computed anyway. But, in the cases where the underflow/overflow is not masked, it is beneficial to check if the source number will lead to underflow/overflow. Thus, disclosed herein is a method of checking the source number before it is converted, and determining whether such a conversion will lead to an underflow/overflow condition. In those cases, the conversion is not performed; instead, logarithms and digit counts may be used to perform the estimation.

[0018] As further described herein, with each aspect of the present invention embodiments, a performance improvement and/or implementation simplification is realized.

[0019] Referring initially to FIG. 1, there is shown a schematic diagram illustrating the use of a common base format in which HFP and BFP are grouped into a single class for DFP conversion purposes, in accordance with an embodiment of the invention. As indicated before, both BFP fractions and exponents may be easily converted to HFP coefficients and exponents through simple multiplication and shift operations. However, where the target output representation is DFP (with either HFP or BFP as input representations), the source operands are configured into a common base format by using the higher base (which in this case is base 16). In other words, the inputs to a DFP conversion are treated as HFP inputs. On the other hand, when the input representation is DFP and the target output representation is either BFP or HFP, both the coefficients and exponents are treated as common coefficients and exponents.

[0020] FIG. 2 is a schematic diagram illustrating a method of conversion between different floating-point number representations, in accordance with a further embodiment of the invention. In the example illustrated, specialized arithmetic operations are used in converting DFP to BFP, wherein the DFP number is viewed as a fixed point number (with no exponent and base). In general for a DFP to BFP/HFP conversion, the coefficient is ideally multiplied by 10, "n" number of times (wherein n is the exponent of the decimal number). The result is then converted to the target format (HFP or BFP). However, converting a large number with thousands of digits (e.g., more than 6000 for an input DFP number) to a different target is not easy. Accordingly, the methodology herein converts the DFP coefficient to a common BFP/HFP format and then performs multiplications by using specialized multipliers on the converted coefficient. The result is the original number converted to the target format.

[0021] In particular, FIG. 2 illustrates an example in which DFP is converted to HFP or BFP. In a conversion process (from for example, base 10 to base 16 numbers), the input coefficient to the destination base format (Common Base Format) is followed by iterative multiplications of the coefficient and the source base (in this example, base 10) raised to the power of the source exponent value. Accordingly, FIG. 2 illustrates an iterative process of converting a DFP number, c.sub.1.times.10.sup.n, to an HFP/BFP number, c.sub.2.times.16.sup.m, wherein c.sub.1 and c.sub.2 are coefficients, and n and m are exponents. A plurality of digit collections 202 (e.g., Digit Collection 1, Digit Collection 2, . . . , Digit Collection N) is used to store an intermediate value (Hex, in this example) following iterative multiplications of the originally converted decimal coefficient.

[0022] Once a most significant bit or bits "C" in a given digit collection has a non-zero value, it is stripped from that collection and carried over to the next digit collection (e.g., from Digit Collection 1 to Digit Collection 2). Depending on the value of the multiplicand of the iteration, the size of the C, or carry out, will vary. When multiplying by 10, for example, an overflow maximum of 4 bits may be reserved for the carry section. However, it will be understood that this carry interface may be generalized, depending on the values needed to be multiplied. Stated another way, each Digit Collection 202 represents a set of numbers where the maximum value in the least significant portion of the number multiplied by an external value (10 in the previous example) can only lead to a carry in the upper portion of the array. Because the destination format is the native format of the machine (in this case, the common base format), it is relatively easy to strip the most significant bits from a Digit Collection and then add it into the next one.

[0023] It will further be noted that during iterative multiplication, there could be a point where leftmost coefficient digits in a digit collection become zeros. In that case, the multiplications are not performed on those digit collections, which thereby shortens the run time.

[0024] This process is estimated to provide a space savings of about 43% when compared to a general purpose arbitrary length integer representation when using the example multiplication factor. Also, by using a larger percentage of the register's space to hold the coefficient, the number of multiplications needed is reduced by this same percentage, and therefore the computation time needed.

[0025] It will be appreciated that although the above described conversion technique is presented in the context of a floating-point conversion application, the iterative technique is equally applicable to other functions, such as arbitrary length multiplication operations in general.

[0026] Due to the disparity in ranges covered by different floating representations, most of the floating-point number conversions such as DFP to HFP will lead to overflow or underflow. However, depending on the input conditions, the PFPO function enables the ability to represent the converted results even when overflow or underflow occurs. Previously, a conversion is first performed, followed by a determination of whether overflow/underflow in fact occurred. The result is then checked to see whether it is represented as a conventional under/overflow (where the results are usually zeros or a predetermined maximum value of the target). When conventional under/overflow is enabled, the present method embodiments determine if the conversion will lead to under/overflow. The method performs a close approximation of the converted results and continues with the complete conversion only when the result is not causing under/overflow.

[0027] As more specifically illustrated in the flow diagram 300 of FIG. 3, a floating-point number to be converted is obtained, as shown in block 302. In block 303, the exponent of the floating-point number is then obtained, assuming a non-zero source coefficient/fraction. However, if the source coefficient/fraction is found to be zero at decision block 304, then the output is set to a predetermined zero value, as reflected in block 305. Otherwise, an approximated target exponent "ATE" is estimated using the source exponent/characteristic "SE" and the non-zero source coefficient/fraction "SC" as shown in block 306. As an example, it is assumed that a number, represented as c.sub.1.times.b.sub.1.sup.n, is to be converted to a different floating-point format, c.sub.2.times.b.sub.2.sup.m. The ATE may be estimated using the expression: m+.DELTA.;

[0028] where m=n [ln(b.sub.1)/ln(b.sub.2)] and .DELTA. is an integer that is equal to, at least the number of digits, in the source coefficient.

[0029] If the ATE exceeds the maximum exponent (i.e., an overflow condition) as reflected in decision block 308, the method proceeds to block 310 where the output is set to a predetermined overflow value (e.g., a defined maximum exponent and coefficient for overflow). Similarly, in decision block 312, if the ATE is less than the minimum exponent (i.e., an underflow condition), the method proceeds to block 314 where the output is set to a predetermined underflow value (e.g., a defined minimum exponent and coefficient for underflow). On the other hand, if the ATE does not result in either an overflow or an underflow condition, the method proceeds to block 316 where the conversion is performed as described above.

[0030] Generally, the method for optimizing floating-point conversion between different bases described herein is practiced with a general-purpose computer and the method may be coded as a set of instructions on removable or hard media for use by the general-purpose computer. FIG. 4 is a schematic block diagram of a general-purpose computer suitable for practicing the present invention embodiments. In FIG. 4, computer system 400 has at least one microprocessor or central processing unit (CPU) 405. CPU 405 is interconnected via a system bus 410 to a random access memory (RAM) 415, a read-only memory (ROM) 420, an input/output (I/O) adapter 425 for a connecting a removable data and/or program storage device 430 and a mass data and/or program storage device 435, a user interface adapter 440 for connecting a keyboard 445 and a mouse 450, a port adapter 455 for connecting a data port 460 and a display adapter 465 for connecting a display device 470.

[0031] ROM 420 contains the basic operating system for computer system 400. The operating system may alternatively reside in RAM 415 or elsewhere as is known in the art. Examples of removable data and/or program storage device 430 include magnetic media such as floppy drives and tape drives and optical media such as CD ROM drives. Examples of mass data and/or program storage device 435 include hard disk drives and non-volatile memory such as flash memory. In addition to keyboard 445 and mouse 450, other user input devices such as trackballs, writing tablets, pressure pads, microphones, light pens and position-sensing screen displays may be connected to user interface 440. Examples of display devices include cathode-ray tubes (CRT) and liquid crystal displays (LCD).

[0032] A computer program with an appropriate application interface may be created by one of skill in the art and stored on the system or a data and/or program storage device to simplify the practicing of this invention. In operation, information for or the computer program created to run the present invention is loaded on the appropriate removable data and/or program storage device 430, fed through data port 460 or typed in using keyboard 445.

[0033] In view of the above, the present method embodiments may therefore take the form of computer or controller implemented processes and apparatuses for practicing those processes. The disclosure can also be embodied in the form of computer program code containing instructions embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other computer-readable storage medium, wherein, when the computer program code is loaded into and executed by a computer or controller, the computer becomes an apparatus for practicing the invention. The disclosure may also be embodied in the form of computer program code or signal, for example, whether stored in a storage medium, loaded into and/or executed by a computer or controller, or transmitted over some transmission medium, such as over electrical wiring or cabling, through fiber optics, or via electromagnetic radiation, wherein, when the computer program code is loaded into and executed by a computer, the computer becomes an apparatus for practicing the invention. When implemented on a general-purpose microprocessor, the computer program code segments configure the microprocessor to create specific logic circuits. A technical effect of the executable instructions is to implement the exemplary method described above and illustrated in FIGS. 1 through 3.

[0034] While the invention has been described with reference to a preferred embodiment or embodiments, it will be understood by those skilled in the art that various changes may be made and equivalents may be substituted for elements thereof without departing from the scope of the invention. In addition, many modifications may be made to adapt a particular situation or material to the teachings of the invention without departing from the essential scope thereof. Therefore, it is intended that the invention not be limited to the particular embodiment disclosed as the best mode contemplated for carrying out this invention, but that the invention will include all embodiments falling within the scope of the appended claims.

* * * * *


uspto.report is an independent third-party trademark research tool that is not affiliated, endorsed, or sponsored by the United States Patent and Trademark Office (USPTO) or any other governmental organization. The information provided by uspto.report is based on publicly available data at the time of writing and is intended for informational purposes only.

While we strive to provide accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or suitability of the information displayed on this site. The use of this site is at your own risk. Any reliance you place on such information is therefore strictly at your own risk.

All official trademark data, including owner information, should be verified by visiting the official USPTO website at www.uspto.gov. This site is not intended to replace professional legal advice and should not be used as a substitute for consulting with a legal professional who is knowledgeable about trademark law.

© 2024 USPTO.report | Privacy Policy | Resources | RSS Feed of Trademarks | Trademark Filings Twitter Feed