Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JPH0619704B2 - Divider - Google Patents
[go: Go Back, main page]

JPH0619704B2 - Divider - Google Patents

Divider

Info

Publication number
JPH0619704B2
JPH0619704B2 JP61192895A JP19289586A JPH0619704B2 JP H0619704 B2 JPH0619704 B2 JP H0619704B2 JP 61192895 A JP61192895 A JP 61192895A JP 19289586 A JP19289586 A JP 19289586A JP H0619704 B2 JPH0619704 B2 JP H0619704B2
Authority
JP
Japan
Prior art keywords
quotient
divider
dividend
divisor
division
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
JP61192895A
Other languages
Japanese (ja)
Other versions
JPS6349932A (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 JP61192895A priority Critical patent/JPH0619704B2/en
Publication of JPS6349932A publication Critical patent/JPS6349932A/en
Publication of JPH0619704B2 publication Critical patent/JPH0619704B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は高速除算装置に関する。TECHNICAL FIELD The present invention relates to a high speed division device.

〔従来の技術〕[Conventional technology]

従来,除算処理を行うための除算器としては,被除数ま
たは部分被除数から除数を減算し,減算結果が正の場
合,その桁の商を“1”とし,部分剰余を桁移動し部分
被除数とし,また減算結果が負の場合,その桁の商を
“0”とし,除数を再び加算し元に戻す操作をすること
を繰返して商を求める最も基本的な回復型除算器が知ら
れている。この除算器では,nビットの除算ではn回の
減算と商が“0”となるビット数の加算が行われる。
Conventionally, as a divider for performing division processing, a divisor is subtracted from a dividend or a partial dividend, and if the subtraction result is positive, the quotient of that digit is set to "1", the partial remainder is moved to a partial dividend, and Also, when the subtraction result is negative, the most basic recovery type divider is known in which the quotient of the digit is set to "0", the divisor is added again, and the operation of returning the original is repeated to obtain the quotient. In this divider, in n-bit division, n times of subtraction and addition of the number of bits whose quotient is "0" are performed.

また,回復型除算器を高速化したものとして,部分剰余
の符号を調べて,正ならば商を“1”とし,次の桁の演
算は除数の減算を行い,また負ならば商を“0”とし,
次の桁の演算は除数を加算することによって,回復化の
ための加算を省略した非回復型除算器が知られている。
In addition, as a speed-up of the recovery type divider, the sign of the partial remainder is checked, and if it is positive, the quotient is set to "1". For the calculation of the next digit, the divisor is subtracted. 0 ",
There is known a non-recovery type divider that omits addition for recovery by adding a divisor for the operation of the next digit.

一方,前述した加減算とシフトを繰返す除算器とは異な
って,除算を分数と考え,分母の除数が“1”に近づく
ような数列を選んで,同様に分子の被除数にも乗算を繰
返すことによって分子を商に近づけることによって,除
算を行う乗算収束型除算器も知られている。
On the other hand, unlike the above-mentioned divider that repeats addition and subtraction and shift, by considering division as a fraction, selecting a sequence in which the divisor of the denominator approaches "1", and repeating multiplication in the numerator dividend as well. There is also known a multiplication / convergence type divider that performs division by bringing the numerator closer to the quotient.

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

上述した従来の除算器のうち,加減算とシフトを繰返す
回復型除算器と非回復型除算器の場合には,被乗数の最
終桁までに割り切れない時,少なくとも被乗数のビット
長と同じ数の加減算を必要とするため,回路構成は他の
除算器と比べて簡単であるが,処理時間が多くかかると
いう欠点がある。一方,乗算を繰り返すことによって商
を求める乗算収束形除算器は,専用の乗算器を使用すれ
ば数回の乗算で商を求めることができるため,高速・大
容量の乗算器を使うほど処理時間は短かくなる。しか
し,この除算器の場合,商は近似によって求めるため,
被除数,除数の値とは関係なく処理時間が決まるため,
回復型除算器や非回復型除算器では他の除算と比べて処
理時間が短い簡単に割り切れる除算も,その他の除算と
同じような処理時間がかかるという欠点がある。
Among the conventional dividers described above, in the case of recovery-type dividers that repeat addition and subtraction and shift and non-recovery-type dividers, when the last digit of the multiplicand is not divisible, at least the same number of additions and subtractions as the bit length of the multiplicand Since it is necessary, the circuit configuration is simpler than other dividers, but it has the drawback of requiring a long processing time. On the other hand, a multiplication-convergence divider that finds a quotient by repeating multiplication can find the quotient by several multiplications if a dedicated multiplier is used. Will be shorter. However, in the case of this divider, the quotient is obtained by approximation, so
Since the processing time is determined regardless of the values of the dividend and divisor,
A recovery type divider or a non-recovery type divider has a short processing time compared to other divisions, and a division that can be easily divided has a drawback that it takes the same processing time as other divisions.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の除算装置は,被除数または正の部分被除数から
は除数を減算することと,負の部分被除数には除数を加
算することと,前記加減算によって得られた部分剰余の
桁移動を行い部分被除数とすることを繰返し行い,その
桁の商は前記加減算結果の符号によって定まり,回復の
加算を省略できる非回復型除算器と;除算を分数と考
え,分母の除数が“1”に近づく数列を選び,除数と被
除数に対して乗算を繰返すことにより,商を求める除算
を行う乗算収束型除算器と;前記非回復型除算器の部分
剰余の有無を監視し,除算途中で前記非回復型除算器の
部分剰余が無くなった場合には,前記乗算収束型除算器
の除算処理を停止し,前記非回復型除算器の商を除算の
商とし,また前記乗算収束型除算器がそのまま除算を終
了した場合には,非回復型除算器の除算処理を停止し,
前記乗算収束型除算器の商を除算の商とする手段とを有
する。
The division device of the present invention subtracts a divisor from a dividend or a positive partial dividend, adds a divisor to a negative partial dividend, and shifts the digits of the partial remainder obtained by the addition / subtraction to perform a partial dividend. And the quotient of the digit is determined by the sign of the addition / subtraction result, and a non-restoring divider that can omit addition of restoration; consider division as a fraction, and divide a sequence of numbers whose denominator approaches "1". A multiplication-convergence-type divider that performs division to find a quotient by repeating multiplication with respect to a divisor and a dividend; monitoring the presence or absence of a partial remainder of the non-restoration type divider, and performing the non-restoration type division during division When the partial remainder of the multiplier is exhausted, the division processing of the multiplication-convergence type divider is stopped, the quotient of the non-restoration type divider is used as the quotient of division, and the multiplication-convergence type divider ends the division as it is. If you do The division process of recovery-type divider is stopped,
Means for making the quotient of the multiplication / convergence type divider the division quotient.

〔実施例〕〔Example〕

次に,本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.

第1図において,一点鎖線で囲まれている図面符号1は
非回復型除算器であり,2は乗算収束型除算器である。
In FIG. 1, a reference numeral 1 surrounded by a one-dot chain line is a non-recovery type divider, and 2 is a multiplication / convergence type divider.

非回復型除算器1内部の図面符号10は被除数Mあるい
は部分被除数を保持する被除数レジスタ,11は除数N
を保持する除数レジスタ,12は被除数レジスタ10の
出力100と除数レジスタ11の出力101との間で加
減算を行う加減算器,13は加減算器12の出力102
を保持する剰余レジスタ,14は加減算器12′の出力
102の桁移動を行う桁移動回路,15加減算器12の
演算結果の符号信号108を保持する符号レジスタ,1
05は符号レジスタ15の出力信号,16は加減算器1
2の演算結果の符号信号108から商を作り保持する商
レジスタ,17は剰余レジスタ13の出力103がオー
ルゼロであるか否かを検出するオールゼロ検出回路,1
07はオールゼロ検出回路17の出力信号である。
Reference numeral 10 inside the non-restoring type divider 1 is a dividend register for holding a dividend M or a partial dividend, and 11 is a divisor N.
, 12 is an adder / subtractor that performs addition and subtraction between the output 100 of the dividend register 10 and the output 101 of the divisor register 11, and 13 is the output 102 of the adder / subtractor 12.
Is a remainder register holding 14; 14 is a digit shift circuit for shifting the digit of the output 102 of the adder / subtractor 12 ';
Reference numeral 05 is an output signal of the code register 15, and 16 is an adder / subtractor 1.
A quotient register for making and holding a quotient from the sign signal 108 of the operation result of 2, 17 is an all-zero detection circuit for detecting whether or not the output 103 of the remainder register 13 is all zero, 1
Reference numeral 07 is an output signal of the all-zero detection circuit 17.

一方,乗算収束型除算器2内部の図面符号20は被除数
Mあるいは商の近似値を保持する被除数レジスタ,21
は除数Nあるいは“1”の近似値を保持する除数レジス
タ,22は被除数Mを商にまた,除数を“1”に近似す
るための乗数を保持する乗数レジスタ,23は被除数レ
ジスタ20の出力200と除数レジスタ21の出力20
1とのいずれかと乗数レジスタ22の出力202との乗
算を行う乗算器,24は除数レジスタ21の出力201
あるいは除数レジスタの出力201と乗数レジスタ22
の出力202との乗算結果の出力信号203とから乗数
を作成する乗数作成回路,204は乗数作成回路24の
出力である。
On the other hand, reference numeral 20 in the multiplication / convergence type divider 2 is a dividend register for holding an approximate value of the dividend M or the quotient, 21
Is a divisor register holding the divisor N or an approximate value of “1”, 22 is a multiplier register holding the dividend M as a quotient, and a multiplier for approximating the divisor to “1”, and 23 is an output 200 of the dividend register 20 And the output 20 of the divisor register 21
1 is a multiplier for multiplying the output 202 of the multiplier register 22 by one, and 24 is the output 201 of the divisor register 21.
Alternatively, the output 201 of the divisor register and the multiplier register 22
2 is an output of the multiplier 202 and an output signal 203 of the multiplication result, and a multiplier generating circuit for generating a multiplier, and 204 are outputs of the multiplier generating circuit 24.

また図面符号30は除算の各種制御を行う除算制御回
路,Sは上位装置からの除算開始指示,Eは上位装置へ
の除算終了報告,40は商の出力回路,Qは出力回路4
0から出力される商である。
Further, reference numeral 30 is a division control circuit for performing various control of division, S is a division start instruction from a host device, E is a division end report to the host device, 40 is an output circuit of a quotient, and Q is an output circuit 4.
It is a quotient output from 0.

上位装置から除算開始指示Sが被除数Mと除数Nを伴っ
て送れて来ると,指示を受けた除算制御回路30は非回
復型除算器1内部の被除数レジスタ10及び除数レジス
タ11と,乗算収束型除算器2内部の被除数レジスタ2
0及び除数レジスタ21とに,それぞれ被除数M及び除
数Nを保持するように制御後,それぞれの除算器の動作
を開始する。
When the division start instruction S is sent from the host device together with the dividend M and the divisor N, the division control circuit 30 which has received the instruction, the dividend register 10 and the divisor register 11 in the non-recovery type divider 1, the multiplication convergence type Dividend register 2 inside divider 2
After controlling the 0 and the divisor register 21 to hold the dividend M and the divisor N, respectively, the operation of each divider is started.

非回復型除算器1内部では,最初に被除数レジスタ10
に保持されている被除数Mと除数レジスタ11に保持さ
れている除数Nの大きさを知るために,加減算器12で
減算し,その符号信号108によって減算結果の正負を確
認する。減算結果が正の時には,被除数Mが除数Nより
大きいことになるので,商レジスタ16の最上位を
“1”にし,負の時には除数Nが被除数Mより大きく減
算できないことになるので商レジスタ16の最上位を
“0”にする。同時に加減算器12の出力102上の部
分剰余は桁移動回路14で1桁左シフトされた後新しい
部分被除数として被除数レジスタ10に格納される。ま
た加減算器12の符号信号108も符号レジスタ15に
格納される。なお,商レジスタ16は除算処理開始時に
ゼロクリアされている。
Inside the non-restoring divider 1, first the dividend register 10
In order to know the magnitudes of the dividend M held in 1 and the divisor N held in the divisor register 11, subtraction is performed by the adder / subtractor 12, and the sign signal 108 confirms whether the subtraction result is positive or negative. When the result of the subtraction is positive, the dividend M is larger than the divisor N. Therefore, the top of the quotient register 16 is set to "1". When the subtraction result is negative, the divisor N cannot be subtracted larger than the dividend M. The top of is set to "0". At the same time, the partial remainder on the output 102 of the adder / subtractor 12 is shifted to the left by one digit in the digit shift circuit 14 and then stored in the dividend register 10 as a new partial dividend. The code signal 108 of the adder / subtractor 12 is also stored in the code register 15. The quotient register 16 is cleared to zero at the start of division processing.

そして,次の桁の商の算出に移る。符号レジスタ15に
は前の桁の部分剰余の符号が保持されており、この符号
が正の時には前回までは部分剰余が有効なので減算を,
また負の時には加算を被除数レジスタ10に保持された
部分被除数と除数レジスタ11に保持された除数Mとの
間で加減算器12を用いて行う。そして,新しい部分剰
余の符号から商レジスタ16に格納する該当桁の商を算
出する。
Then, move on to the calculation of the quotient of the next digit. The sign register 15 holds the sign of the partial remainder of the previous digit. When this sign is positive, the partial remainder is valid until the previous time, so subtraction is performed.
When it is negative, addition is performed using the adder / subtractor 12 between the partial dividend held in the dividend register 10 and the divisor M held in the divisor register 11. Then, the quotient of the corresponding digit to be stored in the quotient register 16 is calculated from the code of the new partial remainder.

そして,その次の桁の商算出のため,新しい部分剰余を
桁移動して作成した部分被除数とその符合とをそれぞれ
被除数レジスタ10及び符合レジスタ15に格納する。
Then, in order to calculate the quotient of the next digit, the partial dividend and the sign thereof created by shifting the new partial remainder by a digit are stored in the dividend register 10 and the sign register 15, respectively.

この操作を除算制御回路30からの終了指示が来るまで
繰り返す。なお,剰余レジスタ13の出力103はオー
ルゼロ検出回路17で常時チェックされており,剰余レ
ジスタ13にオールゼロが格納される時,つまり被除数
Mが除数Nで割り切れた時には,オールゼロ検出回路1
7からのオールゼロ検出信号107を受けた除算制御回
路30は,商レジスタ16の出力106を商Qとして出
力回路40から制御信号300を使って出力させ,除算
終了報告Eを上位装置に伝える。そして,非回復型除算
器1及び乗算収束型除算器2の動作を停止する。
This operation is repeated until an end instruction is received from the division control circuit 30. The output 103 of the remainder register 13 is constantly checked by the all-zero detection circuit 17, and when all zeros are stored in the remainder register 13, that is, when the dividend M is divisible by the divisor N, the all-zero detection circuit 1 is detected.
The division control circuit 30 receiving the all-zero detection signal 107 from 7 causes the output 106 of the quotient register 16 to be output as the quotient Q from the output circuit 40 using the control signal 300, and transmits the division end report E to the higher-level device. Then, the operations of the non-restoration type divider 1 and the multiplication convergence type divider 2 are stopped.

一方,乗算収束型除算器2内部では,最初に除数レジス
タ21に保持されている除数Nから除数Nを“1”に近
似するための乗数を乗数作成回路24で作成後,乗数レジ
スタ22に格納する。
On the other hand, inside the multiplication / convergence type divider 2, first, a multiplier for approximating the divisor N to “1” from the divisor N held in the divisor register 21 is created by the multiplier creating circuit 24 and then stored in the multiplier register 22. To do.

そして,被除数レジスタ20に保持されている被除数M
と乗数レジスタ22に保持されている近似化乗数とを乗
算器23で乗算後,商に近似された被除数は被除数レジ
スタ20に格納される。
Then, the dividend M held in the dividend register 20
After being multiplied by the approximation multiplier held in the multiplier register 22 by the multiplier 23, the dividend approximated to the quotient is stored in the dividend register 20.

次に,除数レジスタ21に保持されている除数Nと乗数
レジスタ22に保持されている第1の近似化乗数とを乗
算器23で乗算して得た第1の近似除数を乗数作成回路
24に入力し,ここで第2の近似化乗数を作成し乗数レ
ジスタ22に格納する。この時乗算器23の出力203
上の第1の近似除数は除数レジスタ21に格納される。
Next, a first approximation divisor obtained by multiplying the divisor N held in the divisor register 21 and the first approximation multiplier held in the multiplier register 22 by the multiplier 23 is sent to the multiplier generation circuit 24. The second approximation multiplier is created and stored in the multiplier register 22. At this time, the output 203 of the multiplier 23
The first approximate divisor above is stored in the divisor register 21.

この操作を除算制御回路からの終了指示が来るまで繰り
返す。除算制御回路30は除数レジスタ21の出力20
1を監視し,この出力201が“1”になった時点で除
算処理を中止し,この時被除数レジスタ20に保持され
ている商の近似値を商Qとして出力回路40から制御信
号300を使って出力させ,除算終了報告Eを上位装置
に伝える。そして,非回復型除算器1及び乗算収束型除
算器2の動作を停止する。
This operation is repeated until an end instruction is received from the division control circuit. The division control circuit 30 outputs the output 20 of the divisor register 21.
1 is monitored, and when the output 201 becomes "1", the division process is stopped, and the approximate value of the quotient held in the dividend register 20 at this time is used as the quotient Q to use the control signal 300 from the output circuit 40. And the division end report E is transmitted to the host device. Then, the operations of the non-restoration type divider 1 and the multiplication convergence type divider 2 are stopped.

一般に,非回復型除算器は,nビットの除算に対してn
回の加減算を行うが,除算の途中で割り切れた場合には
その段階の部分商が正式な商となる。
In general, a non-restoring divider has n bits for n-bit division.
Although addition and subtraction are performed twice, when the division is completed in the middle of the division, the partial quotient at that stage becomes the formal quotient.

また,乗算収束型除算器の場合には,除数が“1”にな
った段階で被除数を商に近似したものが商となるため,
処理時間は非回復型除算器に比べて早いが,被除数の値
は処理時間の長短には影響を及ばさない。また,除数の
近似にかかる処理時間もほとんどが同じなので,乗算収
束型除算器を使用した場合処理時間はデータに依存しな
い。そのため,簡単に割り切れる除算は非回復型除算器
の方が処理時間が短いため,通常の除算の場合は乗算収
束型除算器によって商が計算されるが,簡単に割り切れ
る除算の場合は非回復型除算器を使用することにより,
商を早く計算することができる。
Also, in the case of a multiplication-convergence type divider, when the divisor becomes “1”, the quotient is the quotient of the dividend,
The processing time is faster than that of the non-restoring divider, but the value of the dividend does not affect the processing time. In addition, since the processing time required to approximate the divisor is almost the same, the processing time does not depend on the data when using the multiplication / convergence type divider. For this reason, a division that is easily divisible has a shorter processing time in a non-recovery type divider, so the quotient is calculated by a multiplication-convergence type divider in the case of normal division, but a non-recoverable type in the case of division that is easily divisible By using a divider,
The quotient can be calculated quickly.

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

以上説明したように本発明は,非回復型除算器と乗算収
束型除算器とを同時に動かし,乗算収束型除算器で通常
の除算を担当し,非回復型除算器では短時間で割り切れ
る除算を担当することにより,それぞれの除算器の特長
を生かすことができ,それぞれの除算データに合った最
適な除算器を採用でき,除算処理時間の短縮化が図れる
という効果がある。
As described above, according to the present invention, the non-restoration type divider and the multiplication-convergence type divider are simultaneously operated, the multiplication-convergence type divider is in charge of normal division, and the non-restoration type divider performs division that can be divided in a short time. By being in charge, it is possible to take advantage of the features of each divider, to adopt the optimum divider that suits each division data, and to shorten the division processing time.

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

第1図は本発明の一実施例による除算装置の構成を示す
ブロック図である。 1……非回復型除算器,2……乗算収束型除算器,1
0,20……被除数レジスタ,11,21……除数レジ
スタ,12……加減算器,13……剰余レジスタ,14
……桁移動回路,15……符合レジスタ,16……商レジ
スタ,17……オールゼロ検出回路,22……乗数レジ
スタ,23……乗算器,24……乗数作成回路,30…
…除算制御回路,40……出力回路。
FIG. 1 is a block diagram showing the configuration of a divider according to an embodiment of the present invention. 1 ... Non-recovery type divider, 2 ... Multiply-convergence type divider, 1
0, 20 ... dividend register, 11, 21 ... divisor register, 12 ... adder / subtractor, 13 ... remainder register, 14
...... Digit shift circuit, 15 …… Sign register, 16 …… quotient register, 17 …… All zero detection circuit, 22 …… Multiplier register, 23 …… Multiplier, 24 …… Multiplier creation circuit, 30 ・ ・ ・
… Division control circuit, 40 …… Output circuit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】被除数及び除数から商を求める除算装置に
おいて,被除数または正の部分被除数からは除数を減算
することと,負の部分被除数には除数を加算すること
と,前記加減算によって得られた部分剰余の桁移動を行
い部分被除数とすることとを繰返し行い,その桁の商は
前記加減算結果の符号によって定まり,回復の加算を省
略できる非回復型除算器と;除算を分数と考え,分母の
除数が“1”に近づく数列を選び,除数と被除数に対し
て乗算を繰返すことにより,商を求める除算を行う乗算
収束型除算器と;前記非回復型除算器の部分剰余の有無
を監視し,除算途中で前記非回復型除算器の部分剰余が
無くなった場合には,前記乗算収束型除算器の除算処理
を停止し,前記非回復型除算器の商を除算の商とし,ま
た前記乗算収束型除算器がそのまま除算を終了した場合
には,前記非回復型除算器の除算処理を停止し,前記乗
算収束型除算器の商を除算の商とする手段とを有する除
算装置。
1. A dividing device for obtaining a quotient from a dividend and a divisor, which is obtained by subtracting a divisor from a dividend or a positive partial dividend, adding a divisor to a negative partial dividend, and obtaining the addition and subtraction. A non-restoring divider that can omit the addition of recovery is performed by repeatedly shifting the partial remainder and setting it as the partial dividend, and the quotient of that digit is determined by the sign of the addition / subtraction result; A multiplicative convergence type divider that performs division to obtain a quotient by selecting a sequence whose divisor approaches "1" and repeating multiplication with respect to the divisor and dividend; monitoring the presence or absence of partial remainder of the non-restoring type divider However, when the partial remainder of the non-restoration type divider is exhausted during the division, the division processing of the multiplication-convergence type divider is stopped and the quotient of the non-restoration type divider is used as the quotient of division. Multiplication convergence type Vessels is when it ends the division, the stops division processing of a non-restoring divider, divider unit and means for the quotient of dividing the quotient of the multiplication convergent divider.
JP61192895A 1986-08-20 1986-08-20 Divider Expired - Fee Related JPH0619704B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61192895A JPH0619704B2 (en) 1986-08-20 1986-08-20 Divider

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61192895A JPH0619704B2 (en) 1986-08-20 1986-08-20 Divider

Publications (2)

Publication Number Publication Date
JPS6349932A JPS6349932A (en) 1988-03-02
JPH0619704B2 true JPH0619704B2 (en) 1994-03-16

Family

ID=16298760

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61192895A Expired - Fee Related JPH0619704B2 (en) 1986-08-20 1986-08-20 Divider

Country Status (1)

Country Link
JP (1) JPH0619704B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2605848B2 (en) * 1988-12-20 1997-04-30 松下電器産業株式会社 Non-restoring divider

Also Published As

Publication number Publication date
JPS6349932A (en) 1988-03-02

Similar Documents

Publication Publication Date Title
US3777132A (en) Method and apparatus for obtaining the reciprocal of a number and the quotient of two numbers
JP4955182B2 (en) Integer calculation field range extension
EP0411491B1 (en) Method and apparatus for performing division using a rectangular aspect ratio multiplier
KR940010806B1 (en) Operation processing method and operation processing device
JP2835153B2 (en) High radix divider
JPH05250146A (en) Arithmetic operation circuit executing integer involution processing
JP3271120B2 (en) Device for fast multiplication of binary numbers
JPH0619704B2 (en) Divider
JPH0619703B2 (en) Divider
US3746849A (en) Cordic digital calculating apparatus
RU2804380C1 (en) Pipeline calculator
SU842806A2 (en) Device for computing the square root
SU928348A1 (en) Device for calculating trigonometric functions
SU744595A1 (en) Digital function generator
JP2705162B2 (en) Arithmetic processing unit
SU411452A1 (en)
SU938266A1 (en) Device for dynamic characteristic determination
SU1182513A1 (en) Sequential device for dividing numbers in radix complement form
SU734682A1 (en) Divider
SU1617437A1 (en) Device for dividing binary numbers
SU560229A1 (en) Device for calculating elementary functions
SU684542A1 (en) Arrangement for adding binary-decimal codes
SU817706A1 (en) Device for dividing numbers without restoring remainder
SU714404A1 (en) Differentiating-smoothing arrangement
SU304574A1 (en) DEVICE FOR THE POTENTIATION OF LOGARIFM ON THE BASIS OF TWO

Legal Events

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