JPH02183828A - Floating point multiplier - Google Patents

Floating point multiplier

Info

Publication number
JPH02183828A
JPH02183828A JP1004399A JP439989A JPH02183828A JP H02183828 A JPH02183828 A JP H02183828A JP 1004399 A JP1004399 A JP 1004399A JP 439989 A JP439989 A JP 439989A JP H02183828 A JPH02183828 A JP H02183828A
Authority
JP
Japan
Prior art keywords
rounding
circuit
carry
floating
signal
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
JP1004399A
Other languages
Japanese (ja)
Inventor
Akira Katsuno
昭 勝野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP1004399A priority Critical patent/JPH02183828A/en
Publication of JPH02183828A publication Critical patent/JPH02183828A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform the multiplication of floating points at a high speed by using the carry signal received from a carry detector to perform the shift operations of a mantissa part and the control of the increment process of an exponent part and carrying out both rounding and exceptional processes in parallel with each other. CONSTITUTION:A floating point multiplier fetches the output data received from a fixed point multiplication circuit 10 and the rounding signal RD produced by a rounding process control circuit 17 to detects whether an overflow occurs in a rounding process or not. If so, a carry detector 15 sets the carry signal CO at 1. The signal CO is inputted to a shifter 19 of a mantissa part and a multiplexer 24 of an exponent part for control of the shift process carried out after the rounding process of the mantissa part and the increment process of the exponent part. The rounding and exceptional processes can be performed in parallel with each other with use of the detector 15. Then the critical paths are set as 10 15 24 40 42. Thus the computing speed is increased for a floating point multiplier.

Description

【発明の詳細な説明】 (発明の概要) 浮動小数点表記法の数値について乗算を行う浮動小数点
演算器に関し、 従来よりも高速の浮動小数点乗算器を提供することを目
的とし、 乗算対象の浮動小数点数の各仮数部の演算を行なう固定
小数点乗算回路、各指数部の演算を行なう回路、各符号
部の演算を行なう回路、丸め処理制御回路、シフタ、イ
ンクリメンタ、および例外処理回路を備える浮動小数点
乗算器において、固定小数点乗算回路からの出力データ
と丸め処理制御回路が発生する丸め信号を入力して、丸
め処理においてオーバフローが発生するかどうかを検出
するキャリー検出器を設け、該キャリー検出器からのキ
ャリー信号によって仮数部のシフト操作と指数部のイン
クリメント処理の制御を行ない、丸め処理と例外処理を
並列処理するように構成する。
[Detailed Description of the Invention] (Summary of the Invention) An object of the present invention is to provide a floating-point multiplier that performs multiplication on numbers in floating-point notation, and which is faster than conventional floating-point multipliers. A floating point system that includes a fixed-point multiplication circuit that performs operations on each mantissa part of a number, a circuit that performs operations on each exponent part, a circuit that performs operations on each sign part, a rounding control circuit, a shifter, an incrementer, and an exception handling circuit. The multiplier is provided with a carry detector that inputs the output data from the fixed-point multiplication circuit and the rounding signal generated by the rounding control circuit and detects whether overflow occurs in the rounding process. The structure is configured such that the shift operation of the mantissa part and the increment process of the exponent part are controlled by the carry signal of , and the rounding processing and exception processing are processed in parallel.

〔産業上の利用分野〕[Industrial application field]

本発明は、浮動小数点表記法の数値について乗算を行う
浮動小数点演算器に関する。
The present invention relates to a floating-point arithmetic unit that performs multiplication on numerical values in floating-point notation.

浮動小数点演算は、固定小数点演算と比べてダイナミッ
ク・レンジが広くて精度も高く、特に最近では各種の高
度な演算要求に沿うようなものが求められる傾向にある
。なかでも、基本演算である乗算に関する高速処理が重
要である。
Floating-point arithmetic has a wider dynamic range and higher precision than fixed-point arithmetic, and recently there has been a growing demand for floating-point arithmetic that meets various advanced arithmetic requirements. Among these, high-speed processing of multiplication, which is a basic operation, is important.

