JP2795253B2 - Divider - Google Patents

Divider

Info

Publication number
JP2795253B2
JP2795253B2 JP8049648A JP4964896A JP2795253B2 JP 2795253 B2 JP2795253 B2 JP 2795253B2 JP 8049648 A JP8049648 A JP 8049648A JP 4964896 A JP4964896 A JP 4964896A JP 2795253 B2 JP2795253 B2 JP 2795253B2
Authority
JP
Japan
Prior art keywords
bit
partial remainder
complement
quotient
bits
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
JP8049648A
Other languages
Japanese (ja)
Other versions
JPH09222993A (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 Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP8049648A priority Critical patent/JP2795253B2/en
Publication of JPH09222993A publication Critical patent/JPH09222993A/en
Application granted granted Critical
Publication of JP2795253B2 publication Critical patent/JP2795253B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、デジタル型の除算
器に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital divider.

【0002】[0002]

【従来の技術】従来の除算器としては、除算アルゴリズ
ムとして、「減算シフト法」、あるいは「減算引き離し
法」などと呼ばれるものを用いた算法が、ハードウェア
量と性能のバランスが良いことから、一般的に用いられ
る。
2. Description of the Related Art As a conventional divider, an algorithm using a so-called "subtraction shift method" or "subtraction separation method" as a division algorithm has a good balance between hardware amount and performance. Commonly used.

【0003】この除算アルゴリズムは、通常、筆算で除
算を行うのと同様に、商の決定と余り(部分剰余)のシ
フトと余りからの分母(除数)の倍数の減算により除算
を行う方法である。このような除算アルゴリズムについ
て、例えば刊行物(「コンピュータの高速運算方式」、
1980年、近代科学社刊、第214-249頁)には、回復型除
算、非回復型除算、SRT除算(D.Sweeney,J.E.Robertso
n,T.D.Tocherの3人の研究者により同時に提案された方
式)、拡張SRT除算といった各種の除算手法について記
載されている。また、文献(1)(1984年電子通信学会論
文誌、Vol.J67-D、No.4、第450-457頁)には、演算の基
数を2としたSRT除算について記載されている。また文
(2)(IEEE Transactions on Computers、Vol.C-19、N
o.8、August 1970、pp.720-733)には、演算の基数を4
とした拡張SRT除算について記載されている。
This division algorithm is a method of performing division by determining a quotient, shifting a remainder (partial remainder), and subtracting a multiple of a denominator (divisor) from the remainder, as in the case of performing division by handwriting. . Such division algorithms are described in, for example, publications (“High-speed computer operation”,
Restorative division, non-recoverable division, SRT division (D.Sweeney, JERobertso, 1980, Modern Science, pp. 214-249)
n, a method proposed simultaneously by three researchers of TDTocher), and various division methods such as extended SRT division. Reference (1) (Transactions of the Institute of Electronics, Information and Communication Engineers, 1984, Vol. J67-D, No. 4, pp. 450-457) describes SRT division with a radix of 2 for operation. Reference (2) (IEEE Transactions on Computers, Vol. C-19, N
o.8, August 1970, pp.720-733), the radix of the operation is 4
The extended SRT division is described.

【0004】また、特開平3−102519号公報に
は、演算の基数を2としたSRT除算を用いて、演算前に
正規化器を挿入して固定小数点除算へ対応した除算器の
構成が提案され、特開平4−153828号公報には、
演算の基数を2としたSRT除算を用いて、部分剰余の上
位ビットが桁あふれを起こさないように最上位ビットを
一定値に固定するように構成した除算方式が提案されて
いる。
Japanese Patent Laid-Open Publication No. Hei 3-102519 proposes a structure of a divider that uses SRT division with a radix of 2 and inserts a normalizer before the operation to support fixed-point division. In Japanese Patent Application Laid-Open No. 4-153828,
There has been proposed a division method in which the most significant bit is fixed to a constant value so that the upper bits of the partial remainder do not overflow by using SRT division with the radix of the operation being 2.

【0005】以下では、まず、この減算シフト法を用い
た汎用的な除算方式について説明した後に、従来例を説
明する。
In the following, first, a general-purpose division method using the subtraction shift method will be described, and then a conventional example will be described.

【0006】まず、汎用的な除算の手順について簡単に
説明する。演算のビット長をn(任意の正整数)、演算
の基数をr、除数をD、被除数をR(0)、jを0以上
の整数としてj回目の部分剰余をR(j)、j回目の商
をq(j)とする。また、ここでは、除数D、被除数R
(0)は正規化されているものとする。
First, a general division procedure will be briefly described. The bit length of the operation is n (arbitrary positive integer), the radix of the operation is r, the divisor is D, the dividend is R (0), j is an integer of 0 or more, and the jth partial remainder is R (j), the jth Is the quotient of q (j). Here, the divisor D and the dividend R
(0) is assumed to be normalized.

【0007】また、以下では、浮動小数点正規化フォー
マットとして、1.xxxxを用いるものとする。この
フォーマットに合致しないデータ形式を扱う場合でも、
演算前後に適当なシフト処理を実行することにより、こ
の浮動小数点フォーマットについての処理が適用可能で
ある。
In the following, as the floating-point normalization format, 1. xxxx shall be used. Even when handling data formats that do not match this format,
By performing an appropriate shift process before and after the operation, the process for this floating-point format can be applied.

【0008】ここで、使用される商及び部分剰余は、冗
長二進表現により表される。すなわち、二補数表現であ
れば各ビットが{0,1}で表されるところを、{-1,0,
1}の3値を採ることを許し、負のビットを可能として
いる。
Here, the quotient and partial remainder used are represented by a redundant binary expression. That is, in the two's complement representation, where each bit is represented by {0, 1}, {-1, 0,
Allows for three values of 1}, allowing negative bits.

【0009】入力データが上述のように正規化されてい
るという条件の下で、次式(1)で表される漸化式を用
いて順次商及び部分剰余を求めることができる。
Under the condition that the input data is normalized as described above, a quotient and a partial remainder can be sequentially obtained by using a recurrence formula expressed by the following formula (1).

【0010】 R(J+1)=r×R(j)−q(j+1)×D …(1)R (J + 1) = r × R (j) −q (j + 1) × D (1)

