JP2777265B2 - High radix square root arithmetic unit - Google Patents

High radix square root arithmetic unit

Info

Publication number
JP2777265B2
JP2777265B2 JP11953490A JP11953490A JP2777265B2 JP 2777265 B2 JP2777265 B2 JP 2777265B2 JP 11953490 A JP11953490 A JP 11953490A JP 11953490 A JP11953490 A JP 11953490A JP 2777265 B2 JP2777265 B2 JP 2777265B2
Authority
JP
Japan
Prior art keywords
square root
residual
approximate value
register
partial quotient
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
JP11953490A
Other languages
Japanese (ja)
Other versions
JPH0415822A (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.)
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 JP11953490A priority Critical patent/JP2777265B2/en
Publication of JPH0415822A publication Critical patent/JPH0415822A/en
Application granted granted Critical
Publication of JP2777265B2 publication Critical patent/JP2777265B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔目次〕 概要 産業上の利用分野 従来の技術(第3図、第4図) 発明が解決しようとする課題 課題を解決するための手段(第1図) 作用 実施例(第2図) 発明の効果 〔概要〕 高基数開平演算装置に関し、 高速で開平演算処理ができるようにすることを目的と
し、 最上位ビットより始めて、加減算及びシフトを繰り返
すことにより、順次下位ビットを求めていく、減算シフ
ト型の開平方式を用いて高基数の開平演算処理を行う高
基数開平演算装置において、答の近似値aを入れるレジ
スタと、残余Rを入れるレジスタと、近似値a及び残余
Rを入力し、部分商予測によって予測値rを求める部分
商予測器と、近似値a及び求めた予測値rを入力して加
算処理を行い、新たな近似値を求める加算器と、残余
R、近似値a、及び求めた予測値rを入力し、新たな残
余を計算して求める残余計算部とを設け、1回の加算
と、1回の部分商予測と、残余計算部の1マシンサイク
ル中に、平方根のn(n≧2)ビットが求められるよう
に構成する。
[Contents] Outline Industrial application field Conventional technology (FIGS. 3 and 4) Problems to be Solved by the Invention Means for Solving the Problems (FIG. 1) Action Embodiment (FIG. 2) Effects of the Invention [Overview] A high radix square root arithmetic unit is intended to enable high-speed square root arithmetic processing. In a high-radix square root arithmetic device that performs high-radix square root arithmetic processing using a subtraction shift type square root method, a register that stores the approximate value a of the answer, a register that stores the residual R, and an approximate value a and A partial quotient predictor that inputs a residual R and obtains a predicted value r by partial quotient prediction; an adder that inputs an approximate value a and the calculated predicted value r and performs an addition process to obtain a new approximate value; R, approximate value a and the calculated prediction value r are input, and a residue calculation unit for calculating and calculating a new residue is provided. One addition, one partial quotient prediction, and one machine cycle of the residue calculation unit are performed. , N (n ≧ 2) bits of the square root.

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

本発明は高基数開平演算装置に関し、更に詳しく言え
ば、ディジタル計算機において用いられ、特に、平方根
を求める演算を高速化した高基数開平演算装置に関す
る。
The present invention relates to a high radix square root arithmetic unit, and more particularly, to a high radix square root arithmetic unit used in a digital computer, and more particularly, to a high-speed square root calculation.

〔従来の技術〕[Conventional technology]

第3図は従来例の構成図、第4図は従来例の処理フロ
ーチャートである。図中、1はセレクタ、2、3はレジ
スタ、4はCSA(桁上げ保存加算器)、5は加算器を示
す。なお、第4図の処理番号はカッコ内に示す。
FIG. 3 is a block diagram of the conventional example, and FIG. 4 is a processing flowchart of the conventional example. In the figure, 1 is a selector, 2 and 3 are registers, 4 is a CSA (carry-save adder), and 5 is an adder. The processing numbers in FIG. 4 are shown in parentheses.

従来、ディジタル計算機において、開平演算は、基本
的な演算であり、技術計算では頻繁に使用されている。
2. Description of the Related Art Conventionally, in a digital computer, a square root operation is a basic operation, and is frequently used in technical calculations.

上記の開平演算の内、従来用いられていた減算シフト
型の開平法の基本的なアルゴリズムは、次のようなもの
である。
Among the above square root operations, the basic algorithm of the subtraction shift type square root method used conventionally is as follows.