〔従来の技術] まず、一般的な浮動小数点表記法であるr E E E
浮動小数点データ形式について説明すると、IEEEに
は単精度(32ビツト)と倍精度(64ビツト)のデー
タ形式がある。倍精度のデータ形式は、符号部Sが1ビ
ツト、指数部Eが11ビツト、仮数部Fが52ビツトで
あり、11)’2E−1“′″5(1,F)という数値
を表す。ここで、bias=1023である。以下、こ
の倍精度データ形式の乗算を対象にして本発明の説明を
行う。
[Prior art] First, the general floating point notation r E E E
Regarding floating point data formats, IEEE has single precision (32 bits) and double precision (64 bits) data formats. In the double precision data format, the sign part S is 1 bit, the exponent part E is 11 bits, and the mantissa part F is 52 bits, and represents the numerical value 11)'2E-1"'"5(1,F). Here, bias=1023. The present invention will be described below with regard to multiplication in this double-precision data format.

従来の浮動小数点乗算器を第4図に示す。この図で10
は固定小数点乗算回路で、12はその部分積生成及び加
算回路、14は加算回路である。
A conventional floating point multiplier is shown in FIG. 10 in this figure
is a fixed-point multiplication circuit, 12 is its partial product generation and addition circuit, and 14 is an addition circuit.

また16はシフタ、17は丸め処理制御回路、18はイ
ンクリメンタ、19はシフタである。また20.21は
加算回路、22.23はインクリメンタ、24はマルチ
プレクサ、30は排他オア回路、40は例外処理回路、
41は定数器、42はセレクタである。乗算対象の2つ
の浮動小数点をA= (−1)”2”−b′m’ (1
,Fa)B= (−1)”2°−b′a’(1,Fb)
とする。Cはこれらの積の浮動小数点数である。
Further, 16 is a shifter, 17 is a rounding control circuit, 18 is an incrementer, and 19 is a shifter. Further, 20.21 is an adder circuit, 22.23 is an incrementer, 24 is a multiplexer, 30 is an exclusive OR circuit, 40 is an exception processing circuit,
41 is a constant device, and 42 is a selector. The two floating point numbers to be multiplied are A= (-1)"2"-b'm' (1
,Fa)B= (-1)"2°-b'a'(1,Fb)
shall be. C is the floating point number of these products.

浮動小数点乗算器10は正規化数のみ扱うものとする。It is assumed that the floating point multiplier 10 handles only normalized numbers.