【0011】このとき、商q(j+1)は、基数rによ
り定められるデジット集合の中から次式(2)の条件を
満たすように選択される。
At this time, the quotient q (j + 1) is selected from a set of digits defined by the radix r so as to satisfy the following equation (2).

【0012】0≦R(j+1)<k×D …(2)0 ≦ R (j + 1) <k × D (2)

【0013】但し、kは次式(3)を満たす定数であ
る。
Here, k is a constant satisfying the following equation (3).

【0014】k=m/(r−1) …(3)K = m / (r-1) (3)

【0015】ここで、mは、基数rの数系におけるデジ
ット集合のうち、最大の絶対値を持つデジットである。
この場合、mの最小値は、1/2×rであり、最大値は
r−1であるため、kの範囲は、次式(4)のようにな
る。
Here, m is a digit having a maximum absolute value in a digit set in a radix r number system.
In this case, since the minimum value of m is ×× r and the maximum value is r−1, the range of k is as shown in the following equation (4).

【0016】1/2≦k<1 …(4)1/2 ≦ k <1 (4)

【0017】例えば、基数4の数系を例に取ると、デジ
ット集合は、{-3,-2,-1,0,1,2,3}と{-2,-1,0,1,2}
の二つが考えられる。
For example, taking a radix-4 number system as an example, a digit set is represented by {-3, -2, -1,0,1,2,3} and {-2, -1,0,1, 2}
There are two possibilities.

【0018】前者についてはk=1であり、後者につい
てはk=2/3となる。kの値が小さくなるということ
は、上式(2)より、演算途中の部分剰余の値域がより
狭められるということである。すなわち、後者の場合
は、除数の倍数として3倍数を選択することができない
ために、演算途中の部分剰余の値域に対して制限を加
え、除数の2倍数までで除算を行えるようにしている。
また、基数2の数系の場合はデジット集合が{-1,0,1}
のみであり、これはk=1の場合に相当する。
For the former, k = 1, and for the latter, k = 2. The fact that the value of k becomes smaller means that the value range of the partial remainder in the middle of the calculation is narrowed according to the above equation (2). That is, in the latter case, since the triple cannot be selected as a multiple of the divisor, the range of the partial remainder in the middle of the calculation is restricted so that the division can be performed up to twice the divisor.
In the case of a radix-2 number system, the digit set is {-1,0,1}
Only, which corresponds to the case where k = 1.

【0019】上式(1)により商を求める場合、一回の
除算により求められる商のビット数はlog2rであるの
で、n/(log2r)回除算を繰り返すことにより、所望
のビット数の商を求めることができる。
When the quotient is obtained by the above equation (1), the number of bits of the quotient obtained by one division is log 2 r. Therefore, by repeating the division n / (log 2 r) times, the desired bit can be obtained. You can find the quotient of numbers.

【0020】最終的に求められた商は冗長二進表現とな
っているので、これを以下の手順に従い二補数表現に変
換する必要がある。
Since the finally obtained quotient is in a redundant binary representation, it is necessary to convert this to a two's complement representation according to the following procedure.

【0021】第1に冗長二進表現の商のビット列を参照
して、'1'となっているビット位置に'1'を、それ以外の
ビット位置は'0'とした正部分商と、冗長二進表現の商
において、'-1'となっているビット位置に'1'を、それ
以外のビット位置は'0'とした負部分商とに分離する。
First, with reference to the bit string of the quotient in the redundant binary representation, a positive partial quotient having "1" in the bit position of "1" and "0" in the other bit positions; In the quotient of the redundant binary representation, "1" is separated into bit positions of "-1", and the other bit positions are separated into negative partial quotients of "0".

【0022】次に、双方を二補数表現として正部分商か
ら負部分商を減じることで、二補数表現の商を得る。こ
のような冗長二進表現から二補数表現への変換方法につ
いては、文献(3)(1983年電子通信学会論文誌、Vol.J66
-D、No.6、第683-690頁)、あるいは文献(4)(1984年電
子通信学会論文誌、Vol.J67-D、No.4、第450-457頁)等
の詳細な記載が参照される。
Next, the quotient of the two's complement representation is obtained by subtracting the negative partial quotient from the positive partial quotient using both the two's complement representation. For a method of converting such a redundant binary representation to a two's complement representation, see Reference (3) (1983 IEICE Transactions, Vol. J66).
-D, No.6, pp.683-690) or Reference (4) (1984 IEICE Transactions, Vol.J67-D, No.4, pp.450-457). Referenced.

【0023】更に、最終的な部分剰余が負の値になった
場合、最後の減算において商を1だけ大きくしすぎてい
るので、商のLSB(最下位ビット)より1を減じる。
Further, when the final partial remainder becomes a negative value, the quotient is excessively increased by one in the last subtraction, so that one is subtracted from the LSB (least significant bit) of the quotient.

【0024】次に、上記した除算手順を用いて構成した
除算器の従来例について、図面を参照して説明する。図
3は、従来の除算器の構成を示すブロック図である。従
来の除算器として、以下では、演算の基数が4、デジタ
ル集合が{-2,-1,0,1,2}、除数、被除数がnビット長
小数で、演算アルゴリズムに拡張SRT除算アルゴリズム
を用いた除算の場合について説明する。また、冗長二進
表現の各デジットは、{-1,0,1}={(11),(00),(01)}
というビット列で表す。
Next, a conventional example of a divider constituted by using the above-described division procedure will be described with reference to the drawings. FIG. 3 is a block diagram showing a configuration of a conventional divider. As a conventional divider, in the following, the radix of the operation is 4, the digital set is {-2, -1,0,1,2}, the divisor and the dividend are n bits long decimal, and the extended SRT division algorithm is used as the operation algorithm. The case of division used will be described. Also, each digit of the redundant binary representation is {-1,0,1} = {(11), (00), (01)}
It is represented by a bit string.

【0025】図3において、1は除数(D)を保持する
レジスタ(除数レジスタ)、4は部分剰余を冗長二進表
現で保持するレジスタ(部分剰余レジスタ)、16は冗
長二進表現の商を保持するレジスタ(商レジスタ)であ
る。また5は商を決定する回路(商生成回路)、10は
部分剰余を2ビット左シフトするシフタ、11、12、
14はそれぞれ除数の−1倍数、−2倍数、2倍数を発
生する倍数発生回路である。そして、21は除数の倍数
セレクタであり、除数の倍数発生器11、12、14で
生成された除数の倍数及び'0'の中から商生成回路5の
結果に従いいずれか一つの倍数を選択する。25は二補
数変換回路であり、部分剰余のうち、商決定に必要とな
るビット長の部分剰余上位ビットについて二補数への変
換を行う。20は部分剰余から、選択された除数の倍数
の減算を実行する減算器(部分剰余生成冗長二進減算
器)である。24は部分剰余について外部からの入力
(被除数R(0))と内部で発生した部分剰余のうちの
いずれかを選択するセレクタである。また30は冗長二
進表現で保持されている商を正部分商と負部分商に分離
する分離器(正ビット/負ビット分離器)であり、31
は正部分商から負部分商を減算することで二補数表現の
商(Q)を求める二補数化加算器(商二補数化加算器)
である。
In FIG. 3, 1 is a register for holding a divisor (D) (divisor register), 4 is a register for holding a partial remainder in a redundant binary expression (a partial remainder register), and 16 is a quotient of the redundant binary expression. This is a register (quotient register) to be held. 5 is a circuit for determining a quotient (quotient generation circuit), 10 is a shifter for shifting the partial remainder left by 2 bits, 11, 12,
Reference numeral 14 denotes a multiple generation circuit for generating a -1 multiple, a -2 multiple, and a 2 multiple of the divisor. Reference numeral 21 denotes a divisor multiple selector, which selects any one of the divisor multiples generated by the divisor multiple generators 11, 12, and 14 and '0' according to the result of the quotient generation circuit 5. . Reference numeral 25 denotes a two's complement conversion circuit, which converts a partial remainder upper bit of a bit length necessary for quotient determination into a two's complement number from the partial remainder. Reference numeral 20 denotes a subtractor (partial remainder generation redundant binary subtractor) that performs subtraction of a multiple of the selected divisor from the partial remainder. Reference numeral 24 denotes a selector for selecting any one of an external input (dividend R (0)) and an internally generated partial remainder for the partial remainder. Reference numeral 30 denotes a separator (positive bit / negative bit separator) for separating the quotient held in the redundant binary representation into a positive partial quotient and a negative partial quotient.
Is a two-complement adder (quotient two-complement adder) that obtains a quotient (Q) in two's complement representation by subtracting a negative partial quotient from a positive partial quotient
It is.

【0026】次に、図3に示した従来の除算器の動作に
ついて説明する。第1のサイクルで正規化された除数D
及び被除数R(0)が入力され、それぞれ除数レジスタ
1と、部分剰余レジスタ4に格納される。
Next, the operation of the conventional divider shown in FIG. 3 will be described. Divisor D normalized in the first cycle
And the dividend R (0) are input and stored in the divisor register 1 and the partial remainder register 4, respectively.

【0027】第2のサイクルで一回目の除算が実行され
る。まず、除数レジスタ1に格納された除数のMSB
(最上位ビット)を除く上位4ビット(正規化によりM
SBは必ず1であることが分かっているので参照しな
い)と、部分剰余レジスタ4に保持された6ビットを参
照し、商生成回路5にて一回目の商を生成する。
The first division is performed in the second cycle. First, the MSB of the divisor stored in the divisor register 1
Upper 4 bits excluding (most significant bit) (M
SB is always known to be 1 and will not be referred to), and the quotient generation circuit 5 generates the first quotient by referring to the 6 bits held in the partial remainder register 4.

【0028】次に、生成した商の値により、予め除数の
倍数発生回路11、12、14にて生成しておいた除数
の倍数の中から商の値に対応する除数の倍数を倍数セレ
クタ21にて選択し、減算器20へ送出する。また、商
は商レジスタ16へ格納される。
Next, based on the generated quotient value, the multiple of the divisor corresponding to the quotient value is selected from the multiples of the divisor previously generated in the divisor multiple generation circuits 11, 12, and 14 by the multiple selector 21. And sends it to the subtractor 20. The quotient is stored in the quotient register 16.

【0029】以上の商生成、除数の倍数生成、除数の倍
数選択の動作と平行して、部分剰余の2ビットの左シフ
トを行う。このシフトの結果、空いた最下位2ビットに
ついては冗長二進数の'0'で埋めておく。この結果、部
分剰余のビット長は2ビット拡張される。
In parallel with the operations of quotient generation, divisor multiple generation, and divisor multiple selection, a two-bit left shift of the partial remainder is performed. As a result of this shift, the least significant two bits that have become empty are filled with a redundant binary number “0”. As a result, the bit length of the partial remainder is extended by 2 bits.

【0030】図4は、二補数変換回路25の構成をブロ
ック図にて示した図である。図4において、401は入
力された冗長二進表現の部分剰余を正ビットと負ビット
に分離する分離器(正ビット/負ビット分離器)であ
り、402は分離した正ビットから負ビットを減じる減
算器(6ビット減算器)である。
FIG. 4 is a block diagram showing the configuration of the two's complement conversion circuit 25. In FIG. 4, reference numeral 401 denotes a separator (positive / negative bit separator) for separating the input partial remainder of the redundant binary representation into positive and negative bits, and 402 subtracts a negative bit from the separated positive bits. It is a subtractor (6-bit subtractor).

【0031】減算の結果、入力された部分剰余は、二補
数へ変換され、更に、ビット長が1ビット増えて7ビッ
ト長となる。これは、冗長二進表現では、各ビットが符
号ビットに相当する情報を有しているので、全体として
の符号が必要とされなかったのに対し、二補数に変換し
た場合にはこのような冗長性は無いため、符号ビットを
別に必要とするためである。
As a result of the subtraction, the input partial remainder is converted into a two's complement number, and the bit length is increased by one bit to a seven-bit length. This is because, in the redundant binary representation, each bit has information corresponding to a sign bit, so that the sign as a whole is not required, whereas when converted to two's complement, such a sign is required. This is because there is no redundancy, and a code bit is separately required.

【0032】最後に、部分剰余生成冗長二進減算器20
により、次のサイクルで用いられる部分剰余が算出され
る。この部分剰余はセレクタ24により選択されレジス
タ4に格納される。
Finally, the partial remainder generation redundant binary subtractor 20
Is used to calculate the partial remainder used in the next cycle. This partial remainder is selected by the selector 24 and stored in the register 4.

【0033】第3のサイクル以降は、上記した第2のサ
イクルと同じ演算を繰り返す。1サイクル当たり商を2
ビット生成できるので、この演算をn/2サイクル繰り
返すことによりnビットの商を得る。
After the third cycle, the same operation as in the second cycle is repeated. 2 quotients per cycle
Since bits can be generated, this operation is repeated for n / 2 cycles to obtain an n-bit quotient.

【0034】[0034]

【発明が解決しようとする課題】しかしながら、前述し
たような従来の除算器においては、部分剰余を冗長二進
表現で保持するため、演算の基数及び最大デジット数に
応じて商決定に必要となるビット長の部分剰余を、商生
成回路に入力する前に、二補数表現に変換することが必
要とされ、この変換回路の遅延が除算器の遅延を増大さ
せるという問題点を有している。
However, in the conventional divider as described above, since the partial remainder is stored in a redundant binary representation, it is necessary to determine a quotient according to the radix of operation and the maximum number of digits. Before the bit length partial remainder is input to the quotient generation circuit, it needs to be converted into a two's complement representation, and there is a problem that the delay of this conversion circuit increases the delay of the divider.

【0035】従って、本発明は、上記事情に鑑みて為さ
れたものであって、その目的は、高基数減算シフト方式
かつ部分剰余に冗長二進表現を用いる除算において、商
の決定前に必要であった部分剰余の二補数化処理を削減
し、高速化を図る除算器を提供することにある。
Accordingly, the present invention has been made in view of the above circumstances, and an object of the present invention is to provide a high radix subtraction shift method and a division which uses a redundant binary expression for a partial remainder before determining a quotient. It is an object of the present invention to provide a divider which can reduce the two-complement processing of the partial remainder and increase the speed.

【0036】[0036]

【課題を解決するための手段】前記目的を達成するた
め、本発明の除算器は、除数及び被除数及び部分剰余の
全ビットのうち演算の基数及び最大デジット数により定
められるビット長を参照して商を定める高基数型除算器
であって、除数及び部分剰余の二補数で表現された上位
ビットを参照して商を定める商決定手段と、部分剰余に
ついて前記商決定手段に入力される部分のビットのみを
二補数表現で保持し、これ以外のビットは冗長二進表現
で保持する部分剰余保持手段と、前記部分剰余保持手段
から入力された部分剰余を演算の基数により定められる
ビット数だけ上位へシフトするシフタと、冗長二進表現
で保持されている部分剰余のうち前記シフタによりシフ
トされたビット数に相当するビット長部分と、二補数表
現で保持されている部分剰余と、をあわせて二補数表現
へ変換する二補数変換手段と、を備えたことを特徴とし
ている。
To achieve the above object, a divider according to the present invention refers to a bit length defined by a radix of operation and a maximum digit number among all bits of a divisor, a dividend and a partial remainder. A high radix type divider for determining a quotient, wherein a quotient determining means for determining a quotient by referring to higher-order bits expressed by two's complement of a divisor and a partial remainder; Only the bits are held in the two's complement representation, and the other bits are held in the redundant binary representation. The partial remainder holding means, and the partial remainder input from the partial remainder holding means is placed higher by the number of bits determined by the radix of the operation. And a bit length portion corresponding to the number of bits shifted by the shifter in the partial remainder held in redundant binary notation, and held in two's complement notation. And min remainder, a two's complement conversion means for converting to a two's complement representation together, is characterized by comprising a.

【0037】また、本発明においては、前記二補数変換
手段は、前記冗長二進表現で保持されている部分剰余の
うち前記シフタによりシフトされたビット数に相当する
ビット長部分について、冗長二進表現の'1'のビットを
二進表現の'1'とし、冗長二進表現の'0'及び'-1'を二進
表現の'0'とする正ビットと、冗長二進表現の'-1'のビ
ットを二進表現の'1'とし、冗長二進表現の'0'及び'1'
を二進表現の'0'とする負ビットとに分離する正ビット
/負ビット分離器と、前記正ビットから負ビットを減算
して二補数を出力する第1の減算器と、前記二補数表現
で保持されている部分剰余の上位ビットから'1'を減算
する第2の減算器と、前記第1の減算器の出力が負の場
合前記第2の減算器の出力を選択し、前記第1の減算器
の出力が正の場合前記二補数表現で保持されている部分
剰余の上位ビットを選択するセレクタと、を備えたこと
を特徴としている。
Further, in the present invention, the two's complement conversion means may perform a redundant binary conversion on a bit length portion corresponding to the number of bits shifted by the shifter in the partial remainder held in the redundant binary representation. The positive bit which makes the bit of the expression '1' a binary expression '1', the redundant binary expression '0' and '-1' the binary expression '0', and the redundant binary expression ' The bits of -1 are represented by binary representations of '1', and redundant binary representations of '0' and '1'
Positive / negative bit separator that separates a negative bit from the positive bit and outputs a two's complement number, and the two's complement number A second subtractor for subtracting '1' from the upper bits of the partial remainder held in the expression, and an output of the second subtractor if the output of the first subtractor is negative, A selector for selecting an upper bit of a partial remainder held in the two's complement expression when an output of the first subtractor is positive.

【0038】[0038]

【作用】本発明の除算器によれば、演算途中で生成され
る部分剰余を全て冗長二進表現で保持するのではなく、
部分剰余の全ビット数のうち、演算の基数及び最大デジ
ット数に応じて商決定に必要となるビット長の部分剰余
を、二補数表現として保持し、それ以外の部分剰余を冗
長二進表現として保持する。
According to the divider of the present invention, all the partial remainders generated during the operation are not held in the redundant binary representation,
Of the total number of bits of the partial remainder, the partial remainder of the bit length required for quotient determination according to the radix of operation and the maximum number of digits is held as a two's complement representation, and the other partial remainder is represented as a redundant binary representation. Hold.

【0039】本発明によれば、商生成回路の入力前段に
おいて、部分剰余の商決定に必要な上位ビットを、冗長
二進表現から二補数表現へ変換することの必要性が無く
なり、このため、商決定において、上記従来の除算器に
おいて必要とされた、商生成回路前段の二補数変換回路
を省くことにより、高速化を実現するようにしたもので
ある。
According to the present invention, at the input stage of the quotient generation circuit, it is not necessary to convert the upper bits necessary for determining the quotient of the partial remainder from the redundant binary representation to the two's complement representation. In the quotient determination, a high-speed operation is realized by omitting the two-complement conversion circuit preceding the quotient generation circuit, which is required in the above-mentioned conventional divider.