今、2進数で表わされる正の数Xの平方根を求めたい
とする。この場合適切なシフトによって、予め1≦X<
4となるようにしておく。
Now, it is assumed that a square root of a positive number X represented by a binary number is to be obtained. In this case, with an appropriate shift, 1 ≦ X <
4 is set.

ここで先ず、 の最初の1ビットの近似値として無条件にa=1をと
る。この時、 a2≦X<(a+1) ……(1) が成り立っている。
Here, first, A = 1 unconditionally as an approximation of the first one bit of. At this time, a 2 ≦ X <(a + 1) 2 (1) holds.

また、残余RをX−a2として定義しておく。Also, it is defined residual R as X-a 2.

次に、Kビットの近似値aが得られていて、式(1)
が成り立っている時、次のようにしてK+1ビットの近
似値a1と対応する残余R1を求める。但し、Xでなく4Xの
平方根を求めても同じことなので、こちらで考える。つ
まり、 a1 2≦4X<(a1+1)を満たすa1を求める。式(1)
より、 (2a)≦4X<(2a+2) ……(2) が成り立っているから、a1、R1の取り方としては、 4X<(2a+1)なら、 a1=2a、R1=4Rとして、 (2a+1)≦4Xなら、 a1=2a+1、R1=4X−(2a+1)= 4R−4a−1 とすればよい。上記の処理を繰り返して行うことにより
平方根が得られる。
Next, an approximate value a of K bits is obtained, and the equation (1) is obtained.
When is composed, obtaining the residual R 1 which in the following manner corresponding to the approximate value a 1 of K + 1 bits. However, it is the same even if the square root of 4X is obtained instead of X, so it is considered here. That is, obtaining the a 1 satisfying a 1 2 ≦ 4X <(a 1 +1) 2. Equation (1)
More, (2a) from 2 ≦ 4X <(2a + 2 ) 2 ...... (2) is made up, as a way of taking a 1, R 1, if 4X <(2a + 1) 2 , a 1 = 2a, R 1 Assuming that (2a + 1) 2 ≦ 4X, a 1 = 2a + 1 and R 1 = 4X− (2a + 1) 2 = 4R−4a−1. A square root is obtained by repeatedly performing the above processing.

上記アルゴリズムに基づく処理は次のようにして行わ
れる。
Processing based on the above algorithm is performed as follows.

処理装置としては、第3図に示したように、セレクタ
1、レジスタ2、3、CSA4、加算器5によって構成され
る。上記セレクタ1では、加算器5からの符号出力をセ
レクト信号とし、4R、または4R−4a−1のいずれか一方
を選択する。また、レジスタ2は、残余Rを格納するレ
ジスタであり、レジスタ3は近似値aを格納するレジス
タである。
The processing device includes a selector 1, registers 2, 3, CSA4, and an adder 5, as shown in FIG. The selector 1 uses the code output from the adder 5 as a select signal, and selects either 4R or 4R-4a-1. The register 2 is a register for storing the residual R, and the register 3 is a register for storing the approximate value a.

上記処理装置による開平処理は、第4図に示したよう
に、先ず、a=1、R=X−a2とする(100)。
No. processing by the processing device, as shown in FIG. 4, first, an a = 1, R = X- a 2 (100).

次に、4X<(2a+1)であれば、(101)、a1=2
a、R1=4Rとする(102)が、もし4X(2a+1)ならば
(101)、a1=2a+1、R1=4X−(2a+1)=4R−4a
−1とする(103)。
Then, if the 4X <(2a + 1) 2 , (101), a 1 = 2
a, and R 1 = 4R (102), but if 4X (2a + 1) 2 if (101), a 1 = 2a + 1, R 1 = 4X- (2a + 1) 2 = 4R-4a
-1 (103).

このような処理(101)〜(103)をm回繰り返すと、
mビットの平方根が得られる。
When such processes (101) to (103) are repeated m times,
The square root of m bits is obtained.

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

上記のような従来のものにおいては次のような欠点が
あった。
The prior art as described above has the following disadvantages.

即ち、上記従来例で示した処理(101)〜(103)の主
要な演算は、4R−4a−1を求めることである。
That is, the main operation of the processes (101) to (103) shown in the above conventional example is to find 4R-4a-1.

