JP2901463B2 - Addition device - Google Patents

Addition device

Info

Publication number
JP2901463B2
JP2901463B2 JP5214700A JP21470093A JP2901463B2 JP 2901463 B2 JP2901463 B2 JP 2901463B2 JP 5214700 A JP5214700 A JP 5214700A JP 21470093 A JP21470093 A JP 21470093A JP 2901463 B2 JP2901463 B2 JP 2901463B2
Authority
JP
Japan
Prior art keywords
data
positive
negative
adder
absolute value
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 - Fee Related
Application number
JP5214700A
Other languages
Japanese (ja)
Other versions
JPH0764767A (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.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP5214700A priority Critical patent/JP2901463B2/en
Publication of JPH0764767A publication Critical patent/JPH0764767A/en
Application granted granted Critical
Publication of JP2901463B2 publication Critical patent/JP2901463B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、符号を有する絶対値形
式の3個のデータを加算するための加算装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an adder for adding three data in absolute value format having a sign.

【0002】[0002]

【従来の技術】符号を有する絶対値形式の3個のデータ
を加算する加算装置は、例えば浮動小数点加算装置の仮
数部の加算装置として使用されている。
2. Description of the Related Art An adder for adding three data in the form of an absolute value having a sign is used, for example, as an adder for a mantissa of a floating-point adder.

【0003】図2はこのような従来の加算装置の一例を
示すブロック図である。
FIG. 2 is a block diagram showing an example of such a conventional addition device.

【0004】図2において、データA0 およびB0 およ
びC0 は、浮動小数点データの符号部と仮数部とである
符号付き絶対値形式データ6の3個のデータである。第
一の2の補数処理回路20は、データA0 およびB0
よびC0 のそれぞれの符号が負であるとき、それぞれの
仮数部の2の補数を生成してそれぞれデータAおよびB
およびCとして出力する。加算器23は、仮数部のデー
タAおよびBおよびCを入力してそれらの加算処理を行
う。第二の2の補数処理回路21は、加算器23におけ
る加算処理結果が負であるときに2の補数を生成して絶
対値形式のデータとする処理を行い、その結果を仮数部
加算結果8として出力する。符号算出回路22は、加算
器23における加算処理結果が正であるとき正とし、負
であるとき負とした符号部加算結果7を出力する。
In FIG. 2, data A 0, B 0, and C 0 are three data of signed absolute value format data 6 which is a sign part and a mantissa part of floating-point data. When the sign of each of the data A 0, B 0, and C 0 is negative, the first two's complement processing circuit 20 generates the two's complement of each mantissa to generate the data A and B, respectively.
And C. The adder 23 receives the mantissa data A, B, and C, and performs an addition process on them. The second two's complement processing circuit 21 performs a process of generating a two's complement when the result of the addition in the adder 23 is negative and converting the result into data in the form of an absolute value. Output as The sign calculation circuit 22 outputs a sign part addition result 7 that is positive when the result of the addition processing in the adder 23 is positive and negative when the result of the addition processing is negative.

【0005】上述のように構成した加算装置は次のよう
に動作する。
The adder constructed as described above operates as follows.

【0006】例えば絶対値形式データ6の3個のデータ
0 およびB0 およびC0 のうちデータA0 が負である
ときは、第一の2の補数処理回路20は、データA0
仮数部の2の補数を生成してそれをデータAとし、デー
タB0 およびC0 の仮数部はそのままデータBおよびC
として出力する。データAおよびBおよびCは、加算器
23において加算される。この加算結果が正の値である
ときは、第二の2の補数処理回路21はその値をそのま
ま仮数部加算結果8として出力し、加算結果が負の値で
あるときは、2の補数処理回路21は、2の補数を生成
して仮数部加算結果8として出力する。
[0006] For example, when data A 0 of the three data A 0 and B 0 and C 0 of the absolute value format data 6 is negative, the first two's complement processing circuit 20, the mantissa data A 0 The two's complement of the part is generated and used as data A, and the mantissa parts of data B 0 and C 0 remain unchanged as data B and C
Output as Data A, B and C are added in adder 23. When the addition result is a positive value, the second two's complement processing circuit 21 outputs the value as it is as the mantissa part addition result 8, and when the addition result is a negative value, the two's complement processing is performed. The circuit 21 generates a two's complement and outputs the result as a mantissa addition result 8.

【0007】[0007]

【発明が解決しようとする課題】上述したように、従来
の加算装置は、入力する絶対値形式データが負の値であ
るときは、仮数部の2の補数を生成してそれを負の値と
して加算し、加算結果が負の値となったときは、再び仮
数部の2の補数を生成して絶対値形式とする処理を行っ
ている。このような2の補数を生成する処理は、全ビッ
トを反転してから1を加算しなければならないため、処
理時間およびハードウエアが大きくなるという欠点を有
している。
As described above, when the input absolute value data is a negative value, the conventional adder generates a 2's complement number of the mantissa and converts it to a negative value. When the result of the addition becomes a negative value, the process of generating the two's complement number of the mantissa part again and making it into the absolute value format is performed. Such a process of generating a two's complement has the disadvantage that processing time and hardware are increased because all bits must be inverted and then one must be added.

【0008】[0008]

【課題を解決するための手段】本発明の加算装置は、符
号を有する絶対値形式の3個のデータを入力し前記3個
のデータのうち1個のデータのみが正または負の値であ
るときそのデータの1の補数を生成する第一の反転回路
と、前記第一の反転回路からの3個のデータの加算を行
う第一の加算器と、前記第一の反転回路からの3個のデ
ータを加算して更に1を加算した結果と最終キャリーと
を出力する第二の加算器と、前記第一の加算器の演算結
果の1の補数を生成する第二の反転回路と、前記第一の
加算器および前記第二の加算器および前記第二の反転回
路の出力信号を入力して指定された条件に従ってそれら
のうちの一つをを選択する選択回路と、前記絶対値形式
の3個のデータの正または負の値の数および前記最終キ
ャリーの値から正または負の符号を決定する符号算出回
路とを備えている。
An adder according to the present invention inputs three data in the form of an absolute value having a sign, and only one of the three data has a positive or negative value. A first inverting circuit for generating a one's complement of the data, a first adder for adding the three data from the first inverting circuit, and a three inverting circuit from the first inverting circuit. A second adder that outputs a result of adding 1 and further adding 1 and a final carry, a second inverting circuit that generates a one's complement of the operation result of the first adder, A selection circuit that inputs an output signal of the first adder and the second adder and the second inverting circuit and selects one of them according to a designated condition; From the number of positive or negative values of the three data and the value of the last carry, Others and a code calculation circuit for determining a negative sign.

【0009】すなわち、本発明の加算装置は、符号を有
する絶対値形式の3個のデータを入力し前記3個のデー
タのうち1個のデータのみが正または負の値であるとき
そのデータの1の補数を生成する第一の反転回路と、前
記第一の反転回路からの3個のデータの加算を行う第一
の加算器と、前記第一の反転回路からの3個のデータを
加算して更に1を加算した結果と最終キャリーとを出力
する第二の加算器と、前記第一の加算器の演算結果の1
の補数を生成する第二の反転回路と、前記絶対値形式の
3個のデータのうち1個のデータのみが正または負の値
であって前記最終キャリーが0のときは前記第二の反転
回路の出力を選択し前記3個のデータのうち1個のデー
タのみが正または負の値であって前記最終キャリーが1
のときは前記第一の加算器の出力を選択し前記3個のデ
ータの全てが正または負の値であるときは前記第二の加
算器の出力を選択する選択回路と、前記絶対値形式の3
個のデータのうち2個のデータが正の値であって前記最
終キャリーが1のときは正とし前記絶対値形式の3個の
データのうち2個のデータが正の値であって前記最終キ
ャリーが0のときは負とし前記絶対値形式の3個のデー
タのうち2個のデータが負の値であって前記最終キャリ
ーが1のときは負とし前記絶対値形式の3個のデータの
うち2個のデータが負の値であって前記最終キャリーが
0のときは正とし前記3個のデータの全てが正の値であ
るときは正とし前記3個のデータの全てが負の値である
ときは負とした符号部加算結果を出力する符号算出回路
とを備えている。
That is, the adder of the present invention inputs three data in the absolute value format having a sign, and when only one of the three data is a positive or negative value, the data of the data is input. A first inverting circuit for generating a one's complement, a first adder for adding three data from the first inverting circuit, and adding three data from the first inverting circuit And a second adder that outputs a result of adding 1 and a final carry, and 1 of an operation result of the first adder.
And a second inverting circuit for generating a complement of the second inversion when only one of the three data in the absolute value format has a positive or negative value and the final carry is 0. The output of the circuit is selected, and only one of the three data is a positive or negative value and the last carry is 1
A selection circuit that selects the output of the first adder when all of the three data are positive or negative, and selects the output of the second adder when all of the three data are positive or negative. 3
When the last data is 1 and two of the three data in the absolute value format are positive, two of the three data in the absolute value format are positive. When the carry is 0, it is regarded as negative, and when the last carry is 1, two of the three data in the absolute value format are negative and the data is regarded as negative when the last carry is 1. When two of the data are negative values and the final carry is 0, the data is positive. When all of the three data are positive values, the data is positive and all of the three data are negative. And a sign calculation circuit that outputs a sign part addition result that is negative when.

【0010】[0010]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。
Next, embodiments of the present invention will be described with reference to the drawings.

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

【0012】図1において、データA0 およびB0 およ
びC0 は、浮動小数点データの符号部と仮数部とである
符号付き絶対値形式データ1の3個のデータである。反
転回路12は、データA0 およびB0 およびC0 のうち
の1個のデータのみが正または負の値であるとき、その
データの仮数部を反転させたデータAおよびBおよびC
を出力する。第一の加算器10は、仮数部のデータAお
よびBおよびCを入力してそれらの加算処理を行う。第
二の加算器11は、仮数部のデータAおよびBおよびC
を入力してそれらの加算してさらに1を加算した処理結
果と最終キャリーとを出力する。第二の反転回路15
は、加算器10の演算結果の1の補数を生成する。選択
回路13は、データA0 およびB0 およびC0 のうち1
個のデータのみが正または負の値であって、最終キャリ
ーが0のときは第二の反転回路15の出力を選択し、3
個のデータのうち1個のデータのみが正または負の値で
あって最終キャリーが1のときは第二の加算器11の出
力を選択し、3個のデータの全てが正または負の値であ
るときは、最終キャリーの値に無関係に第一の加算器1
0の出力を選択して仮数部加算結果3として出力する。
符号算出回路14は、データA0 およびB0 およびC0
の符号と第二の加算器11からの最終キャリーとを入力
し、データA0 およびB0 およびC0 のうち2個のデー
タが正の値であって最終キャリーが1のときは正とし、
データA0 およびB0 およびC0 のうち2個のデータが
正の値であって最終キャリーが0のときは負とし、デー
タA0 およびB0 およびC0 のうち2個のデータが負の
値であって最終キャリーが1のときは負とし、データA
0 およびB0 およびC0 のうち2個のデータが負の値で
あって最終キャリーが0のときは正とし、データA0
よびB0 およびC0 の全てが正の値であるときは正と
し、データA0 およびB0 およびC0 の全てが負の値で
あるときは負とした符号部加算結果2を出力する。
In FIG. 1, data A 0, B 0 and C 0 are three data of signed absolute value format data 1 which is a sign part and a mantissa part of floating point data. When only one of the data A 0, B 0, and C 0 has a positive or negative value, the inversion circuit 12 outputs the data A, B, and C obtained by inverting the mantissa of the data.
Is output. The first adder 10 receives mantissa data A, B, and C and performs an addition process on them. The second adder 11 outputs mantissa data A, B, and C
Are input, and the result of adding them and further adding 1 is output as the final carry. Second inversion circuit 15
Generates the one's complement of the operation result of the adder 10. The selection circuit 13 outputs one of the data A 0, B 0 and C 0
When only the number of data is a positive or negative value and the final carry is 0, the output of the second inverting circuit 15 is selected, and
When only one of the data has a positive or negative value and the final carry is 1, the output of the second adder 11 is selected, and all three data have a positive or negative value. , The first adder 1 is independent of the value of the last carry.
An output of 0 is selected and output as a mantissa addition result 3.
The sign calculation circuit 14 calculates the data A 0, B 0 and C 0
And the last carry from the second adder 11 are input, and when two of the data A 0, B 0, and C 0 are positive values and the last carry is 1, it is determined to be positive,
When two of the data A 0, B 0, and C 0 are positive values and the final carry is 0, the result is negative, and two of the data A 0, B 0, and C 0 are negative. If the value is a value and the last carry is 1, it is negative and data A
If two data out of 0 , B 0 and C 0 are negative values and the final carry is 0, it is positive, and if all data A 0, B 0 and C 0 are positive values, it is positive. When all of the data A 0, B 0, and C 0 are negative values, a negative sign part addition result 2 is output.

【0013】次に上述のように構成した加算装置の動作
において、データA0 およびB0 およびC0 のうち1個
のデータのみが正または負の値であって最終キャリーが
0のときは第二の反転回路15の出力が仮数部の加算結
果となり、データA0 およびB0 およびC0 のうち1個
のデータのみが正または負の値であって最終キャリーが
1のときは第二の加算器11の出力が仮数部の加算結果
となる理由について説明する。
Next, in the operation of the adder constructed as described above, when only one of the data A 0, B 0 and C 0 is a positive or negative value and the final carry is 0, the data is output. The output of the second inverting circuit 15 is the result of addition of the mantissa, and when only one of the data A 0, B 0 and C 0 has a positive or negative value and the final carry is 1, the second The reason why the output of the adder 11 is the result of addition of the mantissa will be described.

【0014】絶対値形式の3個のデータをAおよびBお
よびCとし、データCのみが負の値であるとすると、
If the three data in the absolute value format are A, B, and C, and only data C is a negative value,

【0015】 [0015]

【0016】この式から、 A+B−C が負にならな
ければ最終キャリーが存在することがわかる。すなわ
ち、 A+B−C が正のときは 最終キャリー=1 A+B−C が負のときは 最終キャリー=0 となる。
From this equation, it can be seen that a final carry exists if A + BC is not negative. That is, when A + BC is positive, the final carry = 1 when A + BC is negative.

【0017】従って、最終キャリーの有無から A+B
−C の値の正負がわかる。
Therefore, A + B is determined based on the presence or absence of the final carry.
The sign of -C is found.

【0018】また、 A+B−C が負の値のとき、絶
対値表現のために2の補数を生成しなければならない。
When A + B−C is a negative value, a two's complement must be generated to represent an absolute value.

【0019】 [0019]

【0020】この式から、 A+B−C が負の値にな
るとき(最終キャリーが0のとき)は、Cをあらかじめ
反転させてから加算器に入力し、その加算結果を反転さ
せればよいことがわかる。
From this equation, when A + BC becomes a negative value (when the final carry is 0), it is necessary to invert C beforehand, input it to the adder, and invert the addition result. I understand.

【0021】次に図1の実施例の動作について説明す
る。
Next, the operation of the embodiment shown in FIG. 1 will be described.

【0022】例えば絶対値形式データ1の3個のデータ
0 およびB0 およびC0 のうちデータA0 およびB0
が負であり、データC0 のみが正であるときは、反転回
路12は、データC0 のみの仮数部を反転させたデータ
AおよびBおよびCを加算器10および11に出力す
る。加算器11は A+B+C+1 の加算を行い、加
算器10は A+B+C の加算を行う。反転回路15
は、加算器10の加算結果を入力してそれを反転した結
果を出力する。加算器11における加算処理後の最終キ
ャリーの有無によって仮数部の加算結果が正と値になる
かまたは負の値になるかを判断できる。もし最終キャリ
ーがなかった場合は、A0 +B0 +C0は負である。選
択回路13は、A+B+C の1の補数である反転回路
15の出力を選択し、それを仮数部加算結果3として出
力する。符号算出回路14は、データC0 のみが正であ
り、最終キャリーが0であるため、符号を負とした符号
部加算結果2を出力する。
[0022] For example, the data A 0 and B 0 of the three data A 0 and B 0 and C 0 of the absolute value format data 1
Is negative and only the data C 0 is positive, the inverting circuit 12 outputs data A, B, and C obtained by inverting the mantissa of only the data C 0 to the adders 10 and 11. The adder 11 performs addition of A + B + C + 1, and the adder 10 performs addition of A + B + C. Inverting circuit 15
Inputs the result of addition of the adder 10 and outputs a result obtained by inverting the result. It is possible to determine whether the result of the addition of the mantissa becomes a positive value or a negative value based on the presence or absence of the final carry after the addition processing in the adder 11. If there was no final carry, A 0 + B 0 + C 0 is negative. The selection circuit 13 selects the output of the inversion circuit 15 which is the one's complement of A + B + C, and outputs it as the mantissa addition result 3. Since only the data C 0 is positive and the final carry is 0, the sign calculating circuit 14 outputs the sign part addition result 2 with the sign being negative.

【0023】上述の実施例は、浮動小数点加算装置の仮
数部の加算装置として使用される場合の例であるが、他
の絶対値演算の必要な加算装置に使用できることな当然
である。
The above-described embodiment is an example in the case where it is used as an adder for a mantissa part of a floating-point adder. However, it is obvious that the present invention can be used for other adders requiring an absolute value operation.

【0024】[0024]

【発明の効果】以上説明したように、本発明の加算装置
は、符号を有する絶対値形式の3個のデータを入力した
とき、その3個のデータのうち1個のデータのみが正ま
たは負の値であって最終キャリーが0のときは A+B
+C の加算結果を反転した結果を選択し、3個のデー
タのうち1個のデータのみが正または負の値であって最
終キャリーが1のときは A+B+C の加算結果を選
択し、3個のデータの全てが正または負の値であるとき
は A+B+C+1 の加算結果を選択することによ
り、入力する絶対値形式データが負の値であるときに仮
数部の2の補数を生成してそれを負の値として加算し、
その加算結果が負の値となったとき、再び仮数部の2の
補数を生成して絶対値形式とする処理を行う必要がなく
なるため、処理時間およびハードウエアを削減すること
が可能になるという効果がある。
As described above, according to the adder of the present invention, when three data in the absolute value format having a sign are input, only one of the three data is positive or negative. A + B when the final carry is 0
+ C is selected, and if only one of the three data is a positive or negative value and the final carry is 1, the addition result of A + B + C is selected, and When all of the data are positive or negative values, the addition result of A + B + C + 1 is selected, and when the absolute value format data to be input is a negative value, a two's complement of the mantissa is generated and converted to a negative value. And add
When the result of the addition becomes a negative value, it is not necessary to generate the two's complement number of the mantissa part again and to perform the processing of the absolute value form, so that the processing time and hardware can be reduced. effective.

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

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

【図2】従来の加算装置の一例を示すブロック図であ
る。
FIG. 2 is a block diagram illustrating an example of a conventional addition device.

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

1・6 符号付き絶対値形式データ 2・7 符号部加算結果 3・8 仮数部加算結果 10・11・23 加算器 12・15 反転回路 13 選択回路 14・22 符号算出回路 20・21 2の補数処理回路 1.6 Signed absolute value format data 2.7 Signed part addition result 3.8 Mantissa addition result 10.11.23 Adder 12.15 Inverting circuit 13 Selection circuit 14.22 Sign calculation circuit 20.21 Two's complement Processing circuit

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 符号を有する絶対値形式の3個のデータ
を入力し前記3個のデータのうち1個のデータのみが正
または負の値であるときそのデータの1の補数を生成す
る第一の反転回路と、前記第一の反転回路からの3個の
データの加算を行う第一の加算器と、前記第一の反転回
路からの3個のデータを加算して更に1を加算した結果
と最終キャリーとを出力する第二の加算器と、前記第一
の加算器の演算結果の1の補数を生成する第二の反転回
路と、前記第一の加算器および前記第二の加算器および
前記第二の反転回路の出力信号を入力して指定された条
件に従ってそれらのうちの一つをを選択する選択回路
と、前記絶対値形式の3個のデータの正または負の値の
数および前記最終キャリーの値から正または負の符号を
決定する符号算出回路とを備えることを特徴とする加算
装置。
1. A method for inputting three data in absolute value format having a sign and generating a one's complement of the data when only one of the three data has a positive or negative value. One inverting circuit, a first adder that adds three data from the first inverting circuit, and three data from the first inverting circuit are added, and 1 is further added. A second adder that outputs a result and a final carry, a second inverting circuit that generates a one's complement of the operation result of the first adder, the first adder and the second addition And a selection circuit which receives an output signal of the second inverting circuit and selects one of them according to a designated condition, and a positive or negative value of the three data in the absolute value format. Sign calculation circuit for determining a positive or negative sign from a number and the value of the last carry An addition device comprising:
【請求項2】 符号を有する絶対値形式の3個のデータ
を入力し前記3個のデータのうち1個のデータのみが正
または負の値であるときそのデータの1の補数を生成す
る第一の反転回路と、前記第一の反転回路からの3個の
データの加算を行う第一の加算器と、前記第一の反転回
路からの3個のデータを加算して更に1を加算した結果
と最終キャリーとを出力する第二の加算器と、前記第一
の加算器の演算結果の1の補数を生成する第二の反転回
路と、前記絶対値形式の3個のデータのうち1個のデー
タのみが正または負の値であって前記最終キャリーが0
のときは前記第二の反転回路の出力を選択し前記3個の
データのうち1個のデータのみが正または負の値であっ
て前記最終キャリーが1のときは前記第一の加算器の出
力を選択し前記3個のデータの全てが正または負の値で
あるときは前記第二の加算器の出力を選択する選択回路
と、前記絶対値形式の3個のデータのうち2個のデータ
が正の値であって前記最終キャリーが1のときは正とし
前記絶対値形式の3個のデータのうち2個のデータが正
の値であって前記最終キャリーが0のときは負とし前記
絶対値形式の3個のデータのうち2個のデータが負の値
であって前記最終キャリーが1のときは負とし前記絶対
値形式の3個のデータのうち2個のデータが負の値であ
って前記最終キャリーが0のときは正とし前記3個のデ
ータの全てが正の値であるときは正とし前記3個のデー
タの全てが負の値であるときは負とした符号部加算結果
を出力する符号算出回路とを備えることを特徴とする加
算装置。
2. A method of inputting three data in absolute value format having a sign and generating a one's complement of one of the three data when only one of the three data has a positive or negative value. One inverting circuit, a first adder that adds three data from the first inverting circuit, and three data from the first inverting circuit are added, and 1 is further added. A second adder that outputs a result and a final carry, a second inverting circuit that generates a one's complement of the operation result of the first adder, and one of the three data in the absolute value format. Pieces of data are positive or negative and the last carry is 0
In the case of, the output of the second inverting circuit is selected, and when only one of the three data is a positive or negative value and the final carry is 1, the output of the first adder is selected. A selection circuit for selecting an output and selecting the output of the second adder when all of the three data are positive or negative; and two of the three data in the absolute value format When the data is a positive value and the last carry is 1, it is positive and when two of the three data in the absolute value format are positive and the last carry is 0, it is negative. When two of the three data in the absolute value format are negative values and the final carry is 1, two of the three data in the absolute value format are negative. Value is positive when the final carry is 0, and all three data are positive. Summing device, characterized in that it comprises a code calculation circuit for outputting a code section sum negative, when all the positive the three data is a negative value when it is.
JP5214700A 1993-08-31 1993-08-31 Addition device Expired - Fee Related JP2901463B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5214700A JP2901463B2 (en) 1993-08-31 1993-08-31 Addition device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5214700A JP2901463B2 (en) 1993-08-31 1993-08-31 Addition device

Publications (2)

Publication Number Publication Date
JPH0764767A JPH0764767A (en) 1995-03-10
JP2901463B2 true JP2901463B2 (en) 1999-06-07

Family

ID=16660160

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5214700A Expired - Fee Related JP2901463B2 (en) 1993-08-31 1993-08-31 Addition device

Country Status (1)

Country Link
JP (1) JP2901463B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5515601B2 (en) * 2009-10-16 2014-06-11 富士通株式会社 Floating point adder

Also Published As

Publication number Publication date
JPH0764767A (en) 1995-03-10

Similar Documents

Publication Publication Date Title
US6055555A (en) Interface for performing parallel arithmetic and round operations
JPH0644225B2 (en) Floating point rounding normalization circuit
JP3345894B2 (en) Floating point multiplier
JP4274633B2 (en) Power arithmetic unit
JP2608165B2 (en) Method and apparatus for multiplying a real-time two's complement code in a digital signal processing system
JP2901463B2 (en) Addition device
JPH09204295A (en) Sticky bit detecting circuit
US6415311B1 (en) Sign extension circuit and method for unsigned multiplication and accumulation
JPH1091397A (en) Arithmetic circuit
EP0520378A2 (en) Overflow detection system and its circuit for use in addition and subtraction
JPH0149973B2 (en)
JPH09138792A (en) Method and circuit for calculation of approximate value of logarithm
JP2645422B2 (en) Floating point processor
JP3187402B2 (en) Floating point data addition / subtraction circuit
JPS5966790A (en) Operating circuit
JP2537876B2 (en) Rounding circuit
JP2777265B2 (en) High radix square root arithmetic unit
JPH10333885A (en) Multiplying circuit
JP2550597B2 (en) Squarer
JPH11312076A (en) Decimal arithmetic unit
JPH04312120A (en) Floating point adder/subtractor
JP3089377B2 (en) Normalized floating point multiplier
JP2556171B2 (en) Arithmetic circuit
JP2890412B2 (en) Code conversion circuit
JP2980341B2 (en) Floating point alignment circuit

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990209

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080319

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090319

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100319

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees