JPH0740221B2 - Floating-point representation number sign determination device - Google Patents

Floating-point representation number sign determination device

Info

Publication number
JPH0740221B2
JPH0740221B2 JP61249579A JP24957986A JPH0740221B2 JP H0740221 B2 JPH0740221 B2 JP H0740221B2 JP 61249579 A JP61249579 A JP 61249579A JP 24957986 A JP24957986 A JP 24957986A JP H0740221 B2 JPH0740221 B2 JP H0740221B2
Authority
JP
Japan
Prior art keywords
value
register
result
state identification
error
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP61249579A
Other languages
Japanese (ja)
Other versions
JPS63104130A (en
Inventor
繁明 岩佐
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP61249579A priority Critical patent/JPH0740221B2/en
Publication of JPS63104130A publication Critical patent/JPS63104130A/en
Publication of JPH0740221B2 publication Critical patent/JPH0740221B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明は、ディジタル計算機の浮動小数点数値演算器に
おける演算結果の符号を判定する方式に関する。
DETAILED DESCRIPTION OF THE INVENTION Object of the Invention (Field of Industrial Application) The present invention relates to a method for determining the sign of a calculation result in a floating-point numerical value calculator of a digital computer.

(従来の技術) ディジタル計算機の内部での数値表現形式のうち、固定
長の領域で不定桁の数値を表現する浮動小数点表現は、
厳密な表現こそできないが、極めて小さい実数から極め
て大きい実数までが効率よく扱えるため、一般に実数型
と呼ばれ、主に科学技術計算等の分野で好んで使用され
ている。実数型の数値は、1ビットの符号と1ビット以
上の指数部と1ビット以上の仮数部とで構成されてい
る。
(Prior Art) Among the numerical representation formats inside a digital computer, the floating-point representation that represents an indefinite digit in a fixed-length area is
Although it cannot be expressed exactly, it is generally called a real number type because it can efficiently handle extremely small real numbers to extremely large real numbers, and it is mainly used in fields such as scientific and technological computing. The real number type numerical value is composed of a 1-bit code, an exponent part of 1 bit or more, and a mantissa part of 1 bit or more.

一方、固定長の領域で固定桁の数値を表現する固定小数
点表現は、表現可能な数の範囲が得られるが、整数に関
しては厳密な表現が可能であるため、一般に整数型と呼
ばれ、主に事務計算等の分野で好んで使用されている。
整数型の数値は、1ビットの符号と1ビット以上の数値
部とで構成されている。
On the other hand, the fixed-point representation that expresses a fixed-digit number in a fixed-length area gives a range of numbers that can be represented, but it is generally called an integer type because it can be expressed exactly with respect to integers. It is used in the field of business calculation.
The integer type numerical value is composed of a 1-bit code and a 1-bit or more numerical value part.

通常、演算器は、演算結果の符号を示す状態識別信号を
出力し、以後の条件分岐命令の判断基準とする。従来の
演算器では、このうちの零状態識別信号を発生するため
第2図に示すように演算器10の出力の符号ビット21を除
く全ビット22の論理和の否定をとり、演算結果の全ビッ
トが論理値0であるときをもって零状態識別信号の論理
値1としていた。これは、実数型および整数型の双方の
数値表現形式が数値0を領域の全ビットが論理値0であ
る状態をもって表現していることに由来する。整数型の
演算では、厳密な数値表現が可能なため、演算結果と零
状態識別信号とは、数学的な意味においても一致する。
しかし、数学的に零になる場合でも、実数型の演算結果
は、丸め誤差のために正確な数値0となることは希であ
り、従来の状態識別信号生成方式では多くの場合、零状
態識別信号は非零を示し、演算結果の状態識別信号が必
ずしも数学的な意味を反映しないといった欠点があっ
た。
Normally, the arithmetic unit outputs a state identification signal indicating the sign of the arithmetic result, which is used as a criterion for the subsequent conditional branch instruction. In the conventional arithmetic unit, the zero state identification signal is generated, and as shown in FIG. 2, the logical sum of all bits 22 excluding the sign bit 21 of the output of the arithmetic unit 10 is negated to obtain the total operation result. When the bit has the logical value 0, the logical value 1 of the zero state identification signal is used. This is because both the real number type and the integer type numerical expression forms represent the numerical value 0 with a state in which all bits of the area are logical values 0. In the integer type operation, since a strict numerical expression is possible, the operation result and the zero-state identification signal match in the mathematical sense.
However, even if mathematically zero, a real number type operation result rarely becomes an accurate numerical value 0 due to a rounding error, and in many cases, in the conventional state identification signal generation method, the zero state identification signal is generated. Has a disadvantage that the state identification signal of the calculation result does not always reflect the mathematical meaning.

上記の演算結果は、通常、極めて小さい数値となるた
め、実際のプログラミングでは、演算に依存するある小
さい定数(予想誤差)を定め、該定数未満の数値に対し
ては零と判定する操作を付加することが定石となってい
る。具体的には、演算結果の符号も考慮して以下のよう
な手順となる。
Since the above calculation result is usually an extremely small numerical value, in actual programming, a certain small constant (estimation error) depending on the calculation is set, and an operation to judge zero for numerical values less than the constant is added. It has become common practice to do so. Specifically, the following procedure is performed in consideration of the sign of the calculation result.

(1) 演算結果を一時変数に格納し、 (2) 演算器を用いて、該変数の数値の絶対値を求
め、再格納し、 (3) 再び演算器を用いて、上記定数と比較もしくは
減算を行い、 (4) その結果の符号により零か否かを判断する。
(1) The calculation result is stored in a temporary variable, (2) the absolute value of the numerical value of the variable is obtained using an arithmetic unit, and stored again, (3) the arithmetic unit is again used to compare with the above constant, or Subtraction is performed, and (4) it is determined whether or not it is zero according to the sign of the result.

このように、従来の計算機では、実数の演算結果が数学
的な意味において零か否かを判断するために、 (1) 演算器を3回も使用しなければならない。
As described above, in the conventional computer, in order to determine whether or not the arithmetic result of the real number is zero in the mathematical sense, (1) the arithmetic unit must be used three times.

(2) 数学的には本来不要な手順を必要とする。(2) A mathematically unnecessary procedure is required.

といった欠点があった。There was a drawback.

(発明が解決しようとする問題点) 本発明は、このような事情に鑑みてなされたもので、演
算結果の符号の判断する際に、整数型のものが演算終了
時に判明しているにも拘らず、実数型のものはさらに演
算を施さなければならず、また、そのために、数学的に
は本来不要な手順をプログラミングしなければならない
という問題点を解決することにある。
(Problems to be Solved by the Invention) The present invention has been made in view of the above circumstances, and when the sign of the operation result is determined, an integer type is known at the end of the operation. Regardless, the real type has to solve the problem that it has to be further operated, and for that reason, mathematically unnecessary procedures must be programmed.

本発明の目的は、これらの欠点を除いた浮動小数点表現
数値の符号判定方式を提供するにある。
An object of the present invention is to provide a code determination method for floating-point representation values that eliminates these drawbacks.

〔発明の構成〕[Structure of Invention]

(問題点を解決するための手段) 本発明は、基本的には、上記の手順をプログラミングで
はなくハードウェアで行なうことにある。本発明は、浮
動小数点数値演算器の演算結果の絶対値をとる手段と、
演算結果と予想誤差レジスタ(εレジスタ)の値との大
小比較を行う手段と、比較結果と符号ビットから状態識
別信号を生成する論理回路と、該状態識別信号をもとに
条件判断を行なう手段と、εレジスタに値を与える手段
とから成る。
(Means for Solving Problems) The present invention is basically to perform the above procedure by hardware rather than programming. The present invention is a means for taking an absolute value of a calculation result of a floating point arithmetic unit,
Means for comparing the value of the calculation result and the value of the expected error register (ε register), a logic circuit for generating a state identification signal from the comparison result and the sign bit, and means for making a condition determination based on the state identification signal. And means for giving a value to the ε register.

絶対値をとる手段としては、演算器を用いる必要はな
く、単に浮動小数点表現の符号ビットを取り去ればよ
い。
As a means for taking the absolute value, it is not necessary to use an arithmetic unit, and the sign bit of the floating point representation may be simply removed.

大小比較を行う手段としては、浮動小数点数値の減算器
は必要なく、整数値の比較器で行うことができる。これ
は、IEEE規格やIBM社の計算機で用いられている浮動小
数点表現形式が、その指数部にバイアス付き表現を用い
ていることを利用する。即ち、2つの実数の比較は、符
号ビットを除いた絶対値表現(MSBから指数部、仮数部
の順に並んでいる)を整数と同様に比較することで、大
小比較が成されるという性質を用いる。
As a means for performing size comparison, a floating point value subtractor is not necessary, and an integer value comparator can be used. This takes advantage of the fact that the floating point representation format used in the IEEE standard and IBM computers uses a biased representation for its exponent part. In other words, the comparison of two real numbers has the property that the magnitude comparison is made by comparing the absolute value representations (MSB to exponent part and mantissa part in this order) excluding the sign bit in the same manner as integers. To use.

整数比較器の出力と符号ビットとをもとに正負零の状態
識別信号を作る手段としては、次のような単純な1ビッ
トの論理演算を行なう論理回路を用いる。この回路は、
整数比較器出力が、 (演算結果)<(εレジスタ) を示すとき零状態信号を出力し、 (演算結果)≧(εレジスタ) を示すときは符号ビットの値に従い、正のときは正状態
信号を、また、負のときは負状態信号を出力する。
As a means for producing a positive / negative zero state identification signal based on the output of the integer comparator and the sign bit, the following logic circuit for performing a simple 1-bit logical operation is used. This circuit
When the output of the integer comparator indicates (computation result) <(ε register), a zero state signal is output. When (computation result) ≥ (ε register), it follows the value of the sign bit, and when it is positive, it indicates the positive state. It outputs a signal and, when negative, a negative state signal.

状態識別信号は、計算機の状態識別レジスタに取り込ま
れ、以後の条件判断命令に用いられるが、その手段は既
知であり、詳しくは述べない。
The state identification signal is taken into the state identification register of the computer and used for the subsequent condition judgment instruction, but the means therefor is known and will not be described in detail.

εレジスタに予想誤差をセットする手段としては、通常
のレジスタと同様に、εレジスタセット命令と該命令を
デコードしセット信号を発生させる論理回路を用いる。
As a means for setting the prediction error in the ε register, an ε register set instruction and a logic circuit for decoding the instruction and generating a set signal are used as in the case of a normal register.

以上のような手段を用いることで、浮動小数点演算器出
力と同時に誤差を考慮した正負零状態識別信号が出力で
き、前記問題点を解決する。
By using the means as described above, the positive / negative zero state identification signal considering the error can be output at the same time as the output of the floating point arithmetic unit, and the above-mentioned problems are solved.

(作用) 先ず利用者は、演算に先立ち、演算結果に含まれるであ
ろう誤差を予測し、εレジスタに予想誤差をセットす
る。次に、演算を行ない、その最終演算結果は、ただち
に絶対値がとられ、εレジスタと比較される。比較の結
果から状態識別信号が生成され、以後の条件判断命令に
備えて状態識別レジスタに格納される。
(Operation) First, prior to the calculation, the user predicts the error that will be included in the calculation result, and sets the predicted error in the ε register. Next, an operation is performed, and the final operation result is immediately taken as an absolute value and compared with the ε register. A state identification signal is generated from the result of the comparison and is stored in the state identification register in preparation for a subsequent condition determination command.

以上のように作用することで浮動小数点演算器出力と同
時に誤差を考慮した正負零状態識別信号が出力でき、前
記問題点を解決する。
By operating as described above, the positive / negative zero state identification signal in consideration of the error can be output at the same time as the output of the floating point arithmetic unit, and the above problems are solved.

(実施例) 以下、図面を参照して本発明の一実施例につき説明す
る。
Embodiment An embodiment of the present invention will be described below with reference to the drawings.

先ず利用者は、演算に先立ち、演算結果に含まれるであ
ろう誤差を予想し、零とみなす最大の数値をεレジスタ
1にセットする。εレジスタに予想誤差をセットする手
段としては、通常のレジスタと同様に、εレジスタセッ
ト命令をプログラムにより実行することにより行なう。
制御部7は、該命令をデコードしεレジスタ1のセット
信号を発生し、予想誤差値をεレジスタ1にセットす
る。
First, the user predicts an error that may be included in the calculation result and sets the maximum value regarded as zero in the ε register 1 before the calculation. As a means for setting the prediction error in the ε register, the ε register set instruction is executed by a program, as in the case of a normal register.
The control unit 7 decodes the instruction, generates a set signal for the ε register 1, and sets the predicted error value in the ε register 1.

次に、演算を行なう。ここでは、従来の計算機と同様
に、制御部7がプログラムの指示に従い必要なデータを
記憶装置8より取り出し演算指示と共に浮動小数点数値
演算器10に与え、演算を行なう。演算はプログラムの要
求に応じて1回または複数回演算器10を使用する。複数
回使用する場合は、演算器出力2に現われる中間結果を
一時的に記憶装置8に格納する等、従来の計算機と同様
な手段を講じる。
Next, the calculation is performed. Here, similarly to the conventional computer, the control unit 7 fetches necessary data from the storage device 8 according to the instruction of the program and gives it to the floating-point numerical value arithmetic unit 10 together with the operation instruction to perform the operation. The arithmetic operation uses the arithmetic unit 10 once or a plurality of times according to the request of the program. When it is used a plurality of times, the same means as the conventional computer is taken, such as temporarily storing the intermediate result appearing in the output 2 of the arithmetic unit in the storage device 8.

最終的な演算結果が演算器出力2に現われた時、演算結
果は記憶装置8に格納されると共に、符号を除いた指数
部と仮数部、即ち、最終演算結果の絶対値22が整数比較
器3のA入力に、演算結果のうちの符号ビット21が状態
識別信号発生器5に供給される。絶対値22は、B入力に
与えられたεレジスタ1の値と整数比較器3で比較さ
れ、比較の結果4は、状態識別信号発生器5に供給され
る。ちなみに、比較の結果4は、A<Bのとき論理値1
を与える。
When the final calculation result appears at the calculator output 2, the calculation result is stored in the storage device 8 and the exponent part and the mantissa part excluding the sign, that is, the absolute value 22 of the final calculation result is an integer comparator. The sign bit 21 of the operation result is supplied to the A input of 3 to the state identification signal generator 5. The absolute value 22 is compared with the value of the ε register 1 given to the B input by the integer comparator 3, and the comparison result 4 is supplied to the state identification signal generator 5. By the way, the comparison result 4 is the logical value 1 when A <B.
give.

状態識別信号発生器5において、各状態識別信号は、以
下のように生成される。
In the state identification signal generator 5, each state identification signal is generated as follows.

(1) 正状態識別信号61は、整数比較器出力4の論理
否定と、演算器出力の符号ビット21の論理否定との論理
積として生成される。即ち、最終演算結果2はεレジス
タ1の値より大きな正の値なので、正と識別される。
(1) The positive state identification signal 61 is generated as a logical product of the logical NOT of the integer comparator output 4 and the logical NOT of the sign bit 21 of the arithmetic unit output. That is, since the final calculation result 2 is a positive value larger than the value of the ε register 1, it is identified as positive.

(2) 負状態識別信号62は、整数比較器出力4の論理
否定と、演算器出力の符号ビット21との論理積として生
成される。即ち、最終演算結果2は絶対値がεレジスタ
1の値より大きな負の値なので、負と識別される。
(2) The negative state identification signal 62 is generated as the logical product of the logical negation of the integer comparator output 4 and the sign bit 21 of the arithmetic unit output. That is, since the final operation result 2 is a negative value whose absolute value is larger than the value of the ε register 1, it is identified as negative.

(3) 零状態識別信号63は、整数比較器出力4をその
まま出力する。即ち、最終演算結果の絶対値22はεレジ
スタ1の値より小さいので、零と識別される。
(3) The zero state identification signal 63 outputs the integer comparator output 4 as it is. That is, since the absolute value 22 of the final calculation result is smaller than the value of the ε register 1, it is identified as zero.

状態識別信号発生器5において生成された状態識別信号
61,62,63は、以後の条件判断命令に備えて状態識別レジ
スタ9に格納される。
State identification signal generated in state identification signal generator 5
61, 62 and 63 are stored in the state identification register 9 in preparation for the subsequent condition judgment command.

演算結果2が得られてから状態識別信号61,62,63が確定
するまでに要する時間は、整数比較器3および状態識別
信号発生器5の内部の伝播遅延であり、同時進行する最
終演算結果2の記憶装置8への格納時間よりも短い時間
である。このため、記憶装置8への結果格納を含めた演
算処理が終了した時点で、誤差を考慮した正負零状態識
別信号61,62,63が状態識別レジスタ9に格納されてい
る。
The time required to determine the state identification signals 61, 62, 63 after obtaining the operation result 2 is the propagation delay inside the integer comparator 3 and the state identification signal generator 5, and the final operation results that proceed at the same time. 2 is shorter than the storage time in the storage device 8. Therefore, the positive / negative zero state identification signals 61, 62, 63 considering the error are stored in the state identification register 9 at the time when the arithmetic processing including the result storage in the storage device 8 is completed.

以上の動作で、浮動小数点演算が終了すると同時に誤差
を考慮した正負零状態識別信号が出力できることがわか
る。
By the above operation, it is understood that the positive / negative zero state identification signal in consideration of the error can be output at the same time when the floating point arithmetic is completed.

〔発明の効果〕〔The invention's effect〕

従って本発明によれば、演算結果の正負零といった符号
が浮動小数点数値の演算終了時に判明し、2つの実数型
の数値を比較することが1回の演算器の使用で実用でき
る。また、数学的な意味と計算機の動作が一致するの
で、プログラミング上からも本来不要なコーディングを
する必要がなく、誤りを起す確率が低下し質の良いプロ
グラムが作製でき、プログラム自体も短くなるという効
果が得られる。
Therefore, according to the present invention, the sign such as positive and negative zero of the operation result is found at the end of the operation of the floating point value, and it is possible to practically compare two real number type values by using the operation unit once. In addition, since the mathematical meaning and the operation of the computer match, there is no need to do unnecessary coding from the viewpoint of programming, the probability of making an error is reduced, a good quality program can be created, and the program itself is shortened. The effect is obtained.

特に本発明を特願昭57−28905の「インデックス限定連
続演算ベクトルプロセッサ」に記載のインデックスセッ
トを有するベクトル計算機や、マスクベクトルを有する
ベクトル計算機に実施した場合に顕著な効果が見られ
る。これらの計算機では、条件判断を含む反復制御をベ
クトル化するため、予め一連のデータに対し演算を施
し、その結果から判断を行なう。ここで重要なのは、演
算結果ではなく判断結果である。
In particular, when the present invention is applied to a vector computer having an index set and a vector computer having a mask vector described in Japanese Patent Application No. 57-28905, "Index Limited Continuous Operation Vector Processor", a remarkable effect can be seen. In these computers, in order to vectorize the iterative control including condition determination, a series of data is previously calculated and the result is used for determination. What is important here is not the calculation result but the judgment result.

本発明により、演算結果の格納と同時に条件判断が終了
するため、改めて演算結果の判断をする必要がなく速度
の向上が望めるという効果が得られる。
According to the present invention, since the condition judgment is finished at the same time as the storage of the calculation result, there is no need to judge the calculation result again, and the speed can be improved.

【図面の簡単な説明】[Brief description of drawings]

第1図は本発明の全体構成を示すブロック図、第2図は
従来の状態識別信号生成回路の論理図である。 1……予想誤差レジスタ(εレジスタ) 2……演算器出力 21……演算器出力符号ビット 22……演算器出力絶対値(指数部、仮数部) 3……整数比較器 4……整数比較器出力 5……誤差を考慮した正負零識別信号発生器 61……誤差を考慮した正識別信号 62……誤差を考慮した負識別信号 63……誤差を考慮した零識別信号 7……制御部 8……記憶装置 9……状態識別レジスタ 10……浮動小数点数値演算器
FIG. 1 is a block diagram showing the overall configuration of the present invention, and FIG. 2 is a logic diagram of a conventional state identification signal generating circuit. 1 …… Prediction error register (ε register) 2 …… Calculator output 21 …… Calculator output sign bit 22 …… Calculator output absolute value (exponent part, mantissa part) 3 …… Integer comparator 4 …… Integer comparison Output 5 …… Positive / negative zero discrimination signal generator considering error 61 …… Positive discrimination signal considering error 62 …… Negative discrimination signal considering error 63 …… Zero discrimination signal considering error 7 …… Control section 8: Storage device 9: State identification register 10: Floating point numerical value calculator

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】浮動小数点数値演算器と、 浮動小数点数値演算の結果に含まれると予想される誤差
値を格納する予想誤差レジスタと、 前記浮動小数点数値演算器の出力の絶対値と前記予想誤
差レジスタに格納されている誤差値とを比較する整数比
較器と、 この整数比較器による比較結果が前記絶対値が前記誤差
値より小さいことを示す場合には前記演算結果の状態識
別信号として零状態信号を出力し、該整数比較器による
比較結果が前記絶対値が前記誤差値より大きいことを示
す場合には前記演算結果の正負に従って正状態信号ある
いは負状態信号を出力する論理回路とを具備することを
特徴とする浮動小数点表現数値の符号判定装置。
1. A floating point arithmetic unit, a prediction error register for storing an error value expected to be included in a result of a floating point arithmetic operation, an absolute value of an output of the floating point arithmetic unit and the prediction error. An integer comparator that compares the error value stored in the register, and a zero state as the state identification signal of the operation result when the comparison result by the integer comparator indicates that the absolute value is smaller than the error value. A logic circuit which outputs a signal and outputs a positive state signal or a negative state signal according to the positive or negative of the operation result when the comparison result by the integer comparator indicates that the absolute value is larger than the error value. An apparatus for determining a sign of a floating-point expression value, which is characterized in that
JP61249579A 1986-10-22 1986-10-22 Floating-point representation number sign determination device Expired - Lifetime JPH0740221B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61249579A JPH0740221B2 (en) 1986-10-22 1986-10-22 Floating-point representation number sign determination device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61249579A JPH0740221B2 (en) 1986-10-22 1986-10-22 Floating-point representation number sign determination device

Publications (2)

Publication Number Publication Date
JPS63104130A JPS63104130A (en) 1988-05-09
JPH0740221B2 true JPH0740221B2 (en) 1995-05-01

Family

ID=17195103

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61249579A Expired - Lifetime JPH0740221B2 (en) 1986-10-22 1986-10-22 Floating-point representation number sign determination device

Country Status (1)

Country Link
JP (1) JPH0740221B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000222208A (en) 1999-01-29 2000-08-11 Mitsubishi Electric Corp Information processor, instruction assignment controlling method, its device and computer-readable storage medium recording instruction assignment controlling program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6123233A (en) * 1984-07-11 1986-01-31 Nec Corp Operand comparator
JPS6139219A (en) * 1984-07-27 1986-02-25 Tdk Corp Magnetic recording medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6123233A (en) * 1984-07-11 1986-01-31 Nec Corp Operand comparator
JPS6139219A (en) * 1984-07-27 1986-02-25 Tdk Corp Magnetic recording medium

Also Published As

Publication number Publication date
JPS63104130A (en) 1988-05-09

Similar Documents

Publication Publication Date Title
US20230342112A1 (en) Decimal floating-point round-for-reround instruction
US5892697A (en) Method and apparatus for handling overflow and underflow in processing floating-point numbers
US5357237A (en) In a data processor a method and apparatus for performing a floating-point comparison operation
US5995991A (en) Floating point architecture with tagged operands
TWI526928B (en) Vector floating point argument reduction
JPH02294819A (en) Floating point arithmetic processor
KR20080027454A (en) Method, apparatus, system and machine-readable medium for performing rounding operations responsive to an instruction
JPH07225671A (en) Result normalization mechanism and method of operation
WO2001033332A2 (en) Method and apparatus for representing arithmetic intervals within a computer system
JPH02294820A (en) Floating point arithmetic processor and arithmetic processing
KR100465371B1 (en) apparatus and method for design of the floating point ALU performing addition and round operations in parallel
JPH09212337A (en) Floating-point arithmetic processor
US4941119A (en) Method and apparatus for predicting an overflow in an integer multiply
US6542915B1 (en) Floating point pipeline with a leading zeros anticipator circuit
JPH05241787A (en) Discrimination device for sticky bit value in arithmetic operation
US5377135A (en) High cardinal number type non-restoring divider reducing delay time for adding two numbers
EP0738959A1 (en) Method and apparatus for finding arctangents
JPH0740221B2 (en) Floating-point representation number sign determination device
US7236999B2 (en) Methods and systems for computing the quotient of floating-point intervals
Kornerup Correcting the normalization shift of redundant binary representations
US5754458A (en) Trailing bit anticipator
US6615228B1 (en) Selection based rounding system and method for floating point operations
JP3257278B2 (en) Normalizer using redundant shift number prediction and shift error correction
US20020178199A1 (en) Floating point status information testing circuit
EP0738960A2 (en) Method and apparatus for reducing rounding error when evaluating binary floating point polynomials