これは、ハードウェア的に、1回の減算と、CSA1段で
実現できるので、常識的な1マシンサイクル中に容易に
納まる。しかし、1サイクルに1ビットしか結果が得ら
れないため、開平演算処理が遅くなる欠点があった。
Since this can be realized by one subtraction and one CSA stage in hardware, it can be easily accommodated in one common machine cycle. However, since only one bit can be obtained in one cycle, there is a disadvantage that the square root calculation processing is slow.

本発明は、このような従来の欠点を解消し、高速で開
平演算処理ができるようにすることを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to solve such a conventional disadvantage and to enable a square root arithmetic processing to be performed at high speed.

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

第1図は本発明の原理図であり、図中、10、11はレジ
スタ、12は部分商予測器、13は残余計算部、14は加算器
を示す。
FIG. 1 is a diagram showing the principle of the present invention. In the drawing, reference numerals 10 and 11 denote registers, 12 denotes a partial quotient predictor, 13 denotes a residual calculator, and 14 denotes an adder.

本発明は、上記の目的を達成するため、最上位ビット
より始めて加減算及びシフトを繰り返すことにより、順
次下位ビットを求めていく、減算シフト型の開平方式を
用いて高基数の開平演算処理を行う高基数開平演算装置
において、 答の近似値aを入れるレジスタ10と、残余Rを入れる
レジスタ11と、上記近似値a及び残余Rを入力し、部分
商予測によって予測値rを求める部分商予測器12と、上
記近似値a及び求めた予測値rを入力して加算処理を行
い、新たな近似値 を求める加算器14と、上記残余R、近似値a、及び求め
た予測値rを入力し、新たな残余 を計算して求める残余計算部13とを設け、 1回の加算と、1回の部分商予測と、残余計算部13の
1マシンサイクル中に、平方根のn(n≧2)ビットが
求められるようにしたものである(ただしN=2n)。
In order to achieve the above object, the present invention performs high radix square root arithmetic processing using a subtraction shift type square root method in which the lower bits are sequentially obtained by repeating addition, subtraction and shift starting from the most significant bit. In a high radix square root arithmetic device, a register 10 for entering an approximate value a of a response, a register 11 for entering a residual R, and a partial quotient estimator for inputting the approximate value a and the residual R to obtain a predicted value r by partial quotient prediction 12 and the above approximate value a and the predicted value r are input to perform addition processing to obtain a new approximate value. , And the residual R, the approximate value a, and the calculated predicted value r, and a new residual And a residual calculation unit 13 for calculating the following is obtained. One addition, one partial quotient prediction, and n (n ≧ 2) bits of the square root are obtained in one machine cycle of the residual calculation unit 13. (However, N = 2 n ).

〔作用〕[Action]

本発明は上記のように構成したので、次のような作用
がある。
Since the present invention is configured as described above, the following operation is provided.

最初に前処理として、答えの近似値a及び残余Rを求
めて、レジスタ10及びレジスタ11にそれぞれの値を入れ
ておく。
First, as preprocessing, an approximate value a and a residual R of the answer are obtained, and the respective values are stored in the registers 10 and 11.

次に、本処理として、次の(1)〜(3)の処理をm
回繰り返して行う。
Next, as the main process, the following processes (1) to (3) are performed by m
Repeat several times.

(1) レジスタ10内の近似値aと、レジスタ11内の残
余Rを、部分商予測器12に入力し、予測値rを求める。
(1) The approximate value a in the register 10 and the residual R in the register 11 are input to the partial quotient predictor 12 to obtain a predicted value r.

(2) レジスタ11内の残余Rと、レジスタ10内の近似
値aと、上記部分商予測器12で求めた予測値rを、残余
計算部13に入力して、新たな残余 を求め、レジスタ11内の残余Rを更新する。
(2) The residual R in the register 11, the approximate value a in the register 10, and the predicted value r obtained by the partial quotient predictor 12 are input to the residual calculator 13, and a new residual , And the residual R in the register 11 is updated.

(3) レジスタ10内の近似値aと、上記部分商予測器
12で求めた予測値rを、加算器14に入力し、新たな近似
を求めてレジスタ10内の近似値aを更新する。
(3) The approximate value a in the register 10 and the partial quotient predictor
The predicted value r obtained in step 12 is input to the adder 14, and a new approximate value To update the approximate value a in the register 10.

このようにすると、上記(1)及び(3)の処理が1
回と、(2)の処理の1マシンサイクル中に、平方根の
n(n≧2)ビットが求められる。従って、開平処理が
高速化できる。
By doing so, the processing of the above (1) and (3) becomes 1
And n times (n ≧ 2) bits of the square root in one machine cycle of the processing of (2). Therefore, the square root process can be sped up.

〔実施例〕〔Example〕

以下、本発明の実施例を図面に基づいて説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.

第2図は、本発明の1実施例の構成図であり、図中、
第1図と同符号は同一のものを示す。また、15は自乗
器、16〜18はCSA(桁上げ保存加算器)、19はCPA(桁上
げ伝播加算器)を示す。
FIG. 2 is a block diagram of one embodiment of the present invention, in which:
The same reference numerals as those in FIG. 1 denote the same components. Reference numeral 15 denotes a squarer, reference numerals 16 to 18 denote CSAs (carry save adders), and reference numeral 19 denotes a CPA (carry propagation adders).

この例では、残余計算部13を、自乗器15と、3段構成
のCSA16〜18と、CPA19によって構成し、加算器14にもCP
Aを用いる。そして、減算シフト型の開平方式で、高基
数の開平演算処理を行うものであり、以下、詳細に説明
する。
In this example, the residual calculation unit 13 is configured by a squarer 15, three-stage CSAs 16 to 18, and a CPA 19, and the adder 14
Use A. Then, the square root arithmetic processing of a high radix is performed by the subtraction shift type square root method, which will be described in detail below.

開平演算処理において、1サイクルにnビット(n≧
2)の結果を得るには、次のようにする。今、N=2n
して、 の近似値aが精度1/NKで求まっている(ただし、Kは、
近似値aのN進数での桁数を示す)。即ち、 が成り立っていたとする。このaから精度1/NKの近似値 を求めたい。
In the square root extraction processing, n bits (n ≧
In order to obtain the result of 2), the following is performed. Now, assuming N = 2n , Is obtained with an accuracy 1 / N K (where K is
Indicates the number of digits of the approximate value a in N-ary). That is, Is satisfied. Approximation accuracy 1 / N K from the a I want to ask.

即ち、 であるような整数rを求めたい。That is, I want to find an integer r such that

なおこの時、式(3)より、−N+1≦r≦N−1の
範囲で解があるはずである。
At this time, from equation (3), there should be a solution in the range of -N + 1 ≦ r ≦ N−1.

残余RkをNK(X−a2)として定義しておく。式(3)
より、−2a+1/NK<RK<2a+1/NKである。
The residual R k is defined as N K (X−a 2 ). Equation (3)
More, it is -2a + 1 / N K <R K <2a + 1 / N K.

次に、式(4)を変形すると、 となる。ここで|r|<Nより、 が成り立てば式(5)も成り立つ。Next, when equation (4) is transformed, Becomes Where | r | <N, Holds, equation (5) also holds.

式(6)を変形すると、 今、2aNK-1がある定数C以上であることが分かってい
るものとすると、 が成り立つようなrが見つかれば上記(7)式が成り立
ち、上記(5)式も成り立つ。従って、近似値a1が求ま
ったことになる。この時、新しい残余RK+1は、 上記(8)式を満たすようなrは、高基数非回復型除算
回路でよく知られた部分商予測の手法を用いて1マシン
サイクルに十分収まる論理段数で求められる。
By transforming equation (6), Now, assuming that 2aN K-1 is known to be greater than or equal to a certain constant C, If r is found that satisfies, then the above equation (7) holds, and the above equation (5) also holds. Therefore, it means that Motoma' approximate value a 1. At this time, the new residual R K + 1 is R which satisfies the above equation (8) can be obtained by the number of logic stages that can be sufficiently accommodated in one machine cycle by using a partial quotient prediction technique well known in a high radix non-restoring division circuit.

以上のことをまとめると、アルゴリズムは次のように
なる。
To summarize the above, the algorithm is as follows.

Xに適当なシフトを施した後、a≧a0となり、且つ
上記(3)式を満たすようなaを求める。R=NK(X−
a2)とおく。
After applying an appropriate shift in the X, next a ≧ a 0, and obtains the a that satisfies equation (3). R = N K (X-
a 2 )

上記(8)式を満たすrを部分商予測により求め、 このの操作をm回繰り返すと、mnビットの近似式が求
まる。
R that satisfies the above equation (8) is obtained by partial quotient prediction, When this operation is repeated m times, an approximate expression of mn bits is obtained.

中のaの更新は、何回繰り返しても、a>a0−1が
成り立つので、上記(8)式でC=2a0NK-1とおいて部
分商予測を行えばよい。
Regarding the updating of a in the equation , a> a 0 −1 is satisfied no matter how many times the updating is performed. Therefore, the partial quotient prediction may be performed by setting C = 2a 0 N K−1 in the above equation (8).

rを掛けるという操作は、rが高々nビットなので、
CSA段数と加算器でできる。また、1/N倍は、nビット右
シフトに等しいので、特に回路は不要である。
In the operation of multiplying r, r is at most n bits,
It can be done with the number of CSA stages and adders. Further, since 1 / N times is equivalent to n-bit right shift, a circuit is not particularly required.

ところで、第2図においては、n=2の場合を示して
ある。最初に64≦X<256となるように、Xをシフトし
た後、表1に基づく初期予測を行った結果がレジスタ10
に入れられる。
FIG. 2 shows a case where n = 2. First, after shifting X so that 64 ≦ X <256, an initial prediction based on Table 1 is performed.
Can be put in.

表1の予測は、(a−1)<X<(a+1)とな
るようになっている。a0=8、C=4、K=0である。
上記(8)式は、 となる。
The prediction in Table 1 is such that (a-1) 2 <X <(a + 1) 2 . a 0 = 8, C = 4, K = 0.
The above equation (8) is Becomes

また、残余R0=X−a2がレジスタ11に入れられる。Also, the residual R 0 = X−a 2 is stored in the register 11.

レジスタ10内のデータは、符号なしで、整数部は4ビ
ットであり、レジスタ11内のデータは、符号付きで、整
数部は符号を入れて6ビットである。
The data in the register 10 is unsigned and the integer part is 4 bits, and the data in the register 11 is signed and the integer part is 6 bits including a sign.

このケースでは、Rとaの整数部だけで部分商予測が
できる。整数部をとすると、2≦2R<2
2、≦a<+1となるから、(9)式の十分条件
は、 である。
In this case, partial quotient prediction can be performed only with the integer part of R and a. The integer part R, When a, 2 R ≦ 2R <2 R +
2. Since a ≦ a < a + 1, the sufficient condition of the expression (9) is It is.

この(10)式を満たすようなrを全てのについ
て求めたのが表2である。
Table 2 shows that r satisfying the equation (10) is obtained for all a and R.

1サイクル毎に、先ず、Rとaの上位ビットから表2
に基づく部分商予測が行われる。結果rは、ここでは符
号付き3ビットである。また、r2を求めるために、自乗
器15に入れる。更に、rの各ビットがaの−4倍、2
倍、1倍に掛けられ、最後にR、r2、−4ar2、2ar1、ar
oが(各々適切にシフトされた後)加算されてレジスタ
Rに入る。
For each cycle, first, from the upper bits of R and a,
Is performed based on the partial quotient. The result r is here three signed bits. Also, it is put into the squarer 15 in order to obtain r 2 . Further, each bit of r is -4 times a, 2
Multiplied by 1 times, and finally R, r 2 , -4ar 2 , 2ar 1 , ar
o are added (after each being properly shifted) into register R.

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

以上説明したように、本発明によれば、1回の加算
と、1回の部分商予測と、CSA数段程度から成る1マシ
ンサイクル中に、平方根のn(n≧2)ビットを求める
ことができるから、高基数の開平演算処理が高速ででき
る効果がある。
As described above, according to the present invention, one addition, one partial quotient prediction, and obtaining a square root n (n ≧ 2) bits in one machine cycle including about several stages of CSA Therefore, there is an effect that high-radix square root extraction processing can be performed at high speed.

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

第1図は本発明の原理図、 第2図は本発明の1実施例の構成図、 第3図は従来例の構成図、 第4図は従来例の処理フローチャートである。 10、11……レジスタ 12……部分商予測器 13……残余計算部 14……加算器 FIG. 1 is a principle diagram of the present invention, FIG. 2 is a block diagram of one embodiment of the present invention, FIG. 3 is a block diagram of a conventional example, and FIG. 4 is a processing flowchart of a conventional example. 10, 11 Register 12 Partial quotient predictor 13 Residual calculator 14 Adder

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】最上位ビットより始めて、加減算及びシフ
トを繰り返すことにより、順次下位ビットを求めてい
く、減算シフト型の開平方式を用いて高基数の開平演算
処理を行う高基数開平演算装置において、 答の近似値aを入れるレジスタ(10)と、 残余Rを入れるレジスタ(11)と、 上記近似値a及び残余Rを入力し、部分商予測によって
予測値rを求める部分商予測器(12)と、 上記近似値a及び求めた予測値rを入力して加算処理を
行い、新たな近似値(a1=a+r/NK+1)を求める加算器
(14)と、 上記残余R、近似値a、及び求めた予測値rを入力し、
新たな残余(R1=RN−2ar−r2/NK+1)を計算して求める
残余計算部(13)とを設け、 1回の加算と、1回の部分商予測と、残余計算部(13)
の1マシンサイクル中に、平方根のn(n≧2)ビット
が求められるようにしたことを特徴とする高基数開平演
算装置。
1. A high radix square root arithmetic device for performing a high radix square root arithmetic process using a subtraction shift type square root method in which lower bits are sequentially obtained by repeating addition, subtraction and shift starting from the most significant bit. A register (10) for storing the approximate value a of the answer, a register (11) for storing the residual R, and a partial quotient predictor (12) for inputting the approximate value a and the residual R to obtain a predicted value r by partial quotient prediction. ), And an adder (14) for inputting the approximate value a and the calculated predicted value r and performing an addition process to obtain a new approximate value (a 1 = a + r / N K + 1 ); Input the approximate value a and the obtained predicted value r,
A residual calculation unit (13) for calculating and calculating a new residual (R 1 = RN−2ar−r 2 / N K + 1 ) is provided. One addition, one partial quotient prediction, and residual calculation Department (13)
A high-radix square root arithmetic device, wherein n (n ≧ 2) bits of a square root are obtained in one machine cycle of (1).
JP11953490A 1990-05-09 1990-05-09 High radix square root arithmetic unit Expired - Fee Related JP2777265B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11953490A JP2777265B2 (en) 1990-05-09 1990-05-09 High radix square root arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11953490A JP2777265B2 (en) 1990-05-09 1990-05-09 High radix square root arithmetic unit

Publications (2)

Publication Number Publication Date
JPH0415822A JPH0415822A (en) 1992-01-21
JP2777265B2 true JP2777265B2 (en) 1998-07-16

Family

ID=14763667

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11953490A Expired - Fee Related JP2777265B2 (en) 1990-05-09 1990-05-09 High radix square root arithmetic unit

Country Status (1)

Country Link
JP (1) JP2777265B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7120320B2 (en) * 2018-10-18 2022-08-17 富士通株式会社 Arithmetic processing device and method of controlling arithmetic processing device

Also Published As

Publication number Publication date
JPH0415822A (en) 1992-01-21

Similar Documents

Publication Publication Date Title
EP0158530B1 (en) Nonrestoring divider
JPH0713742A (en) Multiplicaton device
JP3139466B2 (en) Multiplier and product-sum operator
EP0356153B1 (en) Radix-2**n divider method and apparatus using overlapped quotient bit selection and concurrent quotient rounding and correction
US5177703A (en) Division circuit using higher radices
JP4273071B2 (en) Divide and square root calculator
JP2001222410A (en) Divider
US4677583A (en) Apparatus for decimal multiplication
JPH1195982A (en) Circuit, method and system for arithmetic processing
JP3660075B2 (en) Dividing device
US7607165B2 (en) Method and apparatus for multiplication and/or modular reduction processing
JP2777265B2 (en) High radix square root arithmetic unit
JPS58137045A (en) Parallel multiplier
JPS6226723B2 (en)
JP2645422B2 (en) Floating point processor
JP3190826B2 (en) Product-sum operation unit
JPH01321517A (en) Division system and its device
JP2803442B2 (en) Square root device
JP2537876B2 (en) Rounding circuit
JP2705640B2 (en) Multiply-accumulate unit
JPH0368415B2 (en)
JPH0427587B2 (en)
JP3261600B2 (en) Remainder multiplier
JP3612950B2 (en) Arithmetic apparatus and method
JP3074910B2 (en) Division device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees