JPS6349932A - Divider - Google Patents

Divider

Info

Publication number
JPS6349932A
JPS6349932A JP61192895A JP19289586A JPS6349932A JP S6349932 A JPS6349932 A JP S6349932A JP 61192895 A JP61192895 A JP 61192895A JP 19289586 A JP19289586 A JP 19289586A JP S6349932 A JPS6349932 A JP S6349932A
Authority
JP
Japan
Prior art keywords
divisor
register
division
quotient
dividend
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.)
Granted
Application number
JP61192895A
Other languages
Japanese (ja)
Other versions
JPH0619704B2 (en
Inventor
Shigemi Mori
森 成美
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
NEC Corp
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 Corp filed Critical NEC Corp
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

Abstract

PURPOSE:To simultaneously drive respective dividers and to shorten dividing time by allowing a multiplication convergent type divider to execute normal division and allowing a non-recovery type divider 1 to execute division divided within a short period. CONSTITUTION:When a division start specification S is sent together with a divident M and a divisor N, a division control circuit 30 receiving the specification stores the divident M and the divisor N in a divident register 10 and a divisor register 11 in the non-recovery type divider 1 and a divident register 20 and a divisor register 21 in the multiplication convergent type divider 2 and then starts the operation of the dividers. The register 1 calculates the size of the divident M and the divisor N by a subtractor 12 and checks the plus or minus of the subtracted result in accordance with the polarity. On the other hand, the divider 2 forms multiplication for allowing the divisor N to approximate to '1' from the divisor N by a multiplier forming circuit 24 and stores the formed multiplier in a multiplier register 22.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は高速除算装置に関する。[Detailed description of the invention] [Industrial application field] The present invention relates to a high speed division device.

〔従来の技術〕[Conventional technology]

従来、除算処理を行うだめの除算器としては。 Conventionally, it was used as a divider for performing division processing.

被除数または部分被除数から除数を減算し、減算結果が
正の場合、その桁の商を”1“とじ2部分剰余を桁移動
し部分被除数とし、また減算結果が負の場合、その桁の
商を0”とし、除数を再び加算し元に戻す操作をするこ
とを繰返して商を求める最も基本的な回復型除算器が知
られている。この除算器では、nビットの除算ではn回
の減算と商が0”となるビット数の加算が行われる。
Subtract the divisor from the dividend or partial dividend, and if the subtraction result is positive, set the quotient of that digit as "1", move the partial remainder by digit and use it as the partial dividend, and if the subtraction result is negative, set the quotient of that digit as "1". The most basic recovery type divider is known that calculates the quotient by repeating the operation of adding the divisor to 0'', adding the divisor again, and returning to the original value.In this divider, n-bit division requires n subtractions. The number of bits whose quotient is 0'' is added.

また2回復型除算器を高速化したものとして。Also, as a high-speed 2-recovery divider.

部分剰余の符号を調べて、正ならば商を”1”とし。Check the sign of the partial remainder, and if it is positive, set the quotient to ``1''.

次の桁の演算は除数の減算を行い、また負ならば商をO
”とし1次の桁の演算は除数を加算することによって2
回復化のだめの加算を省略した非回復型除算器が知られ
ている。
The next digit operation subtracts the divisor, and if it is negative, the quotient is O
”, and the calculation of the first order digit is 2 by adding the divisor.
A non-restorative divider that omits the restorative addition is known.

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

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の除算器のうち、加減算とシフトを繰返す
回復型除算器と非回復型除算器の場合には、被乗数の最
終5桁までに割シ切れない時、少なくとも被乗数のビッ
ト長と同じ数の加減算を必要とするため2回路構成は他
の除算器と比べて簡単であるが、処理時間が多くかかる
という欠点がある。一方1乗算を繰り返すことによって
商を求める乗算収束型除算器は、専用の乗算器を使用す
れば数回の乗算で商を求めることができるため、高速・
大容量の乗算器を使うほど処理時間は短かくなる。しか
し、この除算器の場合、商は近似によって求めるため、
被除数、除数の値とは関係なく処理時間が決まるため2
回復型除算器や非回復型除算器では他の除算と比べて処
理時間が短い簡単に割り切れる除算も、その他の除算と
同じような処理時間がかかるという欠点がある。
Among the conventional dividers mentioned above, in the case of recovery type dividers and non-recovery type dividers that repeat addition, subtraction and shifting, when the multiplicand cannot be divided into the last five digits, the number of bits at least equal to the bit length of the multiplicand is Although the two-circuit configuration is simpler than other dividers because it requires addition and subtraction of , it has the disadvantage that it takes a lot of processing time. On the other hand, a multiplicative convergence divider that calculates the quotient by repeating 1 multiplication is fast and
The larger the multiplier, the shorter the processing time. However, in the case of this divider, the quotient is found by approximation, so
2 because the processing time is determined regardless of the dividend and divisor values.
Recoverable and non-recovery dividers have the disadvantage that easily divisible divisions, which take less processing time than other divisions, take the same amount of processing time as other divisions.

〔問題点を解決するだめの手段〕[Failure to solve the problem]

本発明の除算装置は、被除数まだは正の部分被除数から
は除数を減算することと、負の部分被除数には除数を加
算することと、前記加減算によって得られた部分剰余の
桁移動を行い部分被除数とすることを繰返し行い、その
桁の商は前記加減算結果の符号によって定まり2回復の
加算を省略できる非回復型除算器と;除算を分数と考え
1分母の除数が”1”に近づく数列を選び、除数と被除
数に対して乗算を繰返すことによシ、商を求める除算を
行う乗算収束型除算器と;前記非回復型除算器の部分剰
余の有無を監視し、除算途中で前記非回復型除算器の部
分剰余が無くなった場合には。
The division device of the present invention subtracts the divisor from a positive partial dividend, adds the divisor to a negative partial dividend, and shifts the digits of the partial remainder obtained by the addition/subtraction. A non-recovery type divider that repeatedly calculates the dividend and the quotient of its digits is determined by the sign of the result of the addition/subtraction, and can omit the addition of 2 recovery; A number sequence in which the divisor of the denominator approaches ``1'', considering division as a fraction. A multiplication convergence type divider that performs division to obtain a quotient by selecting a divisor and a dividend and repeating multiplication on the divisor and dividend; When the partial remainder of the recovery type divider disappears.

前記乗算収束型除算器の除算処理を停止し、前記非回復
型除算器の商を除算の商とし、また前記乗算収束型除算
器がそのまま除算を終了した場合には、非回復型除算器
の除算処理を停止し、前記乗算収束型除算器の商を除算
の商とする手段とを有する。
If the multiplication convergence type divider stops the division process and the non-recovery type divider's quotient is used as the division quotient, and if the multiplication convergence type divider finishes the division as it is, then the non-recovery type divider and means for stopping the division process and using the quotient of the multiplication convergence type divider as the quotient of the division.

〔実施例〕〔Example〕

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

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

非回復型除算器1内部の図面符号10は被除数Mあるい
は部分被除数を保持する被除数レジスタ。
Reference numeral 10 inside the non-recovery divider 1 is a dividend register that holds the dividend M or a partial dividend.

11は除数Nを保持する除数レジスタ、12は被除数レ
ジスタ10の出力100と除数レジスタ11の出力10
1との間で加減算を行う加減算器。
11 is a divisor register that holds the divisor N, and 12 is an output 100 of the dividend register 10 and an output 10 of the divisor register 11.
An adder/subtractor that performs addition and subtraction between 1 and 1.

13は加減算器12の出力102を保持する剰余レジス
タ、14は加減算器12の出力102の桁移動を行う桁
移動回路、15は加減算器12の演算結果の符号信号1
08を保持する符号し・ゾスタ。
13 is a remainder register that holds the output 102 of the adder/subtractor 12; 14 is a digit shift circuit that shifts the digits of the output 102 of the adder/subtractor 12; 15 is a code signal 1 of the operation result of the adder/subtractor 12;
The code Zosta holds 08.

105は符号レジスタ15の出力信号、16は加減算器
12の演算結果の符号信号108から商を作り保持する
商レジスタ、17は剰余レジスタ13の出力103がオ
ールゼロであるか否かを検出するオールゼロ検出回路、
107はオールゼロ検出回路17の出力信号である。
105 is the output signal of the sign register 15, 16 is a quotient register that generates and holds a quotient from the sign signal 108 of the operation result of the adder/subtractor 12, and 17 is an all-zero detector that detects whether the output 103 of the remainder register 13 is all zeros. circuit,
107 is an output signal of the all zero detection circuit 17.

一方2乗算収束型除算器2内部の図面符号20は被除数
Mあるいは商の近似値を保持する被除数レジスタ、21
は除数Nあるいは”1”の近似値を保持する除数レジス
タ、22は被除数Mを商にまた。除数を”1”に近似す
るための乗数を保持する乗数レジスタ、23は被除数レ
ジスタ20の出力200と除数レジスタ21の出力20
1とのいずれかと乗数レジスタ22の出力202との乗
算を行う乗算器、24は除数レジスタ21の出力201
あるいは除数レジスタの出力201と乗数レジスタ22
の出力202との乗算結果の出力信号203とから乗数
を作成する乗数作成回路、2o4は乗数作成回路24の
出力でちる。
On the other hand, reference numeral 20 inside the squaring convergence type divider 2 denotes a dividend register 21 that holds the dividend M or an approximate value of the quotient.
is a divisor register that holds the divisor N or an approximate value of "1", and 22 is the quotient of the dividend M. A multiplier register that holds a multiplier for approximating the divisor to "1"; 23 is the output 200 of the dividend register 20 and the output 20 of the divisor register 21;
1 and the output 202 of the multiplier register 22; 24 is the output 201 of the divisor register 21;
Or the output 201 of the divisor register and the multiplier register 22
2o4 is the output of the multiplier generation circuit 24, which generates a multiplier from the output signal 203 of the multiplication result with the output 202 of .

また図面符号30は除算の各種制御を行う除算制御回路
、Sは上位装置からの除算開始指示、Eは上位装置への
除算終了報告、40は商の出力回路、Qは出力回路40
から出力される商である。
Reference numeral 30 is a division control circuit that performs various division controls, S is an instruction to start division from a higher-level device, E is a division completion report to a higher-level device, 40 is a quotient output circuit, and Q is an output circuit 40
This is the quotient output from .

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

非回復型除算器1内部では、最初に被除数レジスタ10
に保持されている被除数Mと除数レジスタ11に保持さ
れている除数Nの大きさを知るために、加減算器12で
減算し、その符号信号108によって減算結果の正負を
確認する。減算結果が正の時には、被除数Mが除数Nよ
り大きいことになるので商レジスタ16の最上位を1”
にし、負の時には除数Nが被除数Mより大きく減算でき
ないことになるので商レジスタ16の最上位を”O”に
する。同時に加減算器12の出力102上の部分剰余は
桁移動回路14で1桁左シフトされた後新しい部分被除
数として被除数レジスタ10に格納される。また加減算
器12の符号信号108も符号レジスタ15に格納され
る。なお、商レジスタ16は除算処理開始時にゼロクリ
アされている。
Inside the non-recovery divider 1, the dividend register 10 is first
In order to know the size of the dividend M held in the register 11 and the divisor N held in the divisor register 11, subtraction is performed by the adder/subtractor 12, and the sign signal 108 is used to confirm the sign of the subtraction result. When the subtraction result is positive, the dividend M is greater than the divisor N, so the highest order of the quotient register 16 is set to 1''.
If the value is negative, the divisor N cannot be subtracted because it is larger than the dividend M, so the highest order of the quotient register 16 is set to "O". 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. Note that the quotient register 16 is cleared to zero at the start of the division process.

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

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

まで繰り返す。なお、剰余レジスタ13の出力103は
オールゼロ検出回路17で常時チェックされており、剰
余レジスタ13にオールゼロが格納される時、つまシ被
除数Mが除数Nで割り切れた時には、オールゼロ検出回
路17からのオールゼロ検出信号107を受けた除算制
御回路30は。
Repeat until. Note that 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, when the dividend M is evenly divisible by the divisor N, all zeros from the all-zero detection circuit 17 are output. The division control circuit 30 receives the detection signal 107.

商レジスタ16の出力106を商Qとして出力回路40
から制御信号300を使って出力させ、除土する。
The output circuit 40 uses the output 106 of the quotient register 16 as the quotient Q.
The control signal 300 is used to output the output from the control signal 300, and the earth is removed.

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

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

次に、除数レジスタ21に保持されている除数Nと乗数
レジスタ22に保持されている第1の近似化乗数とを乗
算器23で乗算して得た第1の近似除数を乗数作成回路
24に入力し、ここで第2の近似化乗数を作成し乗数レ
ジスタ22に格納する。この時乗算器23の出力203
上の第1の近似除数は除数レジスタ21に格納される。
Next, the 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. Here, a 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 a termination instruction is received from the division control circuit. The division control circuit 30 outputs the output 20 of the divisor register 21.
1", the division process is stopped when the output 201 becomes 1", and the approximation value of the quotient held in the dividend register 20 is set as the quotient Q and the control signal 300 is used from the output circuit 40. The division completion report E is transmitted to the host device.Then, the operations of the non-recovery type divider 1 and the multiplication convergence type divider 2 are stopped.

一般に、非回復型除算器は、nビ、トの除算に対してn
回の加減算を行うが、除算の途中で割り切れた場合には
その段階の部分商が正式な商となる。
In general, a non-recovery divider uses n
Addition and subtraction are performed, but if it is divisible in the middle of the division, the partial quotient at that stage becomes the official quotient.

また2乗算収束型除算器の場合には、除数が1”になっ
た段階で被除数を商に近似したものが商となるため、処
理時間は非回復型除算器に比べて早いが、被除数の値は
処理時間の長短には影響を及ぼさない。また、除数の近
似にかかる処理時間もほとんどが同じなので2乗算収束
型除算器を使用した場合処理時間はデータに依存しない
。そのため、簡単に割り切れる除算は非回復型除算器の
方が処理時間が短いため9通常の除算の場合は乗算収束
型除算器によって商が計算されるが、簡単に割り切れる
除算の場合は非回復型除算器を使用することによシ、商
を早く計算することができる。
In addition, in the case of a squaring convergence type divider, the quotient is an approximation of the dividend to the quotient when the divisor reaches 1'', so the processing time is faster than that of a non-recovery type divider. The value does not affect the length of processing time.Also, the processing time required to approximate the divisor is almost the same, so when using a square convergence type divider, the processing time does not depend on the data.Therefore, it is easy to divide. For division, a non-recovery divider takes less time to process.9For normal division, the quotient is calculated by a multiplication convergence divider, but for division that is easily divisible, a non-recovery divider is used. Especially, you can calculate the quotient quickly.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、非回復型除算器と乗算収
束型除算器とを同時に動かし2乗算収束型除算器で通常
の除算を担当し、非回復型除算器では短時間で割り切れ
る除算を担当することにより、それぞれの除算器の特長
を生かすことができ。
As explained above, in the present invention, the non-recovery type divider and the multiplication convergence type divider are operated simultaneously, the squaring convergence type divider is responsible for normal division, and the non-recovery type divider is responsible for division that can be divided in a short time. By taking charge of each divider, you can take advantage of the features of each divider.

それぞれの除算データに合った最適な除算器を採用でき
、除算処理時間の短縮化が図れるという効果がある。
This has the effect that the optimum divider suitable for each division data can be adopted, and the division processing time can be shortened.

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

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

Claims (1)

【特許請求の範囲】[Claims] 1、被除数及び除数から商を求める除算装置において、
被除数または正の部分被除数からは除数を減算すること
と、負の部分被除数には除数を加算することと、前記加
減算によって得られた部分剰余の桁移動を行い部分被除
数とすることとを繰返し行い、その桁の商は前記加減算
結果の符号によって定まり、回復の加算を省略できる非
回復型除算器と;除算を分数と考え、分母の除数が“1
”に近づく数列を選び、除数と被除数に対して乗算を繰
返すことにより、商を求める除算を行う乗算収束型除算
器と;前記非回復型除算器の部分剰余の有無を監視し、
除算途中で前記非回復型除算器の部分剰余が無くなった
場合には、前記乗算収束型除算器の除算処理を停止し、
前記非回復型除算器の商を除算の商とし、また前記乗算
収束型除算器がそのまま除算を終了した場合には、前記
非回復型除算器の除算処理を停止し、前記乗算収束型除
算器の商を除算の商とする手段とを有する除算装置。
1. In a division device that calculates a quotient from a dividend and a divisor,
Repeatedly subtracting the divisor from the dividend or positive partial dividend, adding the divisor to the negative partial dividend, and shifting the digits of the partial remainder obtained by the addition and subtraction to obtain the partial dividend. , the quotient of the digit is determined by the sign of the addition/subtraction result, and the non-recovery type divider can omit the recovery addition;
a multiplication convergence type divider that performs division to obtain a quotient by selecting a sequence of numbers approaching `` and repeating multiplication on the divisor and dividend; monitoring the presence or absence of a partial remainder of the non-recovery type divider;
If the partial remainder of the non-recovery type divider disappears during division, stopping the division process of the multiplication convergence type divider,
The quotient of the non-recovery type divider is used as the quotient of division, and if the multiplication convergence type divider finishes the division as it is, the division process of the non-recovery type divider is stopped, and the multiplication convergence type divider and means for determining the quotient of the division as the quotient of the division.
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 true JPS6349932A (en) 1988-03-02
JPH0619704B2 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02165326A (en) * 1988-12-20 1990-06-26 Matsushita Electric Ind Co Ltd Non-recovery type divider

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02165326A (en) * 1988-12-20 1990-06-26 Matsushita Electric Ind Co Ltd Non-recovery type divider

Also Published As

Publication number Publication date
JPH0619704B2 (en) 1994-03-16

Similar Documents

Publication Publication Date Title
US3777132A (en) Method and apparatus for obtaining the reciprocal of a number and the quotient of two numbers
KR940010806B1 (en) Arithmetic processing apparatus and method used thereby
JPH05250146A (en) Arithmetic operation circuit executing integer involution processing
RU2696223C1 (en) Arithmetic logic unit for generating residual by arbitrary module from number
JPS6349932A (en) Divider
JP3271120B2 (en) Device for fast multiplication of binary numbers
JPH0619703B2 (en) Divider
JPS5842890B2 (en) Digital differential analyzer
US3746849A (en) Cordic digital calculating apparatus
SU842806A2 (en) Device for computing the square root
SU1410024A1 (en) Multiplication device
JP2705162B2 (en) Arithmetic processing unit
JPS63158626A (en) Arithmetic processing unit
SU817706A1 (en) Device for dividing numbers without restoring remainder
SU744595A1 (en) Digital function generator
JPH05257650A (en) Dividing device
SU591861A1 (en) Functional converter
SU731436A1 (en) Binary-decimal arithmetic device
SU682894A1 (en) Arithmetical apparatus
SU633015A1 (en) Exponential function computing arrangement
SU1339553A1 (en) Divider
JP2726479B2 (en) Division device
SU579614A1 (en) Divider
SU1617437A1 (en) Device for dividing binary numbers
SU608157A1 (en) Multiplier

Legal Events

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