JPH07191828A - Normalizing/rounding circuit - Google Patents

Normalizing/rounding circuit

Info

Publication number
JPH07191828A
JPH07191828A JP5330441A JP33044193A JPH07191828A JP H07191828 A JPH07191828 A JP H07191828A JP 5330441 A JP5330441 A JP 5330441A JP 33044193 A JP33044193 A JP 33044193A JP H07191828 A JPH07191828 A JP H07191828A
Authority
JP
Japan
Prior art keywords
rounding
bits
output
normalization
processing
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.)
Pending
Application number
JP5330441A
Other languages
Japanese (ja)
Inventor
Fuyuki Okamoto
冬樹 岡本
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP5330441A priority Critical patent/JPH07191828A/en
Publication of JPH07191828A publication Critical patent/JPH07191828A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To parallelly execute normalizing processing and rounding processing at the time of floating point arithmetic. CONSTITUTION:The floating point arithmetic requires the normalizing processing and the rounding processing. Since an LSB after shift is surely '0' when normalizing shift processing is shift over three bits concerning the floating point data format of a conventional example, processing to add '1' in the case of rounding just adds '1' to that bit and it is not necessary to perform any rounding adding processing. Corresponding to whether the normalizing shift gets over three bits or not, concerning data before normalization, when it gets over three bits, the output of a normalizing shifter is selectively outputted but when it is less than 2 bits, data are transmitted through a shifter less than 2 bits to a rounder (+1 adder). Finally, any suitable one is selected and outputted.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は浮動小数点演算装置中の
正規化・丸めを実行する回路の構成に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a circuit configuration for performing normalization and rounding in a floating point arithmetic unit.

【0002】[0002]

【従来の技術】浮動小数点演算では、正規化されていな
いデータにたいして、正規化、および丸め処理を施すこ
とが必要である。正規化とは、仮数部の最上位桁を非0
値にし、それに応じて指数の値も変更する処理である。
また丸めとは、いわば”四捨五入”や、”切り上げ”
や”切り捨て”に相当する処理である。
2. Description of the Related Art In floating point arithmetic, it is necessary to perform normalization and rounding processing on unnormalized data. Normalization means that the most significant digit of the mantissa is non-zero.
This is a process of setting the value and changing the value of the index accordingly.
Rounding is, so to speak, "rounded up" or "rounded up".
This is a process equivalent to or "cut down".

【0003】浮動小数点データ形式の一例を図2に示
す。以後は図2の形式を想定して従来例、及び発明の説
明を行う。図2のデータ形式は、1ビット長の符号部s
gn、11ビット長の指数部e、56ビット長の仮数部
fをもつ。sgnは0のとき正、1のとき負を示す。f
の最下位3ビットはガードビット(Gビット)、ラウン
ドビット(Rビット)、及びスティッキビット(Sビッ
ト)と呼ばれる。スティッキビットは、Rビットより下
位に位置する全ビットの論理和である。
FIG. 2 shows an example of the floating point data format. Hereinafter, the conventional example and the invention will be described assuming the format of FIG. The data format of FIG. 2 is a 1-bit-length code part s
It has an gn, an exponent part e having a length of 11 bits, and a mantissa part f having a length of 56 bits. When sgn is 0, it is positive, and when it is 1, it is negative. f
The least significant 3 bits of are called a guard bit (G bit), a round bit (R bit), and a sticky bit (S bit). The sticky bit is the logical sum of all bits located below the R bit.

【0004】従来の正規化・丸め回路の構成例を図4に
示す。以下図4をもとに従来回路の説明をする。
FIG. 4 shows a configuration example of a conventional normalization / rounding circuit. The conventional circuit will be described below with reference to FIG.

【0005】被正規化データの仮数部401は、プライ
オリティエンコーダ402の入力となる。
The mantissa part 401 of the normalized data serves as an input to the priority encoder 402.

【0006】プライオリティエンコーダ402は被正規
化データノ仮数部401に対して、その最上位桁から数
えてゼロが何桁連続して並んでいるか(リーディングゼ
ロ数と呼ぶ)をエンコードする。
The priority encoder 402 encodes into the normalized data mantissa part 401 the number of consecutive zeros counted from the most significant digit (called a leading zero number).

【0007】このリーディングゼロ数408をシフト量
として正規化シフタ403は被正規化データの仮数部4
01をシフトする。このときシフトの対象となるのは、
Sビット以外の55ビットである(Sビットはシフトし
ない)。正規化された仮数部404は加算回路405の
入力となる。
The normalization shifter 403 uses the leading zero number 408 as a shift amount and the mantissa part 4 of the data to be normalized.
Shift 01. At this time, the target of the shift is
It is 55 bits other than S bits (S bits are not shifted). The normalized mantissa part 404 becomes an input of the adder circuit 405.

【0008】加算回路405は、正規化された仮数部4
04のG,R,Sビット、及び被正規化データの符号部
406から、被正規化データの仮数部401に対して丸
めを行う。通常、丸めには4種類のモードがあり、それ
ぞれRN(最近値への丸め)、RP(正方向丸め)、R
M(負方向丸め)、RZ(零方向丸め)と呼ぶ。この丸
めモード407に応じて、加算器が丸めをおこなう。
The adder circuit 405 includes a normalized mantissa part 4
The G, R, and S bits of 04 and the sign part 406 of the data to be normalized round the mantissa part 401 of the data to be normalized. Normally, there are four types of rounding, RN (rounding to the nearest value), RP (forward rounding), and R, respectively.
Called M (negative direction rounding) and RZ (zero direction rounding). The adder performs rounding in accordance with the rounding mode 407.

【0009】加算器は、具体的には図3に示した規則に
したがってLSBに1を加算するという操作をおこな
い、正規化・丸めされた仮数部409を出力する。
Specifically, the adder performs an operation of adding 1 to the LSB in accordance with the rule shown in FIG. 3, and outputs the normalized / rounded mantissa 409.

【0010】なお指数部の正規化はプライオリティエン
コーダの出力を、非正規化データの指数から減じること
で実現できる。しかし、指数については本発明と直接の
関係が無いために、その説明は省略する。
The normalization of the exponent part can be realized by subtracting the output of the priority encoder from the exponent of the denormalized data. However, since the index has no direct relation to the present invention, its explanation is omitted.

【0011】[0011]

【発明が解決しようとする課題】従来の正規化・丸め回
路は、正規化処理部(プライオリティエンコーダと正規
化シフタ)と加算回路が直列に接続されている。正規化
シフトにおけるシフト量は、0〜55であり、このよう
な長いシフト量のシフトを実現するシフタは、当然のそ
の遅延時間は長い。
In the conventional normalization / rounding circuit, a normalization processing section (priority encoder and normalization shifter) and an addition circuit are connected in series. The shift amount in the normalization shift is 0 to 55, and the shifter that realizes the shift of such a long shift amount naturally has a long delay time.

【0012】また、加算回路は、LSBに1を加えるこ
とで発生する桁上げの伝播の計算に時間がかかり、高速
な加算を実現することが、難しいことが知らている。
It is known that the adder circuit takes time to calculate the carry propagation generated by adding 1 to the LSB, and it is difficult to realize high-speed addition.

【0013】このように遅延時間の長い回路が2個直列
接続されているので、従来構成の正規化・丸め回路は、
その処理時間が長いという欠点があった。
Since two circuits having a long delay time are connected in series in this way, the normalization / rounding circuit of the conventional configuration is
There was a drawback that the processing time was long.

【0014】[0014]

【課題を解決するための手段】本発明による正規化・丸
め回路は、被正規化データの仮数部を入力とする第1の
プライオリティエンコーダと、前記第1のプライオリテ
ィエンコーダの出力をシフト量として前記被正規化デー
タの仮数部をシフトする第1の正規化シフタと、前記第
1の正規化シフタの出力と、前記被正規化データの符号
部と、丸めモードとを入力とするLSB変更回路と、前
記被正規化データの仮数部の上位3ビットを入力する第
2のプライオリティエンコーダと、前記第2のプライオ
リティエンコーダの出力をシフト量として前記被正規化
データの仮数部をシフトする第2の正規化シフタと、前
記第2の正規化シフタの出力と、前記被正規化データの
符号部と、前記丸めモードとを入力とする加算回路と、
前記LSB変更回路の出力と前記加算回路の出力とを入
力とし、前記第2のプライオリティエンコーダの出力を
制御信号とするセレクタとから構成されることを特徴と
する。
A normalization / rounding circuit according to the present invention includes a first priority encoder having a mantissa part of normalized data as an input, and an output of the first priority encoder as a shift amount. A first normalization shifter for shifting the mantissa part of the data to be normalized; an output of the first normalization shifter; a sign part of the data to be normalized; and an LSB changing circuit having a rounding mode as inputs. A second priority encoder for inputting the upper 3 bits of the mantissa part of the to-be-normalized data, and a second normality encoder for shifting the mantissa part of the to-be-normalized data using the output of the second priority encoder as a shift amount. A shifter, an output of the second normalization shifter, a sign part of the data to be normalized, and an adder circuit having the rounding mode as inputs,
It is characterized by comprising a selector which receives the output of the LSB changing circuit and the output of the adding circuit and uses the output of the second priority encoder as a control signal.

【0015】[0015]

【作用】もしも正規化シフトにおいて、そのシフト量が
3ビット以上であったならば、シフト後のGビット、R
ビット、LSBはいずれも0である。したがって、丸め
処理は以下のようになる。
If the shift amount is 3 bits or more in the normalization shift, the G bits and R after the shift are changed.
Both the bit and the LSB are 0. Therefore, the rounding process is as follows.

【0016】RN……単に、G,R,Sをきりすてる。RN ... Simply scrubs G, R, and S.

【0017】RP……(sgn、S)=(0、1)なら
ばLSBに1を加える。LSBは0であるから、この加
算によって桁上がりは生じない。G,R,Sはきりすて
る。それ以外のときはG,R,Sをきりすてる。
If RP ... (sgn, S) = (0, 1), add 1 to LSB. Since LSB is 0, carry does not occur by this addition. G, R, S are sharp. In other cases, scoop G, R, S.

【0018】RM……(sgn、S)=(1、1)なら
ばLSBに1を加える。LSBは0であるから、この加
算によって桁上がりは生じない。G,R,Sはきりすて
る。
If RM ... (sgn, S) = (1, 1), add 1 to LSB. Since LSB is 0, carry does not occur by this addition. G, R, S are sharp.

【0019】それ以外のときは、単に、G,R,Sをき
りすてる。
In other cases, G, R and S are simply scrubbed.

【0020】RZ……単に、G,R,Sをきりすてる。RZ ... Simply squeeze G, R and S.

【0021】これからわかるように、シフト量が3ビッ
ト以上であった場合には、丸め処理はLSBを1にする
処理とG,R,Sを切り捨てる処理だけである。すなわ
ち実質的には加算処理は行わなくて良い。一方シフト量
が2以下であるときには、桁上がりを生じる加算処理が
必要となる。
As can be seen from the above, when the shift amount is 3 bits or more, the rounding process is only the process of setting LSB to 1 and the process of truncating G, R and S. That is, substantially no addition processing is required. On the other hand, when the shift amount is 2 or less, an addition process that causes a carry becomes necessary.

【0022】本発明では、正規化シフト量が3以上の場
合と2以下の場合とに対応した2つの正規化・丸めデー
タパスを設け、出力直前の段階で適切な方を選択的に出
力する構成をとる。
In the present invention, two normalization / rounding data paths corresponding to the case where the normalization shift amount is 3 or more and the case where the normalization shift amount is 2 or less are provided, and an appropriate one is selectively output immediately before the output. Take composition.

【0023】3ビット以上のシフトをおこなう第1の正
規化シフタの出力には、必要に応じてLSBを1にする
LSB変更回路を接続する。LSB変更回路は、LSB
を1にするだけの処理をする回路で、加算回路とちがっ
て桁上げ計算をしなくて良いので、その処理時間は短
い。
An LSB changing circuit for setting LSB to 1 is connected to the output of the first normalization shifter for shifting by 3 bits or more, if necessary. The LSB changing circuit is
The processing time is short because it is a circuit for performing only 1 to 1 and does not require carry calculation unlike the addition circuit.

【0024】また上位3ビットのみについて、そのリー
ディングゼロ数をカウントする第2のプライオリティエ
ンコーダを設け、さらに、その出力をシフト量として被
正規化データの仮数部をシフトする第2の正規化シフタ
を設ける。第2の正規化シフタは、2ビット以上のシフ
トしかおこなわないので、その処理時間は、従来構成に
おける正規化シフタの処理時間よりも、短い。第2の正
規化シフタの出力部には加算回路を接続し、丸めをおこ
なう。この加算は桁上がりを発生する計算であり、LS
Bに1を加えるか否かの判定は、従来構成と同じく図3
の規則に従う。
A second priority encoder that counts the number of leading zeros of only the upper 3 bits is provided, and a second normalization shifter that shifts the mantissa part of the data to be normalized using the output thereof as a shift amount. Set up. Since the second normalization shifter shifts only by 2 bits or more, its processing time is shorter than the processing time of the normalization shifter in the conventional configuration. An adder circuit is connected to the output section of the second normalization shifter to perform rounding. This addition is a calculation that causes a carry, and LS
Whether or not 1 is added to B is determined in the same manner as in the conventional configuration with reference to FIG.
Follow the rules of.

【0025】最後にセレクタによってLSB変更回路の
出力か、加算回路の出力かが選択される。
Finally, the selector selects the output of the LSB changing circuit or the output of the adding circuit.

【0026】このような構成をとると、長いシフト量の
シフタと桁上げ計算を必要とする加算回路とを直列に接
続する必要が無いので、全体として高速な処理が実現で
きる。
With such a configuration, it is not necessary to connect a shifter with a long shift amount and an adder circuit that requires carry calculation in series, so that high-speed processing as a whole can be realized.

【0027】[0027]

【実施例】図1は本発明の一実施例のブロック図を示す
ものである。
1 is a block diagram showing an embodiment of the present invention.

【0028】まず第1のプライオリティエンコーダ10
2は被正規化データの仮数部101を入力して、そのS
ビットを除くすべてのビットに対して第1のリーディン
グゼロ数103を出力する。第1の正規化シフタ104
は前記第1のリーディングゼロ数103をシフト量とし
て、被正規化データの仮数部101をシフトし、正規化
する。このときシフトの対象となるのは、Sビット以外
の55ビットである(Sビットはシフトしない)。
First, the first priority encoder 10
2 inputs the mantissa part 101 of the normalized data,
The first leading zero number 103 is output for all bits except the bits. First normalization shifter 104
Shifts the mantissa part 101 of the data to be normalized by using the first reading zero number 103 as a shift amount, and normalizes it. At this time, 55 bits other than S bits are to be shifted (S bits are not shifted).

【0029】LSB変更回路109は、次の論理にした
がって、動作する。
The LSB changing circuit 109 operates according to the following logic.

【0030】RN……単に、G,R,Sをきりすてる。RN ... Simply scrubs G, R, and S.

【0031】RP……(sgn、S)=(0、1)なら
ばLSBに1を加える。LSBは0であるから、この加
算によって桁上がりは生じない。G,R,Sはきりすて
る。それ以外のときはG,R,Sをきりすてる。
If RP (sgn, S) = (0, 1), add 1 to LSB. Since LSB is 0, carry does not occur by this addition. G, R, S are sharp. In other cases, scoop G, R, S.

【0032】RM……(sgn、S)=(1、1)なら
ばLSBに1を加える。LSBは0であるから、この加
算によって桁上がりは生じない。G,R,Sはきりすて
る。
If RM ... (sgn, S) = (1, 1), add 1 to LSB. Since LSB is 0, carry does not occur by this addition. G, R, S are sharp.

【0033】第2のプライオリティエンコーダ105は
前記被正規化データの仮数部の上位3ビット114を入
力して、第2のリーディングゼロ数105を出力する。
第2の正規化シフタ106は第2のリーディングゼロ数
106をシフト量としてシフトをおこなう。ここで、シ
フト量は2以下である。加算回路108は、被正規化デ
ータの符号部111と丸めモード112とを入力し、図
4の論理にしたがって加算をおこなう。
The second priority encoder 105 inputs the upper 3 bits 114 of the mantissa part of the data to be normalized and outputs the second leading zero number 105.
The second normalization shifter 106 shifts with the second reading zero number 106 as the shift amount. Here, the shift amount is 2 or less. The adder circuit 108 receives the sign part 111 of the data to be normalized and the rounding mode 112, and performs addition according to the logic of FIG.

【0034】最後のセレクタ110は、第2のリーディ
ングゼロ数106を制御信号とし、もしも正規化シフト
量が3以上であったなら、LSB変更回路109の出力
を選択的に出力し、もしも正規化シフト量が2ビット以
下であったなら、加算回路108の出力を、選択的に出
力し、正規化・丸めされた仮数部113とする。
The final selector 110 uses the second reading zero number 106 as a control signal, and if the normalized shift amount is 3 or more, selectively outputs the output of the LSB changing circuit 109, and if the normalization is performed. If the shift amount is 2 bits or less, the output of the adder circuit 108 is selectively output to be the normalized / rounded mantissa part 113.

【0035】[0035]

【発明の効果】従来構成の遅延時間=プライオリティエ
ンコーダの遅延時間 +シフト量0〜54のシフト遅延時間 +丸め加算の遅延時間 であるのに対し、 本発明回路の遅延時間=第1のプライオリティエンコー
ダの遅延時間 +シフト量が3〜54のシフタの遅延時間 +LSBを1に変更するのに要する遅延時間 または、 =第2のプライオリティエコーダの遅延時間 +シフト量が0〜2のシフタの遅延時間 +丸め加算の遅延時間 であるから、本発明によって高速な処理が実現できる。
The delay time of the conventional structure = the delay time of the priority encoder + the shift delay time of the shift amounts 0 to 54 + the delay time of the rounding addition, while the delay time of the circuit of the present invention = the first priority encoder Delay time + delay time of shifter with shift amount of 3 to 54 + delay time required to change LSB to 1 or = delay time of second priority echoda + delay time of shifter with shift amount of 0 to 2 Since it is + the delay time of rounding addition, high-speed processing can be realized by the present invention.

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

【図1】本発明の正規化・丸め回路の一実施例を示す図
である。
FIG. 1 is a diagram showing an embodiment of a normalization / rounding circuit of the present invention.

【図2】本発明、従来例にて使用される浮動小数点デー
タ形式を示す図である。
FIG. 2 is a diagram showing a floating point data format used in the present invention and a conventional example.

【図3】加算回路の動作を示す図である。FIG. 3 is a diagram showing an operation of an adder circuit.

【図4】従来構成の正規化・丸め回路を示す図である。FIG. 4 is a diagram showing a normalization / rounding circuit having a conventional configuration.

【符号の説明】[Explanation of symbols]

101,401 被正規化データの仮数部 102 第1のプライオリティエンコーダ 103 第1のリーディングゼロ数 104 第1の正規化シフタ 105 第2のプライオリティエンコーダ 106 第2のリーディングゼロ数 107 第2の正規化シフタ 108,405 加算回路 109 LSB変更回路 110 セレクタ 111,406 被正規化データの符号部 112,407 丸めモード 113,409 正規化・丸めされた仮数部 402 プライオリティエンコーダ 403 正規化シフタ 404 正規化された仮数部 408 リーディングゼロ数 101, 401 Mantissa part of normalized data 102 First priority encoder 103 First leading zero number 104 First normalization shifter 105 Second priority encoder 106 Second leading zero number 107 Second normalization shifter 108,405 Adder circuit 109 LSB change circuit 110 Selector 111,406 Sign part of normalized data 112,407 Rounding mode 113,409 Normalized / rounded mantissa part 402 Priority encoder 403 Normalization shifter 404 Normalized mantissa Part 408 Leading zero number

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 被正規化データの仮数部を入力とする第
1のプライオリティエンコーダの出力をシフト量として
前記被正規化データの仮数部をシフトする第1の正規化
シフタと、前記第1の正規化シフタの出力と、前記被正
規化データの符号部と、丸めモードとを入力とするLS
B変更回路と、前記被正規化データの仮数部の上位3ビ
ットを入力する第2のプライオリティエンコーダと、前
記第2のプライオリティエンコーダの出力をシフト量と
して前記被正規化データの仮数部をシフトする第2の正
規化シフタと、前記第2の正規化シフタの出力と、前記
被正規化データの符号部と、前記丸めモードとを入力と
する加算回路と、前記LSB変更回路の出力と前記加算
回路の出力とを入力とし、前記第2のプライオリティエ
ンコーダの出力を制御信号とするセレクタとから構成さ
れることを特徴とする正規化・丸め回路。
1. A first normalization shifter for shifting the mantissa part of the to-be-normalized data using the output of a first priority encoder, which receives the mantissa part of the to-be-normalized data as a shift amount, and the first normalization shifter. LS with the output of the normalization shifter, the sign part of the data to be normalized, and the rounding mode as inputs
The B change circuit, the second priority encoder for inputting the upper 3 bits of the mantissa part of the normalized data, and the output of the second priority encoder are used as shift amounts to shift the mantissa part of the normalized data. A second normalization shifter, an output of the second normalization shifter, an adder circuit having the sign part of the normalized data and the rounding mode as inputs, an output of the LSB changing circuit, and the addition A normalization / rounding circuit comprising: a selector that receives the output of the circuit and the output of the second priority encoder as a control signal.
JP5330441A 1993-12-27 1993-12-27 Normalizing/rounding circuit Pending JPH07191828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5330441A JPH07191828A (en) 1993-12-27 1993-12-27 Normalizing/rounding circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5330441A JPH07191828A (en) 1993-12-27 1993-12-27 Normalizing/rounding circuit

Publications (1)

Publication Number Publication Date
JPH07191828A true JPH07191828A (en) 1995-07-28

Family

ID=18232658

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5330441A Pending JPH07191828A (en) 1993-12-27 1993-12-27 Normalizing/rounding circuit

Country Status (1)

Country Link
JP (1) JPH07191828A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02115926A (en) * 1988-10-26 1990-04-27 Matsushita Electric Ind Co Ltd Floating point normalizing and rounding device
JPH04170636A (en) * 1990-11-02 1992-06-18 Mitsubishi Electric Corp Normalizing circuit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02115926A (en) * 1988-10-26 1990-04-27 Matsushita Electric Ind Co Ltd Floating point normalizing and rounding device
JPH04170636A (en) * 1990-11-02 1992-06-18 Mitsubishi Electric Corp Normalizing circuit

Similar Documents

Publication Publication Date Title
JP3492638B2 (en) Floating point multiplier
EP0973089B1 (en) Method and apparatus for computing floating point data
US4839846A (en) Apparatus for performing floating point arithmetic operations and rounding the result thereof
JPH02201645A (en) Exception detecting circuit
US5369607A (en) Floating-point and fixed-point addition-subtraction assembly
US4908788A (en) Shift control signal generation circuit for floating-point arithmetic operation
JPH04290122A (en) Numerical expression conversion device
US5303175A (en) Floating point arithmetic unit
US4110831A (en) Method and means for tracking digit significance in arithmetic operations executed on decimal computers
US4999800A (en) Floating point adder with pre-shifter
JPH08161149A (en) Shifting device
JP2693800B2 (en) Floating point data sum operation circuit
JP3356613B2 (en) Addition method and adder
JPH076023A (en) Mantissa addition system for floating-point adder
JP3306497B2 (en) Rounding circuit in floating point multiplier
JPH07191828A (en) Normalizing/rounding circuit
US5699285A (en) Normalization circuit device of floating point computation device
JPH09114641A (en) Apparatus and method for decision of most significant digit
US5754458A (en) Trailing bit anticipator
US5408427A (en) Detection of exponent underflow and overflow in a floating point adder
US5432727A (en) Apparatus for computing a sticky bit for a floating point arithmetic unit
JP2513354B2 (en) Floating point arithmetic auxiliary circuit
JP2856792B2 (en) Floating point arithmetic unit
US20040220991A1 (en) Faster shift value calculation using modified carry-lookahead adder
KR100259095B1 (en) Adder having normalization function

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19970520