【0040】[0040]

【発明の実施の形態】本発明の実施の形態について図面
を参照して以下に説明する。図1は、本発明の第1の実
施形態の構成を示すブロック図である。本実施形態で
は、演算の基数が4、デジット集合が{-2,-1,0,1,
2}、除数、及び被除数がnビット長小数で、演算アル
ゴリズムに拡張SRT除算アルゴリズムを用いた除算の場
合について説明する。また、冗長二進表現の各デジット
は、{-1,0,1}={(11),(00),(01)}というビット列で
表す。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of the first exemplary embodiment of the present invention. In the present embodiment, the radix of the operation is 4, and the digit set is {-2, -1,0,1,
2}, the case where the divisor and the dividend are n-bit decimal numbers and the division is performed using the extended SRT division algorithm as the operation algorithm will be described. Each digit in the redundant binary representation is represented by a bit string of {-1, 0, 1} = {(11), (00), (01)}.

【0041】図1において、1は除数を保持するレジス
タ(除数レジスタ)、2は商決定に必要となる部分剰余
の上位ビットを二補数表現で保持するレジスタ(部分剰
余上位レジスタ)、3はブロック2で保持される部分剰
余上位ビット以外の下位ビットを冗長二進表現で保持す
るレジスタ(部分剰余下位レジスタ)、16は冗長二進
表現の商を保持するレジスタ(商レジスタ)をそれぞれ
示している。また5は商を決定する回路(商生成回
路)、8、9はそれぞれ部分剰余の上位ビット/下位ビ
ットを2ビット左シフトするシフタをそれぞれ示してい
る。そして、11、12、14はそれぞれ除数の−1倍
数、−2倍数、2倍数を発生する倍数発生回路を示して
いる。さらに、21は除数の倍数セレクタであり、除数
の倍数発生器11、12、14で生成された除数の倍数
及び'0'の中から商生成回路5の結果に従いいずれか一
つの倍数を選択する。
In FIG. 1, 1 is a register for holding a divisor (divisor register), 2 is a register for holding upper bits of a partial remainder required for quotient determination in a two's complement representation (partial higher register), and 3 is a block A register (partial remainder lower register) for holding lower bits other than a partial remainder upper bit held in 2 in a redundant binary expression, and 16 is a register (quotient register) for holding a quotient in a redundant binary expression. . Reference numeral 5 denotes a circuit for determining a quotient (quotient generation circuit), and reference numerals 8 and 9 denote shifters for shifting upper bits / lower bits of the partial remainder by two bits to the left. Reference numerals 11, 12, and 14 denote multiple generation circuits for generating -1 multiples, -2 multiples, and 2 multiples of the divisor, respectively. Further, reference numeral 21 denotes a divisor multiple selector, which selects any one of the divisor multiples generated by the divisor multiple generators 11, 12 and 14 and '0' according to the result of the quotient generation circuit 5. .

【0042】また、図1において、6は二補数変換回路
であり、シフタ9の出力の冗長二進表現の部分剰余の上
位2ビットを取り出し、これと部分剰余上位レジスタ2
に保持されている二補数表現の部分剰余の上位ビットと
をあわせて二補数へ変換する回路である。18、19は
部分剰余から選択された除数の倍数の減算をそれぞれ実
行する減算器(部分剰余上位生成二補数減算器、部分剰
余下位生成二補数減算器)であるが、部分剰余上位生成
二補数減算器18は二補数表現の上位ビットを減算入力
の一方とする桁上げ伝搬減算器であるのに対して、部分
剰余下位生成二補数減算器19は冗長二進表現の下位ビ
ットを減算入力の一方とする冗長二進減算器である。
In FIG. 1, reference numeral 6 denotes a two's complement conversion circuit for extracting the upper two bits of the partial remainder of the redundant binary representation of the output of the shifter 9,
This is a circuit for converting the two bits into the two's complement number together with the upper bits of the partial remainder of the two's complement expression held in. Numerals 18 and 19 denote subtracters (partial remainder higher generation two's complement subtractor and partial remainder lower generation two's complement subtractor) for respectively performing a subtraction of a multiple of the divisor selected from the partial remainder. The subtractor 18 is a carry propagation subtractor in which the upper bit of the two's complement representation is used as one of the subtraction inputs, while the partial remainder lower generation two's complement subtractor 19 subtracts the lower bits of the redundant binary representation into the subtraction input. One is a redundant binary subtractor.

【0043】さらに、図1において、22、23は部分
剰余について、外部からの入力と内部で発生した部分剰
余のいずれかを選択するセレクタであり、セレクタ22
は二補数表現の上位ビットに対応し、セレクタ23は冗
長二進表現の下位ビットに各々対応する。また、30は
冗長二進表現で保持されている商を正部分商と負部分商
に分離する正ビット/負ビット分離器であり、31は正
部分商から負部分商を減算することで二補数表現の商を
求める二補数化加算器である。
Further, in FIG. 1, reference numerals 22 and 23 denote selectors for selecting either an external input or an internally generated partial remainder for the partial remainder.
Corresponds to the upper bits of the two's complement representation, and the selector 23 corresponds to the lower bits of the redundant binary representation, respectively. A positive / negative bit separator 30 separates a quotient held in redundant binary representation into a positive partial quotient and a negative partial quotient, and 31 subtracts a negative partial quotient from the positive partial quotient. This is a two's complement adder for finding the quotient of the complement representation.

【0044】次に、本実施形態の除算器の動作について
説明する。
Next, the operation of the divider of this embodiment will be described.

【0045】第1のサイクルで正規化された除数D及び
被除数R(0)が入力され、各々除数レジスタ1、部分
剰余上位レジスタ2、部分剰余下位レジスタ3に格納さ
れる。
The divisor D and dividend R (0) normalized in the first cycle are input and stored in the divisor register 1, the partial remainder upper register 2, and the partial remainder lower register 3, respectively.