乗算に際しては、まず、仮数部の乗算(1,Fa> X
 (1,Fb)が固定小数点乗算回路10によって行わ
れる。53ピント×53ヒントの乗算が行なわれたとす
ると加算回路14の出力は106ビツトあり、1.xx
x・・・・・・またはLX、XXX・・・・・・の形を
有する。この結果が加算回路14から出力され、シフタ
16に入いる。加算回路14からのオーバフロー信号O
FIが1のとき(上記tx、xxx・・・・・・のとき
)正規化を行う必要があるため、シフタ16によって1
ピント右シフトを行う。このとき指数部を+1する必要
があるから、信号OFIはインクリメンタ22へも入力
する。
When performing multiplication, first, the mantissa multiplication (1, Fa>
(1, Fb) is performed by the fixed-point multiplication circuit 10. If the multiplication of 53 pints x 53 hints is performed, the output of the adder circuit 14 is 106 bits, and 1. xx
It has the form x... or LX, XXX... This result is output from the adder circuit 14 and input to the shifter 16. Overflow signal O from adder circuit 14
Since it is necessary to perform normalization when FI is 1 (at the above tx, xxx...), the shifter 16
Shift the focus to the right. At this time, since it is necessary to add 1 to the exponent part, the signal OFI is also input to the incrementer 22.

次に正規化された数値を出力データ形式に合わせるため
に丸め処理を行う。丸め処理制御回路17では出力デー
タ形式におけるLSB (本例では53ビツト目)以下
の桁を切り捨てるとともに、丸めモードRMに従いLS
Bに1を加えるかどうかを決定し、■を加える場合信号
RD=1とする。
Next, rounding is performed to match the normalized numbers to the output data format. The rounding control circuit 17 cuts off the digits below the LSB (in this example, the 53rd bit) in the output data format, and also rounds off the digits below the LSB (in this example, the 53rd bit).
It is determined whether 1 is to be added to B, and if .beta. is to be added, the signal RD is set to 1.

そして、インクリメンタ18においてシフタ16の出力
データのLSBに1を加える操作を行う。
Then, the incrementer 18 performs an operation of adding 1 to the LSB of the output data of the shifter 16.

このとき該データの各ビットがオール1であれば、オー
バフローが発生し、0F2=1となる。この場合はシフ
タ19によって右に1ビツトシフトされ、正規化数とな
る。このOF2はマルチプレクサ24へも入力する。
At this time, if each bit of the data is all 1, an overflow occurs and 0F2=1. In this case, it is shifted by one bit to the right by the shifter 19 to become a normalized number. This OF2 is also input to the multiplexer 24.

なお丸め処理制御回路17ではシフタ16からその53
ビツト目、54ビツト目、・・・・・・を取込み、また
丸めモードRMと符号SNを取込んでRD=1またはR
D=Oを出力する処理を行なう。即ら、IEEEのデー
タ形式では乗算結果の106ビツトは正規化後、2°、
2−’2−2・・・・・・2−522−532−542
−55・・・・・・2105  の形をしており、2−
52が上位53ビツトデータのLSBである。2−53
はガードビット、2−S4はラウンドビット、2−55
以降はオアをとって1つにまとめステイソキービットと
する。丸め処理制御回路17ではこれらのLSB、ガー
ドビット、ラウンドビット、ステイノキービットと符号
ピッl−3Nを用い、丸めモートRMに従ってRDを1
にするかOにするかを決定する。
In addition, in the rounding process control circuit 17, from the shifter 16 to the 53
The 54th bit, .
Processing to output D=O is performed. That is, in the IEEE data format, the 106 bits of the multiplication result are 2°,
2-'2-2...2-522-532-542
-55...2105, 2-
52 is the LSB of the upper 53 bit data. 2-53
is guard bit, 2-S4 is round bit, 2-55
After that, the OR's are taken and combined into one as a stay key bit. The rounding control circuit 17 uses these LSBs, guard bits, round bits, stay key bits, and sign bits l-3N to set RD to 1 according to the rounding mode RM.
Decide whether to set it to O or O.

乗算対象の2つの浮動小数点数A、Bの指数部は、加算
回路20でEa+Ebが行われ、加算回路21ではその
結果に−biasを加える。従って加算回路21からの
出力は、Ea+Eb −biasの計算結果である。イ
ンクリメンタ22では、正規化処理によるオーバフロー
の補正が必要なとき1であるOFIにより+1加算が行
われる。インクリメンタ23では、丸め処理によるオー
バフローの補正のためにインクリメンタ22の出力に対
する+1加算が前もって行われ、マルチプレクサ24に
より0F2=1のときインクリメンタ23の出力が選択
される。
The exponent parts of the two floating point numbers A and B to be multiplied are subjected to Ea+Eb in an adder circuit 20, and -bias is added to the result in an adder circuit 21. Therefore, the output from the adder circuit 21 is the calculation result of Ea+Eb-bias. In the incrementer 22, +1 is added using OFI, which is 1, when overflow correction by normalization processing is required. In the incrementer 23, +1 is added to the output of the incrementer 22 in advance to correct overflow due to rounding processing, and the multiplexer 24 selects the output of the incrementer 23 when 0F2=1.

浮動小数点数A、Bの符号部Sa、Sbの計算は、排他
的論理和30によって実行され、この結果が積Cの符号
部SNになる。そして最後に例外処理回路40で例外処
理を行い、その結果に応じてセレクタ42によってシフ
タ19の出力または定数器41の出力のいずれかが選択
され、セレクタ42の出力が乗算結果Cの仮数部、マル
チプレクサ24の出力がその指数部、排他論理和3の出
力が符号部になる。
The calculation of the sign parts Sa and Sb of the floating point numbers A and B is performed by exclusive OR 30, and this result becomes the sign part SN of the product C. Finally, the exception processing circuit 40 performs exception processing, and depending on the result, the selector 42 selects either the output of the shifter 19 or the output of the constant generator 41, and the output of the selector 42 is the mantissa part of the multiplication result C, The output of the multiplexer 24 becomes the exponent part, and the output of the exclusive OR 3 becomes the sign part.

積の結果の指数部が前記11ビ7トで表わせない従って
オーバフロー、アンダフローになるとき、またインバリ
ッドオベレーシヲンなどのとき、例外処理回路40はセ
レクタ42に、シフタ19の出力でなく、定数器41に
予めセットしておいた定数を選択させる。
When the exponent part of the product result cannot be represented by the 11 bits and therefore overflows or underflows, or when there is an invalid overlap, the exception handling circuit 40 sends the output to the selector 42 instead of the output of the shifter 19. The constant set in the constant device 41 is selected in advance.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

この浮動小数点乗算器では上記のようにして乗算が行な
われるので、クリティカル・パスは、10→16→17
−18→24−40−42となる。
This floating-point multiplier performs multiplication as described above, so the critical path is 10→16→17.
-18→24-40-42.

前記のクリティカル・パスのうち、インクリメンタ18
と例外処理回路40の処理速度が遅いため、全体の処理
速度を高速化出来ない。インクリメンタ18は加算回路
(+1回路)であるから、最悪の場合キャリーが53ピ
ント全部を伝播することになり、時間がか\る。例外処
理回路40も、簡単な例外処理をするならとも角、IE
EE形式では可成り厄介な処理になるので、時間がか\
る。
Among the critical paths mentioned above, the incrementer 18
Since the processing speed of the exception processing circuit 40 is slow, the overall processing speed cannot be increased. Since the incrementer 18 is an adder circuit (+1 circuit), in the worst case, the carry will propagate through all 53 pins, which takes time. The exception handling circuit 40 is also suitable for simple exception handling, IE
The process is quite complicated in EE format, so it will take some time.
Ru.

本発明は、インクリメンタ及び例外処理回路で時間がか
−るとすれば、他の部分を改良することにより、従来よ
りも高速の浮動小数点乗算器を提供することを目的とす
るものである。
It is an object of the present invention to provide a floating point multiplier that is faster than the conventional one by improving other parts, even though the incrementer and exception handling circuit take time.

〔課題を解決するための手段〕[Means to solve the problem]

第1図に示すように本発明では、浮動小数点乗算器に、
その固定小数点乗算回路10からの出力データと、丸め
処理制御回路17が発生する丸め信号RDを取込んで、
丸め処理においてオーバフローが発生するか否かを検出
し、発生するならキャリー信号COを1にするキャリー
検出器15を設ける。
As shown in FIG. 1, in the present invention, the floating point multiplier has
Taking in the output data from the fixed-point multiplication circuit 10 and the rounding signal RD generated by the rounding control circuit 17,
A carry detector 15 is provided which detects whether an overflow occurs in rounding processing and sets a carry signal CO to 1 if an overflow occurs.

このキャリー信号COは仮数部のシフタ19と指数部の
マルチプレクサ24へ入力し、仮数部の丸め処理後のシ
フト処理および指数部のインクリメント処理を制御させ
る。
This carry signal CO is input to the shifter 19 for the mantissa part and the multiplexer 24 for the exponent part, and controls the shift process after rounding of the mantissa part and the increment process of the exponent part.

〔作用〕[Effect]

このキャリー検出器15を設けることによって、丸め処
理と例外処理の並列処理が可能となり、クリティカル・
パスは、10−15→24→40→42のようになる。
By providing this carry detector 15, parallel processing of rounding processing and exception processing becomes possible.
The path becomes 10-15→24→40→42.

従って、従来の浮動小数点乗算器より高速演算が可能と
なる。
Therefore, higher speed calculations than conventional floating point multipliers are possible.

〔実施例〕〔Example〕

第2図に本発明の実施例を示す。全図を通してそうであ
るが、他の図と同し部分には同し符号が付しである。
FIG. 2 shows an embodiment of the present invention. As in all figures, the same parts as in other figures are given the same reference numerals.

キャリー検出器15の構成例を第3図に示す。An example of the configuration of the carry detector 15 is shown in FIG.

図示の如くこれはアントゲ−)15a、15c。As shown in the figure, this is an anime game) 15a, 15c.

15d、オアゲート15bからなる。加算回路14から
の出力データは、IEEE規格の倍精度の場合、信号名
:OFI POPi・・・・・・F52GR5桁   
:  2’  2’ 2−’    2−” 2−” 
2−54Stickyである。アンドゲート15aはF
O−F51を取込み、これらがオール1のとき出力1を
生しる。
15d and an or gate 15b. If the output data from the adder circuit 14 is double precision according to the IEEE standard, signal name: OFI POPi...F52GR 5 digits
: 2'2'2-'2-"2-"
2-54 Sticky. AND gate 15a is F
It takes in O-F51 and produces an output of 1 when they are all 1.

アンドゲート15cはこの出力と、OFIとF52のオ
ア出力を取り込み、これらが1のとき1出力を生じ、ア
ンドゲート15dはこの出力とRDが1のときその出力
COを1にする。つまりこの回路は 0FI−4,FO=F1=・・・・・・=F51=1.
  RD=1又は、0Fl=0. FO=F1=・・・
・・・−F52=1.  RD=1のとき、キャリー信
号coを発生する。このキャリー信号COは第4図のオ
ーバフローOF2と等価である。キャリー信号COが1
のとき、マルチプレクサ24ではインクリメンタ23の
出力データを選択し、シフタ19では1ビツト右シフト
を実行する制御を行う。一方、C0−0のとき、24で
は22の出力データを選択し、19ではシフト操作を行
わず入力データをそのまま出力する。
The AND gate 15c takes in this output and the OR outputs of OFI and F52, and produces a 1 output when these are 1, and the AND gate 15d makes its output CO 1 when this output and RD are 1. In other words, this circuit is 0FI-4, FO=F1=...=F51=1.
RD=1 or 0Fl=0. FO=F1=...
...-F52=1. When RD=1, a carry signal co is generated. This carry signal CO is equivalent to overflow OF2 in FIG. Carry signal CO is 1
At this time, the multiplexer 24 selects the output data of the incrementer 23, and the shifter 19 performs control to execute a 1-bit right shift. On the other hand, at C0-0, the output data 22 is selected at 24, and the input data is output as is without performing a shift operation at 19.

こうして、シフタ16と丸め処理制御回路17に対して
キャリー検出器15が並列処理され、マルチプレクサ2
4と例外処理回路40に対してインクリメンタ18とシ
フタ19が並列処理されるので、全体的に浮動小数点乗
算処理が高速化される。
In this way, the carry detector 15 is processed in parallel with the shifter 16 and the rounding control circuit 17, and the multiplexer 2
Since the incrementer 18 and the shifter 19 are processed in parallel with respect to the exception processing circuit 40 and the exception processing circuit 40, the floating point multiplication process is sped up as a whole.

第4図では丸め処理制御回路17の出力RDが出てから
インクリメンタ18が動作し、これによりオーバフロー
〇F2が現われ、・・・・・・の順で逐次動作して行く
が、第2図では出力RDでキャリー検出器が動作し、キ
ャリー出力COが出てシフタ19及びマルチプレクサ2
4の制御信号を出力し、これによりインクリメンタ18
と例外処理回路40の並行動作が可能である。
In FIG. 4, the incrementer 18 operates after the output RD of the rounding control circuit 17 is output, and as a result, an overflow 〇F2 appears, and the incrementer 18 operates sequentially in the order of... Then, the carry detector operates with the output RD, and the carry output CO is output, and the shifter 19 and multiplexer 2
4 control signal is output, thereby incrementer 18
and the exception handling circuit 40 can operate in parallel.

(発明の効果〕 以上説明したように、本発明によれば、丸め処理と例外
処理の並列処理が可能であるため、浮動小数点乗算器の
高速化に寄与するところが大きい。
(Effects of the Invention) As described above, according to the present invention, rounding processing and exception processing can be processed in parallel, which greatly contributes to speeding up floating-point multipliers.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の原理説明図、 第2図は本発明の実施例を示すブロック図、第3図はキ
ャリー検出器の具体例を示す回路図、第4図は従来例を
示すブロック図である。 第1図で10は固定小数点乗算回路、 の加算回路、15はキャリー検出器、1処理制御回路、
18はインクリメンタ、フタ、24はマルチプレクサ、
22.2クリメンタ、40は例外処理回路、42りであ
る。 14はそ 7は丸め 19はシ 3はイン はセレク 出 願人 冨士通株式会社 代理人弁理士  青  柳      稔!
Fig. 1 is a diagram explaining the principle of the present invention, Fig. 2 is a block diagram showing an embodiment of the invention, Fig. 3 is a circuit diagram showing a specific example of a carry detector, and Fig. 4 is a block diagram showing a conventional example. It is. In Figure 1, 10 is a fixed-point multiplication circuit, 15 is a carry detector, 1 is a processing control circuit,
18 is an incrementer, a lid, 24 is a multiplexer,
22.2 crementer, 40 is an exception handling circuit, 42; 14 is 7 is rounded 19 is shi 3 is in is select Applicant Fujitsu Co., Ltd. Representative Patent Attorney Minoru Aoyagi!

Claims (1)

【特許請求の範囲】 1、乗算対象の浮動小数点数の各仮数部の演算を行なう
固定小数点乗算回路、各指数部の演算を行なう回路、各
符号部の演算を行なう回路、丸め処理制御回路、シフタ
、インクリメンタ、および例外処理回路を備える浮動小
数点乗算器において、固定小数点乗算回路(10)から
の出力データと丸め処理制御回路(17)が発生する丸
め信号(RD)を入力して、丸め処理においてオーバフ
ローが発生するかどうかを検出するキャリー検出器(1
5)を設け、 該キャリー検出器からのキャリー信号(CO)によって
仮数部のシフト操作と指数部のインクリメント処理の制
御を行ない、丸め処理と例外処理を並列処理するように
してなることを特徴とする浮動小数点乗算器。
[Scope of Claims] 1. A fixed-point multiplication circuit that performs calculations on each mantissa part of a floating-point number to be multiplied, a circuit that performs calculations on each exponent part, a circuit that performs calculations on each sign part, a rounding process control circuit, In a floating-point multiplier equipped with a shifter, an incrementer, and an exception processing circuit, output data from a fixed-point multiplication circuit (10) and a rounding signal (RD) generated by a rounding control circuit (17) are input, and rounding is performed. A carry detector (1
5), the shift operation of the mantissa part and the increment process of the exponent part are controlled by the carry signal (CO) from the carry detector, and rounding processing and exception processing are processed in parallel. floating point multiplier.
JP1004399A 1989-01-11 1989-01-11 Floating point multiplier Pending JPH02183828A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1004399A JPH02183828A (en) 1989-01-11 1989-01-11 Floating point multiplier

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1004399A JPH02183828A (en) 1989-01-11 1989-01-11 Floating point multiplier

Publications (1)

Publication Number Publication Date
JPH02183828A true JPH02183828A (en) 1990-07-18

Family

ID=11583269

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1004399A Pending JPH02183828A (en) 1989-01-11 1989-01-11 Floating point multiplier

Country Status (1)

Country Link
JP (1) JPH02183828A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6014683A (en) * 1996-12-20 2000-01-11 Nec Corporation Arithmetic operation system for arithmetically operating a first operand having an actual point and a second operand having no actual point

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6014683A (en) * 1996-12-20 2000-01-11 Nec Corporation Arithmetic operation system for arithmetically operating a first operand having an actual point and a second operand having no actual point

Similar Documents

Publication Publication Date Title
EP0351242B1 (en) Floating point arithmetic units
US5963461A (en) Multiplication apparatus and methods which generate a shift amount by which the product of the significands is shifted for normalization or denormalization
US4969118A (en) Floating point unit for calculating A=XY+Z having simultaneous multiply and add
JPH09269891A (en) Method and device for adding partial product, method and device for multiplying floating point, and method and device for floating point product-sum operation
JP2002108606A (en) Sticky bit generating circuit and multiplier
KR960002061A (en) Arithmetic Device for Floating Point
US20050228844A1 (en) Fast operand formatting for a high performance multiply-add floating point-unit
JP2511527B2 (en) Floating point arithmetic unit
JPH02183828A (en) Floating point multiplier
JPH04172526A (en) Floating point divider
JPH0251732A (en) Floating point computing element
JPH11102353A (en) Floating-point product-sum operating element
JPH0225924A (en) Floating point arithmetic processor
JPS58186840A (en) Data processor
JP3229057B2 (en) Exception handling device
JP2608090B2 (en) High radix non-restoring divider
JPS59116852A (en) High-speed divider
JPS63254525A (en) Dividing device
JPS6149234A (en) Multiplier circuit for floating point
JPH04160533A (en) Microprocessor
JPH07200259A (en) Arithmetic processing method and arithmetic processor
JP2001092639A (en) Division and square root arithmetic unit
JPH0293728A (en) Operation processor
WO1998006029A1 (en) Apparatus and methods for execution of computer instructions
JPH01232430A (en) Arithmetic circuit