【0046】第2のサイクルで一回目の除算が実行され
る。まず、除算レジスタ1に格納された除数のMSBを
除く上位4ビット(正規化によりMSBは必ず1である
ことが分かっているので参照しない)と、部分剰余上位
レジスタ2に保持された7ビットを参照し、商生成回路
5にて一回目の商を生成する。
The first division is performed in the second cycle. First, the upper 4 bits excluding the MSB of the divisor stored in the division register 1 (the MSB is always known to be 1 by normalization, so it is not referred to) and the 7 bits held in the partial remainder upper register 2 Referring to the quotient generation circuit 5, the first quotient is generated.

【0047】次に、生成した商の値により、予め除数の
倍数発生回路11、12、14にて生成しておいた除数
の倍数の中から商の値に対応する除数の倍数を除数セレ
クタ21にて選択し、減算器18、19へ送出する。ま
た、商は商レジスタ16へ格納される。
Next, based on the generated quotient value, the divisor selector 21 selects a divisor multiple corresponding to the quotient value from among divisors previously generated by the divisor multiple generation circuits 11, 12, and 14. And sends it to the subtractors 18 and 19. The quotient is stored in the quotient register 16.

【0048】以上の商生成、除数の倍数生成、除数の倍
数選択の動作と平行して、部分剰余の2ビットの左シフ
トを行うが、部分剰余下位レジスタ3に保持された冗長
二進表現の下位ビットから部分剰余上位レジスタ2に保
持された二補数表現の上位ビットへシフトによる桁あふ
れ入力が発生する。
In parallel with the above operations of quotient generation, divisor multiple generation, and divisor multiple selection, a two-bit left shift of the partial remainder is performed. Overflow input occurs due to shifting from the lower bits to the upper bits of the two's complement representation held in the partial remainder upper register 2.

【0049】上位ビットへ入力される2ビットについて
は二補数表現へ変換するが、この時上位ビットに対して
桁借りが発生することがあり、桁借りが発生した場合は
上位ビットのLSBより1を減ずる。
The two bits input to the upper bits are converted into the two's complement representation. At this time, the upper bits may be borrowed. Reduce.

【0050】二補数変換回路6は上述の、シフトによる
桁あふれの下位2ビットを二補数表現へ変換と、変換時
発生する桁借りによる減算を行う。
The two's complement conversion circuit 6 converts the lower two bits of the overflow caused by the shift into the two's complement representation, and performs the subtraction by borrowing generated during the conversion.

【0051】図2に、二補数変換回路6の構成をブロッ
ク図にて示す。図2において、301はシフトにより発
生した、冗長二進表現の桁あふれビットについて、'1'
のビットを二進表現の'1'とし、それ以外のビット、す
なわち冗長二進表現の'0'及び'-1'を、二進表現の'0'と
する正ビット列と、'-1'のビットを二進表現の'1'と
し、それ以外のビット、すなわち冗長二進表現の'0'及
び'1'を、二進表現の'0'とする負ビット列とに分離する
分離器(正ビット/負ビット分離器)であり、302は
分離した正ビットから負ビットを減じて二補数表現へ変
換する2ビット減算器である。303は二補数表現の部
分剰余上位ビットのLSBから'1'を減ずる減算器(7
ビット減算器)であり、304は7ビット減算器303
の減算出力と二補数表現の部分剰余上位ビットのいずれ
かを2ビット減算器302の桁借り出力により選択する
セレクタである。
FIG. 2 is a block diagram showing the configuration of the two's complement conversion circuit 6. In FIG. 2, reference numeral 301 denotes “1” for an overflow bit in a redundant binary expression generated by a shift.
A positive bit string in which bits of the binary representation are '1' and the other bits, that is, '0' and '-1' of the redundant binary representation are '0' of the binary representation, and '-1' Of the binary representation of “1” and the other bits, that is, the redundant binary representation of “0” and “1”, into a negative bit sequence of binary representation of “0” ( A positive / negative bit separator) 302 is a two-bit subtractor that subtracts the negative bit from the separated positive bit and converts it into a two's complement representation. Reference numeral 303 denotes a subtractor (7) for subtracting '1' from the LSB of the partial remainder upper bit in the two's complement representation.
304 is a 7-bit subtractor 303
And a selector for selecting one of the subtraction output of the two bits and the partial upper bits of the two-complement representation by the borrow output of the two-bit subtractor 302.

【0052】この二補数変換回路の動作を説明する。シ
フト動作により桁あふれした部分剰余下位ビットの上位
2ビットが、図2に示す二補数変換回路に入力され、正
ビット/負ビット分離器301により、正ビットと負ビ
ットに分離され、2ビット減算器302へ入力されて減
算が行われ二補数に変換される。
The operation of the two's complement conversion circuit will be described. The upper two bits of the partial remainder lower bit overflowed by the shift operation are input to the two's complement conversion circuit shown in FIG. 2 and separated into a positive bit and a negative bit by a positive / negative bit separator 301, and subtracted by two bits. The signal is input to the unit 302 and subtraction is performed to convert it to two's complement.

【0053】桁あふれ入力の2ビットが負の値をとる場
合、桁借りが発生し、セレクタ304へ伝達される。こ
れらの動作と平行して、二補数表現の上位7ビットが7
ビット減算器303へ入力され、LSBより'1'が減算
される。
When two bits of the overflow input take a negative value, a borrow occurs and is transmitted to the selector 304. In parallel with these operations, the upper 7 bits of the two's complement representation are 7 bits.
The signal is input to the bit subtractor 303, and '1' is subtracted from the LSB.

【0054】2ビット減算器302の桁借り出力が'1'
(桁借りあり)の場合には、セレクタ304の出力とし
て7ビット減算器303の出力が選択され、'0'(桁借
り無し)の場合には、セレクタ304の出力として二補
数変換器へ入力された二補数表現の上位7ビットがその
まま選択される。
The borrow output of the 2-bit subtractor 302 is "1".
In the case of (with borrowing), the output of the 7-bit subtractor 303 is selected as the output of the selector 304. In the case of '0' (without borrowing), the output of the selector 304 is input to the two's complement converter. The upper 7 bits of the represented two's complement representation are selected as they are.

【0055】以上の動作により、シフトによる桁あふれ
の下位にビットの二補数表現への変換と、変換時に発生
する減算が実行される。
By the above operation, the conversion of the lower bits of the overflow due to the shift to the two's complement representation and the subtraction that occurs during the conversion are executed.

【0056】最後に、部分剰余上位生成二補数減算器1
8と部分剰余下位生成冗長二進減算器19により、次の
サイクルで用いられる部分剰余が算出される。この部分
剰余は、二補数表現の上位ビットと冗長二進表現の下位
ビットそれぞれが、セレクタ22及び23により選択さ
れ、部分剰余上位レジスタ2及び部分剰余下位レジスタ
3に格納される。
Finally, the partial remainder high-order two's complement subtractor 1
8 and the partial remainder lower generation redundant binary subtractor 19 calculate the partial remainder used in the next cycle. The upper bits of the two-complement representation and the lower bits of the redundant binary representation are selected by selectors 22 and 23, respectively, and are stored in partial remainder upper register 2 and partial remainder lower register 3.

【0057】第3のサイクル以降は、上位第2のサイク
ルと同じ演算を繰り返す。1サイクル当たり商を2ビッ
ト生成できるので、この演算をn/2サイクル繰り返す
ことでnビットの商を得る。
After the third cycle, the same operation as in the upper second cycle is repeated. Since two bits can be generated per cycle, this operation is repeated n / 2 cycles to obtain an n-bit quotient.

【0058】本実施形態は、図3に示した従来の除算器
と比較すると、商生成回路5の前段に設けられていた部
分剰余の上位ビットの通常数変換回路を削減することが
できるため、演算を高速に実行できることになる。ま
た、本実施形態のような構成を用いた場合、上位ビット
については冗長二進減算器ではなく、通常の桁上げ伝搬
の起こる減算器を用いる必要があり、桁上げ伝搬のため
に、冗長二進表現を用いた減算器より遅延が増大する。
しかしながら、ビット長が7ビットと短く、平行して下
位ビットの冗長二進減算が実行されることから、遅延増
分は、(上位ビット減算処理時間)−(下位ビット冗長
二進減算処理)となる。
In the present embodiment, as compared with the conventional divider shown in FIG. 3, the ordinary number conversion circuit for the upper bits of the partial remainder provided at the previous stage of the quotient generation circuit 5 can be reduced. The operation can be performed at high speed. In addition, when the configuration as in the present embodiment is used, it is necessary to use not a redundant binary subtractor but a subtracter that causes normal carry propagation for the upper bits. The delay is greater than that of a subtractor using a hexadecimal expression.
However, since the bit length is as short as 7 bits and the redundant binary subtraction of the lower bits is performed in parallel, the delay increment is (upper bit subtraction processing time)-(lower bit redundant binary subtraction processing). .

【0059】これに対して、上記従来の除算器の場合、
上位ビットの二補数変換処理は、(正ビット/負ビット
分離)+(減算処理)となり、本実施形態の除算器と比
べ、遅延が非常に大きい。
On the other hand, in the case of the above conventional divider,
The two-complement conversion processing of the upper bits is (positive bit / negative bit separation) + (subtraction processing), and the delay is much larger than that of the divider of the present embodiment.

【0060】[0060]

【発明の効果】以上説明したように、本発明の除算器に
よれば、通常の減算器では部分剰余を全て冗長二進表現
で保持するのに対して、商決定に必要になるビット長の
部分剰余の上位ビットのみ二補数表現で保持している。
このため、商生成前の部分剰余の二補数化処理を省くこ
とができ、除算の各サイクルでの高速化を実現すること
ができるという効果を有する。
As described above, according to the divider of the present invention, while the ordinary subtractor holds all the partial remainders in the redundant binary representation, the bit length required for determining the quotient is determined. Only the upper bits of the partial remainder are stored in two's complement representation.
For this reason, it is possible to omit the two-complement process of the partial remainder before the quotient generation, and to achieve an effect of realizing high speed in each cycle of division.

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

【図1】本発明の一実施形態の構成を示す図であり、減
算シフト型減算器を示すブロック図である。
FIG. 1 is a diagram showing a configuration of an embodiment of the present invention, and is a block diagram showing a subtraction shift type subtractor.

【図2】本発明の一実施形態における通常数変換回路で
ある。
FIG. 2 is an ordinary number conversion circuit according to an embodiment of the present invention.

【図3】従来方式による基数rの減算シフト型除算器の
構成の一例を示す図である。
FIG. 3 is a diagram showing an example of a configuration of a radix-r subtraction shift type divider according to a conventional method.

【図4】従来の通常数変換回路の構成を示す図である。FIG. 4 is a diagram showing a configuration of a conventional ordinary number conversion circuit.

【符号の説明】 1 除数レジスタ 2 部分剰余上位レジスタ 3 部分剰余下位レジスタ 4 部分剰余レジスタ 5 商生成回路 6 二補数変換回路 8 2ビットシフタ 9 2ビットシフタ 10 2ビットシフタ 11 除数の−1倍数発生回路 12 除数の−2倍数発生回路 14 除数の2倍数発生回路 16 商レジスタ 18 部分剰余上位生成二補数減算器 19 部分剰余下位生成冗長二進減算器 20 部分剰余生成冗長二進減算器 21 除数倍数選択セレクタ 22 部分剰余上位選択セレクタ 23 部分剰余下位選択セレクタ 24 部分剰余選択セレクタ 25 二補数変換回路 30 正ビット/負ビット分離器 31 商二補数化加算器 301 正ビット/負ビット分離器 302 2ビット減算器 303 7ビット減算器 304 部分剰余上位選択セレクタ 401 正ビット/負ビット分離器 402 7ビット減算器[Description of Signs] 1 divisor register 2 partial remainder upper register 3 partial remainder lower register 4 partial remainder register 5 quotient generation circuit 6 two's complement conversion circuit 8 2 bit shifter 9 2 bit shifter 10 2 bit shifter 11 divisor -1 multiple generation circuit 12 divisor 14 Doubler generator for divisor 16 Quotient register 18 Partial remainder higher generation two's complement subtractor 19 Partial remainder lower generation redundant binary subtractor 20 Partial remainder generation redundant binary subtractor 21 Divisor multiple selection selector 22 Partial remainder upper selection selector 23 Partial remainder lower selection selector 24 Partial remainder selection selector 25 Two's complement conversion circuit 30 Positive / negative bit separator 31 Quotient two's complement adder 301 Positive / negative bit separator 302 Two-bit subtractor 303 7-bit subtractor 304 Partial remainder higher-order selector 401 Positive / negative bit separator 402 7-bit subtractor

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】除数及び被除数及び部分剰余の全ビットの
うち演算の基数及び最大デジット数により定められるビ
ット長を参照して商を定める高基数型除算器であって、 除数及び部分剰余の二補数で表現された上位ビットを参
照して商を定める商決定手段と、 部分剰余について、前記商決定手段に入力される部分の
ビットのみを二補数表現で保持し、これ以外のビットは
冗長二進表現で保持する部分剰余保持手段と、 前記部分剰余保持手段から入力された部分剰余を演算の
基数により定められるビット数だけ上位へシフトするシ
フタと、 冗長二進表現で保持されている部分剰余のうち、前記シ
フタによりシフトされたビット数に相当するビット長部
分と、二補数表現で保持されている部分剰余と、をあわ
せて二補数表現へ変換する二補数変換手段と、 を備えたことを特徴とする除算器。
1. A high radix type divider for determining a quotient by referring to a bit length determined by a radix of operation and a maximum digit number among all bits of a divisor, a dividend, and a partial remainder, wherein the divisor and the partial remainder are divided by two. Quotient determining means for determining the quotient by referring to the higher-order bits represented by the complement, and for the partial remainder, only the bits of the part input to the quotient determining means are held in the two's complement representation, and the other bits are redundant binary. A partial remainder holding means for holding in a binary representation, a shifter for shifting a partial remainder input from the partial remainder holding means upward by a number of bits determined by a radix of an operation, and a partial remainder held in a redundant binary representation A two-complement conversion that converts a bit length portion corresponding to the number of bits shifted by the shifter and a partial remainder held in a two-complement expression into a two-complement expression. Means, and a divider.
【請求項2】前記二補数変換手段が、 前記冗長二進表現で保持されている部分剰余のうち前記
シフタによりシフトされたビット数に相当するビット長
部分について、冗長二進表現の'1'のビットを二進表現
の'1'とし、冗長二進表現の'0'及び'-1'を二進表現の'
0'とする正ビットと、冗長二進表現の'-1'のビットを二
進表現の'1'とし、冗長二進表現の'0'及び'1'を二進表
現の'0'とする負ビットとに分離する正ビット/負ビッ
ト分離器と、 前記正ビットから負ビットを減算して二補数を出力する
第1の減算器と、 前記二補数表現で保持されている部分剰余の上位ビット
から'1'を減算する第2の減算器と、 前記第1の減算器の出力が負の場合前記第2の減算器の
出力を選択し、前記第1の減算器の出力が正の場合前記
二補数表現で保持されている部分剰余の上位ビットを選
択するセレクタと、 を備えたことを特徴とする請求項1記載の除算器。
2. The two-complement conversion means, for a bit length portion corresponding to the number of bits shifted by the shifter in the partial remainder held in the redundant binary representation, converts the partial remainder to "1" in the redundant binary representation. Is the binary representation of '1' and the redundant binary representations '0' and '-1' are
The positive bit to be 0 and the bit of -1 in the redundant binary representation are set to '1' in the binary representation, and '0' and '1' in the redundant binary representation are set to '0' in the binary representation. A positive / negative bit separator that separates the positive bit from the negative bit, a first subtractor that outputs a two's complement by subtracting the negative bit from the positive bit, and a partial remainder held in the two's complement representation. A second subtractor for subtracting '1' from the upper bit; and if the output of the first subtractor is negative, the output of the second subtractor is selected, and the output of the first subtractor is positive. 2. The divider according to claim 1, further comprising: a selector for selecting an upper bit of a partial remainder held in the two's complement expression.
JP8049648A 1996-02-14 1996-02-14 Divider Expired - Fee Related JP2795253B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8049648A JP2795253B2 (en) 1996-02-14 1996-02-14 Divider

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8049648A JP2795253B2 (en) 1996-02-14 1996-02-14 Divider

Publications (2)

Publication Number Publication Date
JPH09222993A JPH09222993A (en) 1997-08-26
JP2795253B2 true JP2795253B2 (en) 1998-09-10

Family

ID=12837028

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8049648A Expired - Fee Related JP2795253B2 (en) 1996-02-14 1996-02-14 Divider

Country Status (1)

Country Link
JP (1) JP2795253B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7036075B2 (en) * 2019-03-26 2022-03-15 日本電産株式会社 Integer divider and motor controller
CN113467752B (en) * 2021-05-31 2022-02-22 深圳致星科技有限公司 Division operation device, data processing system and method for private calculation

Also Published As

Publication number Publication date
JPH09222993A (en) 1997-08-26

Similar Documents

Publication Publication Date Title
US4939686A (en) Method and apparatus for shared radix 4 division and radix 4 square root
US5222037A (en) Floating-point processor for performing an arithmetic operation on fixed-point part data with high speed rounding of a result
US7188133B2 (en) Floating point number storage method and floating point arithmetic device
KR20010014992A (en) Divider and method with high radix
KR100756137B1 (en) Division and square root arithmetic unit
JP2835153B2 (en) High radix divider
KR100465371B1 (en) apparatus and method for design of the floating point ALU performing addition and round operations in parallel
JP2585649B2 (en) Division circuit
JP3551113B2 (en) Divider
JP2005018759A (en) Method and apparatus for implementing power of two floating point estimation
JP2608165B2 (en) Method and apparatus for multiplying a real-time two&#39;s complement code in a digital signal processing system
JP3003467B2 (en) Arithmetic unit
JP2795253B2 (en) Divider
JP4279626B2 (en) Remainder calculation system, scaling calculator, scaling calculation method, program thereof and recording medium
KR19980082906A (en) How to Convert Floating-Point Numbers to Integer Types
KR19990074385A (en) Apparatus and method for simultaneously performing rounding and addition in a floating-point multiplier
KR100403374B1 (en) Table Lookup Based Phase Calculator with Normalization of Input Operands for High-Speed Communication
JP2645422B2 (en) Floating point processor
JPH086766A (en) Sine and cosine arithmetic device
JP2803506B2 (en) Divider
JP2000010763A (en) Division circuit
JP4163967B2 (en) Floating point arithmetic unit
JPH0778724B2 (en) Divider
JP2796063B2 (en) Mathematical function operation device using table information
US8489664B2 (en) Single clock cycle first order limited accumulator for supplying weighted corrections

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: 19980526

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

Free format text: PAYMENT UNTIL: 20080626

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090626

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100626

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20100626

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110626

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees