JPH0934877A - Perturbation arithmetic unit - Google Patents

Perturbation arithmetic unit

Info

Publication number
JPH0934877A
JPH0934877A JP17853295A JP17853295A JPH0934877A JP H0934877 A JPH0934877 A JP H0934877A JP 17853295 A JP17853295 A JP 17853295A JP 17853295 A JP17853295 A JP 17853295A JP H0934877 A JPH0934877 A JP H0934877A
Authority
JP
Japan
Prior art keywords
perturbation
data bus
register group
vector
calculation
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.)
Withdrawn
Application number
JP17853295A
Other languages
Japanese (ja)
Inventor
Yoshiaki Miyake
慶明 三宅
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.)
Mitsubishi Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries 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 Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP17853295A priority Critical patent/JPH0934877A/en
Publication of JPH0934877A publication Critical patent/JPH0934877A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily develop a program in a short time, to prepare various conventional routines and to improve the arithmetic speed considerably. SOLUTION: The perturbation arithmetic unit being an eclectic system between the hardware and software systems is mounted on an electronic computer, and the perturbation arithmetic unit is made up of a command analysis execution controller 8, plural vector registers 16, 36, plural vector adders/subtractors 12, 29, various exclusive function calculators 14, shift register groups 20-22, 24, 28, and plural data buses 5, 18, 30 and the perturbation arithmetic operation of an optional degree order is executed by the hardware.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、電子計算機の演算
装置等に適用される、微少差量の高精度計算を実行する
摂動演算装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a perturbation arithmetic unit applied to an arithmetic unit of an electronic computer or the like for executing a highly accurate calculation of a minute difference amount.

【0002】[0002]

【従来の技術】従来、微少差量の高精度計算方式として
は、ソフトウェアによるものと、ハードウェアによる2
つの方法がある。以下、従来の微少差量の高精度計算の
方式を図3、図4に基づいて説明する。
2. Description of the Related Art Conventionally, as a high precision calculation method for a minute difference amount, there are a software method and a hardware method.
There are two ways. Hereinafter, a conventional method of highly accurate calculation of a minute difference amount will be described with reference to FIGS. 3 and 4.

【0003】ソフトウェアによる方法は、予め計算式を
摂動展開し、相殺される項を予め代数的に削除し、計算
実行時の桁落ち誤差を回避する方法である。図3は、ソ
フトウェアによる高精度摂動計算の手順を示したもので
ある。例として2次関数F(X)=X2 の数値微分値の
計算、すなわち、 DF(X,dx)=(F(X+dx)−F(X−d
x))/2dx を計算するものとする。
The software method is a method in which perturbation expansion of a calculation formula is performed in advance, and terms to be canceled are deleted in an algebraic manner in advance so as to avoid a digit cancellation error at the time of executing the calculation. FIG. 3 shows a procedure of high-precision perturbation calculation by software. As an example, calculation of the numerical differential value of the quadratic function F (X) = X 2 , that is, DF (X, dx) = (F (X + dx) −F (X−d
x)) / 2dx shall be calculated.

【0004】まず、摂動展開 F(X±dx)=X2 ±2X×dx+○(dx2 ) を計算機外で実施する(ステップA1)。First, the perturbation expansion F (X ± dx) = X 2 ± 2X × dx + ∘ (dx 2 ) is carried out outside the computer (step A1).

【0005】次いで、目的方程式の代数演算を計算機外
で実施する(ステップA2)。すなわち、(F(X+d
x)−F(X−dx))/2dxを展開し、 (X2 +2dx×X+dx2 −X2 +2dx×X−dx
2 )/2dx=2X を得る。
Next, the algebraic calculation of the objective equation is carried out outside the computer (step A2). That is, (F (X + d
x) -F (X-dx) ) / 2dx Expand, (X 2 + 2dx × X + dx 2 -X 2 + 2dx × X-dx
2 ) / 2dx = 2X.

【0006】dxが微少であるとき、 (F(X+dx)−F(X−dx))/2dx=2X であることを予め計算し、プログラムして計算を実施す
る(ステップA3,A4)。
When dx is very small, it is calculated in advance that (F (X + dx) -F (X-dx)) / 2dx = 2X, and the calculation is performed by programming (steps A3 and A4).

【0007】一方、ハードウェアによる方法は、Xに対
するdxの微少性に相当する分、単に演算器の計算桁数
を増加させて行なうものである。図4は、ハードウェア
による高精度摂動計算の手順を示したものである。
On the other hand, the hardware method is performed by simply increasing the number of calculation digits of the arithmetic unit by an amount corresponding to the minuteness of dx with respect to X. FIG. 4 shows a procedure of high-precision perturbation calculation by hardware.

【0008】例として2次関数F(X)=X2 の時に、
X=1、dx=1.11111×10-5として、数値微
分値の計算、すなわち、 DF(X,dx)=(F(X+dx)−F(X−d
x))/dx を計算するものとする。
As an example, when the quadratic function F (X) = X 2 ,
When X = 1, dx = 1.111111 × 10 −5 , calculation of numerical differential value, that is, DF (X, dx) = (F (X + dx) −F (X−d
x)) / dx shall be calculated.

【0009】まず、プログラムして DF(X,dx)=((X+dx)2 −X2 )/dx の計算を実施する(ステップB1)。First, a program is performed to calculate DF (X, dx) = ((X + dx) 2 −X 2 ) / dx (step B1).

【0010】その後、計算機による計算を実行する(ス
テップB2)。ステップB2では、図3と同様の問題例
に対し、 X=1、dx=1.11111×10-5 の場合に6桁の精度で数値微分値を計算するのに必要な
演算器の桁数を示している。約6桁の精度(通常の単精
度と呼ばれる)を得るのに、11桁の演算が必要である
ことが判る。なお、ハードウェアによる方法は、予め代
数計算する必要がないので、プログラムは容易である。
After that, the calculation by the computer is executed (step B2). In step B2, for the same problem example as in FIG. 3, when X = 1 and dx = 1.11111 × 10 −5 , the number of digits of the arithmetic unit required to calculate the numerical differential value with a precision of 6 digits Is shown. It can be seen that 11 digits of arithmetic are required to obtain about 6 digits of precision (called normal single precision). Note that the hardware method does not require algebraic calculation in advance, so the program is easy.

【0011】[0011]

【発明が解決しようとする課題】微少差量の計算は、数
値計算問題において度々必要となるプログラムである。
前述のソフトウェア方式による場合、例に示した様な単
純な関数式であれば問題ないが、実際の複雑な問題にな
ると、その摂動展開・代数計算に時間が掛かると共に、
誤りを犯し易い。また、代数計算を計算機で実行できる
よう一般化することは通常できないので、汎用のサブル
ーチンを作ることができない。
The calculation of the minute difference amount is a program which is often required in the numerical calculation problem.
In the case of the software method described above, there is no problem if it is a simple functional expression as shown in the example, but when it becomes an actual complicated problem, it takes time for its perturbation expansion / algebraic calculation,
Easy to make mistakes. In addition, since it is not possible to generalize the algebraic calculation so that it can be executed by a computer, it is impossible to create a general-purpose subroutine.

【0012】一方、ハードウェア方式の場合、桁数が大
きくなる分だけメモリ容量が大きくなり、また演算時間
が増大する。更に、演算の途中における桁落ちの予測を
しなければ、どの程度の桁数が必要か判定できず、計算
結果の信頼性が保証できない。このため、プログラム検
証に余分な時間が必要である。検証は個々の問題に対し
実行される必要があり、やはり汎用のサブルーチンを作
っても、そのまま利用できない。
On the other hand, in the case of the hardware system, the memory capacity increases as the number of digits increases, and the operation time also increases. Further, unless the digit cancellation in the middle of the calculation is predicted, it is not possible to determine how many digits are necessary and the reliability of the calculation result cannot be guaranteed. Therefore, extra time is required for program verification. The verification needs to be executed for each problem, and even if a general subroutine is created, it cannot be used as it is.

【0013】本発明は上記の課題を解決するためになさ
れたもので、プログラムを短期間で且つ容易に開発でき
ると共に、各種の汎用ルーチンを用意しておくことが可
能であり、しかも、演算器を専用ハードウェア化するこ
とにより、演算速度を大幅に向上し得る摂動演算装置を
提供することを目的とする。
The present invention has been made in order to solve the above-mentioned problems, and a program can be easily developed in a short period of time, and various general-purpose routines can be prepared. It is an object of the present invention to provide a perturbation operation device that can significantly improve the operation speed by implementing the above as dedicated hardware.

【0014】[0014]

【課題を解決するための手段】本発明に係る摂動演算装
置は、コマンド解析・実行制御装置と、複数のベクトル
レジスタと、複数のベクトル加減算器と、複数のベクト
ル乗算器と、各種の専用関数計算器と、シフトレジス
タ、複数のデータバスとから構成され、ハードウェアに
より任意次数の摂動演算を実行することを特徴とする。 (1)本発明は、ハードウェア方式・ソフトウェア方式
を折衷した専用の演算器を電子計算機に組み込んだ構成
とするもので、以後この部分を「摂動演算器」と称す
る。
A perturbation arithmetic unit according to the present invention comprises a command analysis / execution control unit, a plurality of vector registers, a plurality of vector adders / subtractors, a plurality of vector multipliers, and various dedicated functions. It is characterized by comprising a calculator, a shift register, and a plurality of data buses, and executing perturbation operations of arbitrary orders by hardware. (1) The present invention has a configuration in which a dedicated computing unit, which is a compromise between the hardware system and the software system, is incorporated in an electronic computer, and hereinafter, this portion is referred to as a "perturbation computing unit".

【0015】摂動演算器では、数を、複素数が実数部と
虚数部から構成されるのと同様に、主要部(図3のX)
と摂動部(図3のdx)から成るベクトルとして扱う。
そして、これらのベクトル化された数の摂動展開による
加減乗除および初等関数の計算をハードウェアにて実施
する。 (2)手段の詳細を記述する前に記号法を以下のように
定める。
In the perturbation calculator, the main part (X in FIG. 3) of the number is the same as the complex number is composed of the real number part and the imaginary number part.
And a perturbation part (dx in FIG. 3).
Then, the addition, subtraction, multiplication and division by the perturbation expansion of these vectorized numbers and the calculation of the elementary functions are executed by hardware. (2) Before describing the details of the means, the notation is defined as follows.

【0016】(1) 摂動数の表現方法 A={a0 、a1 、a2 、a3 ・・・・aN } 摂動数を一般に上式のように成分を{}で次数の低いも
のから並べて表す。実数化は下式による。但し、εは微
少な数である。図3などはNがε=10-5の場合であ
る。
(1) Method of expressing perturbation number A = {a 0 , a 1 , a 2 , a 3 ... A N } The perturbation number is generally {} and has a low order as shown in the above equation. From side by side. Realization is based on the following formula. However, ε is a small number. FIG. 3 and the like show the case where N is ε = 10 −5 .

【0017】A=a0 +a1 ×ε+a2 ×ε2 +a3 ×
ε3 ・・・・aN ×εN (2) 摂動数の実数化 A(ε)は実際にεに値を入れ、(1) の第2式により計
算した結果であるとする。
A = a 0 + a 1 × ε + a 2 × ε 2 + a 3 ×
ε 3 ··· a N × ε N (2) Realization of perturbation number A (ε) is the result of actually inserting a value into ε and calculating by the second equation of (1).

【0018】(3) 繰り返しの表現 次の表現は、手順を0からNまでのΔ飛びに、順に繰り
返すことを表しているものとする。
(3) Repetitive Expression It is assumed that the following expression represents that the procedure is sequentially repeated in Δ steps from 0 to N.

【0019】 (3)摂動演算器による摂動加算(A=B+C)は、以
下の様にハードウェアおよびマイクロコードを構成す
る。ここでマイクロコードとは、摂動演算器内の、シー
ケンスを制御する内部ソフトウェアを示す。ここでA,
B,Cは摂動数を一般的に表すと同時に摂動演算器内の
レジスタ群を表しており、aI 、bI 、cI等は個々の
レジスタである。
[0019] (3) The perturbation addition (A = B + C) by the perturbation calculator forms the hardware and microcode as follows. Here, the microcode indicates internal software that controls a sequence in the perturbation calculator. Where A,
B and C generally represent a perturbation number and also represent a register group in the perturbation calculator, and a I , b I , c I, etc. are individual registers.

【0020】 for(I=0〜N) {aI =bI +cI } (4)摂動演算器による摂動演算(A=B−C)は、以
下の様にハードウェアおよびマイクロコードを構成す
る。
For (I = 0 to N) {a I = b I + c I } (4) The perturbation operation (A = B−C) by the perturbation operation unit configures hardware and microcode as follows. .

【0021】 for(I=0〜N) {aI =bI −cI } (5)摂動演算器による摂動演算(A=B×C)は以下
の様にハードウェアおよびマイクロコードを構成する。
構成法は2タイプある。
For (I = 0 to N) {a I = b I −c I } (5) The perturbation operation (A = B × C) by the perturbation arithmetic unit constitutes hardware and microcode as follows. .
There are two types of construction methods.

【0022】 「タイプ1」 for(I=0〜N) {aI =0} for(I=0〜N) {for(I=0〜N−J) {aI+J =aI+J +bI ×cJ } } 「タイプ2」 for(J=0〜N) { if(2J≦N){a2J=bJ ×cJ } for(I=0〜最小値(J−1、N−J)) {aI+J =aI+J +bJ ×cI +bI ×cJ } } (6)摂動演算器による摂動除算(A=C÷B)は、以
下の様にハードウェアおよびマイクロコードを構成す
る。但し、b0 は「0」でないものとする。
“Type 1” for (I = 0 to N) {a I = 0} for (I = 0 to N) {for (I = 0 to N−J) {a I + J = a I + J + B I × c J }} “Type 2” for (J = 0 to N) {if (2J ≦ N) {a 2J = b J × c J } for (I = 0 to minimum value (J-1, N -J)) {a I + J = a I + J + b J × c I + b I × c J}} (6) perturbation division by perturbation calculator (a = C ÷ B) is hardware as follows And configure microcode. However, b 0 is not “0”.

【0023】 for(I=0〜N) {aI =0} for(J=0〜N) { aJ =(cJ +aJ )×(1/b0 ) for(I=1〜N−J) {aI+J =aI+J −aj ×bI } } (7)摂動演算器による指数関数計算(A=exp
(B))は、以下の様にハードウェアおよびマイクロコ
ードを構成する。(注:Bの値は書き変わる。) a0 =exp(b0 ) for(I=1〜N) {aI =0} for(J=1〜N) { for(I=J〜N) {aI =aI +bJ ×aI-J } for(I=1〜J) {if(K=J/Iが整数) bJ =bJ −bI K ×cIJI K+1 =bI K ×bI } } ここで、cIJはCI のεJ 成分であり、CI =1n(1
+εI )である。この値は定数であり、摂動演算器の中
に適当なN(次数)まで全て記憶されている。 (8)摂動演算器による自然対数計算(A=1n
(B))は以下の様にハードウェアおよびマイクロコー
ドを構成する。(注:Bの値は書き変わる。) a0 =1n(b0 ) for(I=1〜N) {aI =0} for(I=0〜N) {bI =bI ×(1/b0 )} for(I=0〜N) { for(I=J+1〜N) {bI =bI +(−bJ )×bI-J } for(I=1〜J) {if(K=J/Iが整数) aJ =aJ +(−bIK ×cIJ (−bIK+1 =(−bIK ×(−bI ) } } ここで、cIJはCI のεJ 成分であり、CI =1n(1
+εI )である。この値は定数であり、摂動演算器の中
に適当なN(次数)まで全て記憶されている。 (9)その他、三角関数及びべき乗も、上記(7),
(8)と同様のアルゴリズム(コーディング)により構
成する。 (10)摂動演算器による実数化計算(a0 =B
(ε))は以下の様にハードウェアおよびマイクロコー
ドを構成する。
For (I = 0 to N) {a I = 0} for (J = 0 to N) {a J = (c J + a J ) × (1 / b 0 ) for (I = 1 to N− J) {a I + J = a I + J -a j × b I}} (7) exponential calculation by the perturbation calculator (A = exp
(B)) configures hardware and microcode as follows. (Note: the value of B is rewritten.) A 0 = exp (b 0 ) for (I = 1 to N) {a I = 0} for (J = 1 to N) {for (I = J to N) {A I = a I + b J × a IJ } for (I = 1 to J) {if (K = J / I is an integer) b J = b J −b I K × c IJ b I K + 1 = b I K × b I }} where c IJ is the ε J component of C I , and CI = 1n (1
+ Ε I ). This value is a constant and is stored in the perturbation calculator up to an appropriate N (order). (8) Natural logarithm calculation by a perturbation calculator (A = 1n
(B)) configures hardware and microcode as follows. (Note: the value of B is rewritten.) A 0 = 1n (b 0 ) for (I = 1 to N) {a I = 0} for (I = 0 to N) {b I = b I × (1 / b 0)} for (I = 0~N) {for (I = J + 1~N) {b I = b I + (- b J) × b IJ} for (I = 1~J) {if (K = J / I is an integer) a J = a J + (− b I ) K × c IJ (−b I ) K + 1 = (− b I ) K × (−b I )}} where c IJ is epsilon J components C I, C I = 1n ( 1
+ Ε I ). This value is a constant and is stored in the perturbation calculator up to an appropriate N (order). (9) In addition, the trigonometric function and the power are
It is configured by the same algorithm (coding) as (8). (10) Realization calculation by a perturbation calculator (a 0 = B
(Ε)) constitutes the hardware and microcode as follows.

【0024】a0 =0 for(I=0〜N) {a0 =a0 ×ε+bN-I } (11)これらの摂動演算機能を使いやすくするため
に、コンパイラに摂動数を扱う機能を持たせ、通常の数
値を記述するのと同じように記述すれば良いようにす
る。
A 0 = 0 for (I = 0 to N) {a 0 = a 0 × ε + b NI } (11) In order to make these perturbation operation functions easy to use, the compiler is provided with a function for handling perturbation numbers. , Write in the same way as you write normal numbers.

【0025】以上説明した手段により、ソフトウェアに
よる摂動展開および代数演算による主要項の相殺が、計
算の度にハードウェアにより行なわれる。また、計算の
度に代数演算と同等の処理が行なわれる。従って、事前
に行なわなければならない検討作業を省くことができ、
また誤りもないので、プログラムの開発が容易、且つ短
期間で可能である。更に、計算の度に代数演算同等処理
が行なわれるので、各種の汎用ルーチンを用意しておく
ことが可能である。本発明で実行される演算を全てソフ
トウェアで模擬実行する事は可能であるが、演算時間が
膨大になり、実用的ではない。演算器を専用ハードウェ
ア化することにより、計算速度を本質的に上げると同時
に、並列処理可能な部分は並列化し演算速度が大幅に向
上している。具体的には、一般に摂動数の次数(N)+
1と同じ数の並列化が可能である。
By the means described above, the perturbation expansion by software and the cancellation of the main terms by the algebraic operation are performed by the hardware at each calculation. In addition, a process equivalent to algebraic calculation is performed every time the calculation is performed. Therefore, it is possible to omit the examination work that must be performed in advance,
Moreover, since there is no error, it is possible to develop the program easily and in a short period of time. Further, since the algebraic calculation equivalent process is performed every time the calculation is performed, various general-purpose routines can be prepared. Although it is possible to simulate all the calculations executed in the present invention by software, the calculation time becomes enormous and it is not practical. By making the arithmetic unit a dedicated hardware, the calculation speed is essentially increased, and at the same time, the parts that can be processed in parallel are parallelized and the calculation speed is greatly improved. Specifically, in general, the order of perturbation (N) +
The same number of parallelizations as 1 is possible.

【0026】[0026]

【発明の実施の形態】以下、本発明の実施形態を図面に
基づいて具体的に説明する。図1は本発明の一実施形態
に係わる摂動演算システムの全体の概略構成を示してい
る。摂動演算システムは、通常の電子計算機システム
1、摂動演算器2、摂動演算コンパイラ3等のソフトウ
ェアで構成され、電子計算機システム1及び摂動演算器
2は、アドレスバス4、データバス5、制御信号バス6
等を介して接続されている。
Embodiments of the present invention will be specifically described below with reference to the drawings. FIG. 1 shows an overall schematic configuration of a perturbation calculation system according to an embodiment of the present invention. The perturbation computing system is composed of software such as a normal electronic computer system 1, a perturbation computing unit 2 and a perturbation computing compiler 3. The electronic computer system 1 and the perturbation computing unit 2 are composed of an address bus 4, a data bus 5 and a control signal bus 6
And the like.

【0027】図2は本発明の主要部である摂動演算器2
の詳細ブロック図であり、この例では摂動次数N=3の
ものを示している。機能として摂動数の加減乗除、指数
対数関数、実数化を有している。
FIG. 2 shows a perturbation calculator 2 which is a main part of the present invention.
FIG. 3 is a detailed block diagram of the perturbation order N = 3 in this example. Functions include addition, subtraction, multiplication and division of perturbation numbers, exponential logarithmic function, and realization.

【0028】摂動演算器2は、コマンド解析・実行制御
器8により、コントロールされている。実行の命令は、
摂動算器2に割り当てられた一連のアドレスにより行な
われる。
The perturbation calculator 2 is controlled by a command analysis / execution controller 8. The command to execute is
It is performed by a series of addresses assigned to the perturbation calculator 2.

【0029】以下、機能毎に具体的な働きを説明し、図
2の説明とする。 (1)演算(A=A+B) [コマンド(1) :加算の為の第1変数のAレジスタへの
読み込み] [実行内容]データバス5の内容を内部主データバス1
9を通してAレジスタ群20に書き込む。
The specific function of each function will be described below, and the description will be made with reference to FIG. (1) Operation (A = A + B) [Command (1): Reading the first variable into the A register for addition] [Execution content] The content of the data bus 5 is changed to the internal main data bus 1
Write to the A register group 20 through 9.

【0030】次数シフト器10、第1ベクトル加減算器
11、第1ベクトル乗算器12をパススルーにし、内部
主データバス19と第2ベクトル加減算器13を直通に
する。また、ルートA31を開く。
The order shifter 10, the first vector adder / subtractor 11 and the first vector multiplier 12 are passed through, and the internal main data bus 19 and the second vector adder / subtractor 13 are directly connected. Also, the route A31 is opened.

【0031】[コマンド(2) :加算の第2変数の読み込
みと加算実行] [実行内容]データバス5の内容を内部主データバス1
9を通して第2ベクトル加減算器13に導き、加算を行
ない、その結果をAレジスタ群20に書き込む。
[Command (2): Read second variable of addition and execute addition] [Execution content] The contents of the data bus 5 are changed to the internal main data bus 1
It is led to the second vector adder / subtractor 13 through 9, and addition is performed, and the result is written in the A register group 20.

【0032】[コマンド(3) :加算結果の読み出し] [実行内容]データバス5に対し、Aレジスタ群20の
値を内部主データバス19を経由して送り出す。 (2)減算(A=A−B) [コマンド(1) :減算の為の第1変数のAレジスタへの
読み込み] [実行内容]データバス5の内容を内部主データバス1
9を通してAレジスタ群20に書き込む。
[Command (3): Read addition result] [Execution content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (2) Subtraction (A = AB) [Command (1): Reading the first variable into the A register for subtraction] [Execution content] The content of the data bus 5 is changed to the internal main data bus 1
Write to the A register group 20 through 9.

【0033】次数シフト器10、第1ベクトル加減算器
11、第1ベクトル乗算器12をパススルーにし、内部
主データバス19と第2ベクトル加減算器13を直通に
する。また、ルートA31を開く。
The order shifter 10, the first vector adder / subtractor 11 and the first vector multiplier 12 are passed through, and the internal main data bus 19 and the second vector adder / subtractor 13 are directly connected. Also, the route A31 is opened.

【0034】[コマンド(2) :減算の第2変数の読み込
みと減算実行] [実行内容]データバス5の内容を内部主データバス1
9を通して第2ベクトル加減算器13に導き、減算を行
ない、その結果をAレジスタ群20に書き込む。
[Command (2): Read second variable for subtraction and execute subtraction] [Execution content] The contents of the data bus 5 are changed to the internal main data bus 1
It is led to the second vector adder / subtractor 13 through 9, and subtraction is performed, and the result is written in the A register group 20.

【0035】[コマンド(3) :減算結果の読み出し] [実行内容]データバス5に対し、Aレジスタ群20の
値を内部主データバス19を経由して送り出す。 (3)乗算(A=B×C) [コマンド(1) :乗算の為の第1変数のBレジスタへの
読み込み] [実行内容]データバス5の内容を内部主データバス1
9を通してBレジスタ群24に書き込む。
[Command (3): Reading of subtraction result] [Execution content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (3) Multiplication (A = B × C) [Command (1): Reading the first variable into the B register for multiplication] [Execution content] The content of the data bus 5 is changed to the internal main data bus 1
Write to B register group 24 through 9.

【0036】Aレジスタ群20をクリアする。第1ベク
トル加減算器11をパススルーにし、ルートA31を開
く。 [コマンド(2) :乗算の第2変数の読み込みと乗算実
行] [実行内容]データバス5の内容を内部主データバス1
9を通してCレジスタ群21に書き込む。
The A register group 20 is cleared. The first vector adder / subtractor 11 is made to pass through and the route A31 is opened. [Command (2): Read second variable of multiplication and execution of multiplication] [Execution content] The content of the data bus 5 is changed to the internal main data bus 1
Write to C register group 21 through 9.

【0037】「J=0」内部副データバス18を通じて
0 を第1ベクトル乗算器12に全成分同じ値にして導
く。
Through the "J = 0" internal sub data bus 18, c 0 is led to the first vector multiplier 12 with the same value for all components.

【0038】内部主データバス19を通じてBレジスタ
群24の内容を第1ベクトル乗算器12に導く。第1ベ
クトル乗算器12により全成分の乗算を行なう。
The contents of the B register group 24 are led to the first vector multiplier 12 through the internal main data bus 19. The first vector multiplier 12 multiplies all components.

【0039】更に、第2ベクトル加減算器13によりそ
の結果をAレジスタ群20の内容と加算し、その結果を
Aレジスタ群20に書き込む。 「J=1」内部副データバス18を通じてc1 を第1ベ
クトル乗算器12に全成分同じ値にして導く。
Further, the result is added to the contents of the A register group 20 by the second vector adder / subtractor 13, and the result is written in the A register group 20. Through the "J = 1" internal sub data bus 18, c 1 is led to the first vector multiplier 12 with the same value for all components.

【0040】内部主データバス19を通じてBレジスタ
群24の内容を第1ベクトル乗算器12に導く。但し、
途中、次数シフト器10によりBを1次分高次方向にシ
フトする。
The contents of the B register group 24 are led to the first vector multiplier 12 through the internal main data bus 19. However,
On the way, the order shifter 10 shifts B to the higher order by one order.

【0041】第1ベクトル乗算器12により1次以上成
分の乗算を実行し、その結果を第2ベクトル加減算器1
3によりAレジスタ群20の内容と1次以上につき加算
して、結果をAレジスタ群20に帰す。
The first vector multiplier 12 executes the multiplication of the first and higher order components, and the result is the second vector adder / subtractor 1
In step 3, the contents of the A register group 20 and the primary and higher levels are added, and the result is returned to the A register group 20.

【0042】「J=2」内部副データバス18を通じて
2 を第1ベクトル乗算器12に全成分同じ値にして導
く。
Through the "J = 2" internal sub data bus 18, c 2 is led to the first vector multiplier 12 with the same value for all components.

【0043】内部主データバス19を通じてBレジスタ
群24の内容を第1ベクトル乗算器12に導く。但し、
途中次数シフト器10によりBを2次分高次方向にシフ
トする。
The contents of the B register group 24 are led to the first vector multiplier 12 through the internal main data bus 19. However,
On the way, the intermediate order shifter 10 shifts B in the higher order by the second order.

【0044】第1ベクトル乗算器12により2次以上成
分の乗算を実行する。更に、第2ベクトル加減算器13
によりその結果をAレジスタ群20の内容と2次以上に
つき加算し、結果をAレジスタ群20に帰す。
The first vector multiplier 12 executes multiplication of second-order and higher-order components. Further, the second vector adder / subtractor 13
Then, the result is added to the contents of the A register group 20 for the secondary and higher order, and the result is returned to the A register group 20.

【0045】「J=3」J=2と同様の処理を行なう。 [コマンド(3) :減算の読み出し] [実行内容]データバス5に、Aレジスタ群20の値を
内部主データバス19を経由して送り出す。 (4)除算(A=A÷B) [コマンド(1) :除算の為の第2変数のBレジスタへの
読み込み] [実行内容]データバス5内容を内部主データバス19
を通してBレジスタ群24に書き込む。
"J = 3" The same process as J = 2 is performed. [Command (3): Read out of subtraction] [Execution content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (4) Division (A = A ÷ B) [Command (1): Reading second variable into B register for division] [Execution content] Data bus 5 content is transferred to internal main data bus 19
Through the B register group 24.

【0046】Aレジスタ群20をクリアする。内部副デ
ータバス18を通じてb0 を逆数計算器15に導き計算
結果をsレジスタ16に保管する。
The A register group 20 is cleared. B 0 is guided to the reciprocal calculator 15 through the internal sub data bus 18 and the calculation result is stored in the s register 16.

【0047】[コマンド(2) :除算の第1変数の読み込
みと除算実行] [実行内容]データバス5内容を内部主データバス19
を通してCレジスタ群21に書き込む。
[Command (2): Read first variable of division and execute division] [Execution content] The contents of the data bus 5 are transferred to the internal main data bus 19
Through the C register group 21.

【0048】sレジスタ16の内容を内部副データバス
18を通じて第1ベクトル乗算器12に導く。 「J=0」次数シフト器10と第2ベクトル加減算器1
3はパススルーとする。
The contents of the s register 16 are guided to the first vector multiplier 12 through the internal sub data bus 18. "J = 0" degree shifter 10 and second vector adder / subtractor 1
3 is pass-through.

【0049】内部主データバス19を通じてAレジスタ
群20の内容を第1ベクトル加減算器11に導く。ルー
トC32を開き、Cレジスタ群21の内容を第1ベクト
ル加減算器11に導く。
The contents of the A register group 20 are guided to the first vector adder / subtractor 11 through the internal main data bus 19. The route C32 is opened, and the contents of the C register group 21 are guided to the first vector adder / subtractor 11.

【0050】第1ベクトル加減算器11により0次成分
の加算を行ない、更に、第1ベクトル乗算器12により
その結果をsレジスタ16の値(1/b0 )と乗算し、
結果をAレジスタ群20に入れる(a0 )。
The first vector adder / subtractor 11 adds the 0th order component, and the first vector multiplier 12 multiplies the result by the value (1 / b 0 ) of the s register 16,
The result is put into the A register group 20 (a 0 ).

【0051】Aレジスタ群20のa0 を内部副データバ
ス18を通じて第1ベクトル乗算器12に導く。次数シ
フト器10をパスとし、ルートA31を開く第1ベクト
ル加減算器11のパススルーとする。
The a 0 of the A register group 20 is led to the first vector multiplier 12 through the internal sub data bus 18. The order shifter 10 is used as a pass, and the first vector adder / subtractor 11 that opens the route A31 is used as a pass-through.

【0052】第1ベクトル乗算器12により、乗算を行
ない、その結果をAレジスタ群20から第2ベクトル加
減算器13により減算し、Aレジスタ群20に書き込
む。 「J=1」次数シフト器10と第2ベクトル加減算器1
3はパススルーとする。
Multiplication is performed by the first vector multiplier 12, and the result is subtracted from the A register group 20 by the second vector adder / subtractor 13 and written in the A register group 20. “J = 1” degree shifter 10 and second vector adder / subtractor 1
3 is pass-through.

【0053】内部主データバス19を通じてAレジスタ
群20の内容を第1ベクトル加減算器11に導く。ルー
トC32を開き、Cレジスタ群21の内容を第1ベクト
ル加減算器11に導く。
The contents of the A register group 20 are guided to the first vector adder / subtractor 11 through the internal main data bus 19. The route C32 is opened, and the contents of the C register group 21 are guided to the first vector adder / subtractor 11.

【0054】第1ベクトル加減算器11により1次成分
の加算を行ない、更に、第1ベクトル乗算器12により
その結果をsレジスタ16の値(1/b0 )と乗算し、
結果をAレジスタ群20に入れる(a1 )。
The first vector adder / subtractor 11 adds the primary components, and the first vector multiplier 12 multiplies the result by the value (1 / b 0 ) of the s register 16,
The result is put into the A register group 20 (a 1 ).

【0055】Aレジスタ群20のa1 を内部副データバ
ス18を通じて第1ベクトル乗算器12に導く。次数シ
フト器10を1次シフトとする。
The a 1 of the A register group 20 is led to the first vector multiplier 12 through the internal sub data bus 18. The order shifter 10 is a primary shifter.

【0056】ルートA31を開く。第1ベクトル加減算
器11もパススルーとする。第1ベクトル乗算器12に
より、1次以上成分に関し乗算を行ない、計算結果をA
レジスタ群20から第2ベクトル加減算器13により減
算し、結果をAレジスタ群20に書き込む。
The route A31 is opened. The first vector adder / subtractor 11 is also pass-through. The first vector multiplier 12 multiplies the first-order and higher-order components, and the calculated result is A
The second vector adder / subtractor 13 subtracts from the register group 20, and the result is written in the A register group 20.

【0057】「J=2」J=1と同様の処理を行なう。 「J=3」J=1と同様の処理を行なう。"J = 2" Processing similar to that for J = 1 is performed. “J = 3” Performs the same processing as J = 1.

【0058】[コマンド(3) :減算の読み出し] [実行内容]データバス5に、Aレジスタ群20の値を
内部主データバス19を経由して送り出す。 (5)除算(A=A(ε)) [コマンド(1) :ε値のεレジスタへの読み込み] [実行内容]データバス5内容を内部主データバス19
を通してεレジスタ36に書き込む。
[Command (3): Read subtraction] [Execution content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (5) Division (A = A (ε)) [Command (1): Read ε value into ε register] [Execution content] Data bus 5 contents are transferred to internal main data bus 19
Through ε register 36.

【0059】[コマンド(2) :実数化の変数のAレジス
タ群への読み込みと実数化実行] [実行内容]データバス5内容を内部主データバス19
を通してAレジスタ群20に書き込む。
[Command (2): Read variable for realization into A register group and execute realization] [Execution content] Data bus 5 contents are transferred to internal main data bus 19
Through the A register group 20.

【0060】εレジスタ36を内部副データバス18を
通じて第1ベクトル乗算器12に導く。第1ベクトル加
減算器11、はパススルーとする。
The ε register 36 is led to the first vector multiplier 12 through the internal sub data bus 18. The first vector adder / subtractor 11 is pass-through.

【0061】ルートA31を開く。次数シフト器10は
−1次とする。 「J=2」Aレジスタ群20を内部主データバス19を
通じて次数シフト器10に導く。
The route A31 is opened. The order shifter 10 is of the -1st order. The “J = 2” A register group 20 is led to the order shifter 10 through the internal main data bus 19.

【0062】1次シフトされたものとεを第1ベクトル
乗算器12で2次成分に関し乗算し、第2ベクトル加減
算器13でa2 と加算し、その結果をa2 に入れる。 「J=1」Aレジスタ群20を内部主データバス19を
通じて次数シフト器10に導く。
The first-order shifted signal and ε are multiplied with respect to the second-order component by the first vector multiplier 12, added by a 2 by the second vector adder / subtractor 13, and the result is put into a 2 . The "J = 1" A register group 20 is led to the order shifter 10 through the internal main data bus 19.

【0063】1次シフトされたものとεを第1ベクトル
乗算器12で1次成分に関し乗算し、第2ベクトル加減
算器13でa1 と加算し結果をa1 に入れる。 「J=0」Aレジスタ群20を内部主データバス19を
通じて次数シフト器10に導く。
The first-order shifted signal and ε are multiplied by the first-order component in the first vector multiplier 12, and added to a 1 in the second vector adder / subtractor 13 to put the result in a 1 . The “J = 0” A register group 20 is led to the order shifter 10 through the internal main data bus 19.

【0064】1次シフトされたものεを第1ベクトル乗
算器12で0次成分に関し乗算し、第2ベクトル加減算
器13でa0 と加算し結果をa0 に入れる。Aレジスタ
群20の1次以上をクリアする。
[0064] The ε those primary shift is multiplied by the first vector multiplier 12 relates zero-order component, placing the results summed with a 0 in the second vector adder-subtractor 13 to a 0. Clear the primary or higher order of the A register group 20.

【0065】[コマンド(3) :減算の読み出し] [実行内容]データバス5に、Aレジスタ群20の値を
内部主データバス19を経由して送り出す。 (6)指数関数計算(A=exp(B)) [コマンド(1) :引き数のBレジスタへの読み込みと関
数計算] [実行内容]データバス5内容を内部主データバス19
を通してBレジスタ群24に書き込む。
[Command (3): Read Subtraction] [Execution Content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (6) Exponential function calculation (A = exp (B)) [Command (1): Read argument into B register and calculate function] [Execution content] Data bus 5 content is transferred to internal main data bus 19
Through the B register group 24.

【0066】Aレジスタ群20をクリアする。内部副デ
ータバス18を通じてBレジスタ群24よりb0 を取り
出し、指数関数計算器14によりexp(b0 )を計算
し、Aレジスタ群20のa0 に入れる。
The A register group 20 is cleared. B 0 is taken out from the B register group 24 through the internal sub-data bus 18, exp (b 0 ) is calculated by the exponential function calculator 14, and is stored in a 0 of the A register group 20.

【0067】第1ベクトル加減算器11はパススルーに
する。第2ベクトル乗算器29をバススルーとし、Bレ
ジスタ群24の値を内部主データバス19、定数データ
バス30を経由して、BKレジスタ群22に書き込む。
The first vector adder / subtractor 11 is pass-through. The second vector multiplier 29 is used as a bus through, and the value of the B register group 24 is written to the BK register group 22 via the internal main data bus 19 and the constant data bus 30.

【0068】以下「J=0〜N」繰り返し 内部副データバス18を通じてBレジスタ群24よりb
J を取り出し、第1ベクトル乗算器12に導く。
Repeating "J = 0 to N" from the B register group 24 through the internal sub data bus 18
J is taken out and led to the first vector multiplier 12.

【0069】次数シフト器10をJ次シフトにセットす
る。ルートA31を開く。J次以上の成分に関し第1ベ
クトル乗算器12により計算し、結果を第2ベクトル加
減算器13によりAレジスタ群20の値と加算し、Aレ
ジスタ群20に書き込む。
The order shifter 10 is set to the Jth shift. Open Route A31. The first vector multiplier 12 calculates the components of the Jth order or higher, and the second vector adder / subtractor 13 adds the result to the value of the A register group 20 and writes the result in the A register group 20.

【0070】ルートBK33を開く。定数データバス3
0経由で、定数Dレジスタ群28の中からdIJを選び出
し、ベクトル乗算器29に加える。
Open the route BK33. Constant data bus 3
Via 0, d IJ is selected from the constant D register group 28 and added to the vector multiplier 29.

【0071】ベクトル乗算器29によりJ/Iが整数と
なる次数のIに付いてのみ乗算を実施し、結果を合計加
算器26により合計する。Bレジスタ群24のbJ の値
をルートB34を経由して、スカラ加算器27に加え、
この値から合計加算器の結果を減じ、Bレジスタ群24
のbJ に書き込む。
The vector multiplier 29 performs multiplication only for I of an order in which J / I is an integer, and the result is summed by the summing adder 26. The value of b J of the B register group 24 is added to the scalar adder 27 via the route B34,
The result of the total adder is subtracted from this value, and the B register group 24
Write to b J.

【0072】Bレジスタ群24の値を内部主データバス
19、定数データバス30を経由して、ベクトル乗算器
29に加える。ベクトル乗算器29によりJ/Iが整数
となる次数のIに付いてのみ乗算を実施し、結果をBK
レジスタ群22に書き込む。
The value of the B register group 24 is added to the vector multiplier 29 via the internal main data bus 19 and the constant data bus 30. The vector multiplier 29 performs multiplication only on I of order J / I is an integer, and the result is BK
Write to the register group 22.

【0073】[コマンド(2) :計算結果の読み出し] [実行内容]データバス5にAレジスタ群20の値を内
部主データバス19を経由して送り出す。 (7)自然対数関数計算(B=log(A)) [コマンド(1) :引き数のAレジスタ群への読み込みと
関数計算] [実行内容]データバス5の内容を内部主データバス1
9を通してAレジスタ群20に書き込む。
[Command (2): Read calculation result] [Execution content] The value of the A register group 20 is sent to the data bus 5 via the internal main data bus 19. (7) Natural logarithmic function calculation (B = log (A)) [Command (1): Read argument into A register group and calculate function] [Execution content] The contents of the data bus 5 are changed to the internal main data bus 1
Write to the A register group 20 through 9.

【0074】Bレジスタ群24をクリアする。内部副デ
ータバス18を通じてAレジスタ群20よりa0 を取り
出し、自然対数計算機23によりlog(a0 )を計算
し、Bレジスタ群24のb0 に入れる。同時に逆数計算
器15により逆数を計算し、sレジスタ16に入れる。
The B register group 24 is cleared. A 0 is taken out from the A register group 20 through the internal sub data bus 18, log (a 0 ) is calculated by the natural logarithmic calculator 23, and it is put into b 0 of the B register group 24. At the same time, the reciprocal calculator 15 calculates the reciprocal and stores it in the s register 16.

【0075】次数シフト器10をパススルーにする。第
1ベクトル加減算器11はパススルーにする。Aレジス
タ群20値を、内部主データバス19を通じ、次数シフ
ト器10、第1ベクトル加減算器11をパスして第1ベ
クトル乗算器12に加える。
The order shifter 10 is made to pass through. The first vector adder / subtractor 11 is pass-through. The value of the A register group 20 is added to the first vector multiplier 12 through the internal main data bus 19 through the order shifter 10 and the first vector adder / subtractor 11.

【0076】一方、sレジスタ16の値を内部副データ
バス18を通じて第1ベクトル乗算器12に加える。第
1ベクトル乗算器12により乗算を行ない、結果をAレ
ジスタ群20に書き込む。
Meanwhile, the value of the s register 16 is added to the first vector multiplier 12 through the internal sub data bus 18. Multiplication is performed by the first vector multiplier 12, and the result is written in the A register group 20.

【0077】第2ベクトル乗算器29を符号反転とし、
Aレジスタ群20を内部主データバス19、定数データ
バス30を経由して、BKレジスタ群22に書き込む
(符号反転はルートBK33側を−1とする)。
The sign of the second vector multiplier 29 is inverted,
The A register group 20 is written into the BK register group 22 via the internal main data bus 19 and the constant data bus 30 (the sign inversion is -1 on the route BK33 side).

【0078】以下、「J=0〜N」を繰り返して行な
い、内部副データバス18を通じてAレジスタ群20よ
りaJ を取り出し、第1ベクトル乗算器12に導く。次
数シフト器10をJ次シフトにセットする。
Thereafter, “J = 0 to N” is repeated, a j is taken out from the A register group 20 through the internal sub data bus 18, and is led to the first vector multiplier 12. The order shifter 10 is set to the Jth shift.

【0079】ルートA31を開く。J次以上の成分に関
して第1ベクトル乗算器12により計算し、結果を第2
ベクトル加減算器13によりAレジスタ群20の値より
減算し、その結果をAレジスタ群20に書き込む。
The route A31 is opened. The first vector multiplier 12 calculates the components of the Jth order and above, and the result is the second vector.
The vector adder / subtractor 13 subtracts from the value in the A register group 20, and the result is written in the A register group 20.

【0080】ルートBK33を開く。定数データバス3
0経由で、定数Dレジスタ群28の中からdIJを選び出
し、ベクトル乗算器29に加える。
The route BK33 is opened. Constant data bus 3
Via 0, d IJ is selected from the constant D register group 28 and added to the vector multiplier 29.

【0081】ベクトル乗算器29によりJ/Iが整数と
なる次数のIに付いてのみ乗算を実施し、結果を合計加
算器26により合計する。Bレジスタ群24のbJ の値
をルートB34を経由して、スカラ加算器27に加え、
この値に合計加算器の結果を加え、Bレジスタ群24の
J に書き込む。
The vector multiplier 29 performs multiplication only for I of the order in which J / I is an integer, and the sum adder 26 sums the results. The value of b J of the B register group 24 is added to the scalar adder 27 via the route B34,
The result of the total adder is added to this value, and the result is written in b J of the B register group 24.

【0082】Aレジスタ群20値を内部主データバス1
9、定数データバス30を経由して、ベクトル乗算器2
9に加える。ベクトル乗算器29によりJ/Iが整数と
なる次数のIに付いてのみ乗算を実施し、結果をBKレ
ジスタ群22に符号を替えて書き込む。
A register group 20 values are transferred to the internal main data bus 1
9. Vector multiplier 2 via constant data bus 30
Add to 9. The vector multiplier 29 performs multiplication only for I of an order in which J / I is an integer, and writes the result in the BK register group 22 with its sign changed.

【0083】[コマンド(2) :計算結果の読み出し] [実行内容]データバス5に、Bレジスタ群24の値を
内部主データバス19を経由して送り出す。 (8)計算次数設定 [コマンド(1) :計算次数Nの設定] [実行内容]データバス5内容を内部主データバス19
を通じてNレジスタ35に書き込む。
[Command (2): Reading of calculation result] [Execution content] The value of the B register group 24 is sent to the data bus 5 via the internal main data bus 19. (8) Calculation order setting [Command (1): Calculation order N setting] [Execution content] Data bus 5 contents are transferred to internal main data bus 19
Through the N register 35.

【0084】[0084]

【発明の効果】以上詳記したように本発明によれば、事
前に行なわなければならない検討作業を省くことがで
き、また、誤りもないのでプログラムの開発が容易、且
つ短期間で可能である。更に、計算の度に代数演算同等
処理が行なわれるので、各種の汎用ルーチンを用意して
おくことが可能である。
As described above in detail, according to the present invention, it is possible to omit the examination work which must be performed in advance, and since there is no error, it is possible to easily develop the program in a short period of time. . Further, since the algebraic calculation equivalent process is performed every time the calculation is performed, various general-purpose routines can be prepared.

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

【図1】本発明の実施形態に係わる摂動計算機システム
全体のブロック図。
FIG. 1 is a block diagram of an entire perturbation computer system according to an embodiment of the present invention.

【図2】同実施形態における摂動演算器部分の詳細ブロ
ック図。
FIG. 2 is a detailed block diagram of a perturbation calculator unit according to the first embodiment.

【図3】従来のソフトウェアによる計算の手順図。FIG. 3 is a flow chart of calculation by conventional software.

【図4】従来のハードウェアによる計算の手順図。FIG. 4 is a flow chart of calculation by conventional hardware.

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

1…電子計算機システム、2…摂動演算器全体、3…摂
動演算コンパイラ、4…アドレスバス、5…データバ
ス、6…制御信号バス、7…アドレスバッファ、8…コ
マンド解析・実行制御器、9…マイクロコード、10…
次数シフト器、11…第1ベクトル加減算器、12…第
1ベクトル乗算器、13…第2ベクトル加減算器、14
…指数関数計算器、15…逆数計算器、16…sレジス
タ、17…データバッファ、18…内部副データバス、
19…内部主データバス、20…Aレジスタ群、21…
Cレジスタ群、22…BKレジスタ群、23…自然対数
計算機、24…Bレジスタ群、25…デマルチプレク
サ、26…合計加算器、27…スカラ加算器、28…定
数Dレジスタ群、29…ベクトル乗算器、30…定数デ
ータバス、31…ルートA、32…ルートC、33…ル
ートBK、34…ルートB、35…Nレジスタ、36…
εレジスタ。
DESCRIPTION OF SYMBOLS 1 ... Electronic computer system, 2 ... Whole perturbation arithmetic unit, 3 ... Perturbation arithmetic compiler, 4 ... Address bus, 5 ... Data bus, 6 ... Control signal bus, 7 ... Address buffer, 8 ... Command analysis / execution controller, 9 … Microcode, 10…
Order shifter, 11 ... First vector adder / subtractor, 12 ... First vector multiplier, 13 ... Second vector adder / subtractor, 14
... exponential function calculator, 15 ... reciprocal calculator, 16 ... s register, 17 ... data buffer, 18 ... internal sub data bus,
19 ... Internal main data bus, 20 ... A register group, 21 ...
C register group, 22 ... BK register group, 23 ... Natural logarithm calculator, 24 ... B register group, 25 ... Demultiplexer, 26 ... Sum adder, 27 ... Scalar adder, 28 ... Constant D register group, 29 ... Vector multiplication Container, 30 ... Constant data bus, 31 ... Route A, 32 ... Route C, 33 ... Route BK, 34 ... Route B, 35 ... N register, 36 ...
ε register.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コマンド解析・実行制御装置と、複数の
ベクトルレジスタと、複数のベクトル加減算器と、複数
のベクトル乗算器と、各種の専用関数計算器と、シフト
レジスタ、複数のデータバスとから構成され、ハードウ
ェアにより任意次数の摂動演算を実行することを特徴と
する摂動演算装置。
1. A command analysis / execution control device, a plurality of vector registers, a plurality of vector adders / subtractors, a plurality of vector multipliers, various dedicated function calculators, a shift register, and a plurality of data buses. A perturbation computing device configured to perform perturbation computation of arbitrary order by hardware.
JP17853295A 1995-07-14 1995-07-14 Perturbation arithmetic unit Withdrawn JPH0934877A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17853295A JPH0934877A (en) 1995-07-14 1995-07-14 Perturbation arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17853295A JPH0934877A (en) 1995-07-14 1995-07-14 Perturbation arithmetic unit

Publications (1)

Publication Number Publication Date
JPH0934877A true JPH0934877A (en) 1997-02-07

Family

ID=16050124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17853295A Withdrawn JPH0934877A (en) 1995-07-14 1995-07-14 Perturbation arithmetic unit

Country Status (1)

Country Link
JP (1) JPH0934877A (en)

Similar Documents

Publication Publication Date Title
CN109086075B (en) Artificial intelligence processor and method for executing matrix multiplication vector instruction by using same
US20190205734A1 (en) Method for calculating a neuron layer of a multi-layer perceptron model with simplified activation function
EP2208132B1 (en) Apparatus and method for performing magnitude detection for arithmetic operations
US20170220344A1 (en) Stochastic rounding floating-point add instruction using entropy from a register
Palagin et al. The implementation of extended arithmetics on FPGA-based structures
US6295597B1 (en) Apparatus and method for improved vector processing to support extended-length integer arithmetic
Rovatti et al. High-speed DSP-based implementation of piecewise-affine and piecewise-quadratic fuzzy systems
Osorio et al. A BF16 FMA is all you need for DNN training
Seo et al. Faster ECC over F _ 2^ 521-1 F 2 521-1 (feat. NEON)
TWI791694B (en) Vector add-with-carry instruction
US20170220341A1 (en) Stochastic rounding floating-point multiply instruction using entropy from a register
JPH0934877A (en) Perturbation arithmetic unit
Muller et al. The CORDIC Algorithm
Bruge et al. Concurrent molecular dynamics simulation of ST2 water on a transputer array
Bozic et al. Digital filters and signal processing in electronic engineering: Theory, applications, architecture, code
Ando et al. Efficiency of the CYBER 205 for stochastic simulations of a simultaneous, nonlinear, dynamic econometric model
Ullrich Programming languages for enclosure methods
Krasnobayev et al. The Data Control in the System of Residual Classes
Rice Software for numerical computation
Milutinovic et al. Polynomial and rational functions
Kulisch et al. Numerics with automatic result verification
CN101676862A (en) Methods and apparatus for performing calculations using reduced-width data
Przybył et al. A method for design of hardware emulators for a distributed network environment
O'Neal Optimization of finite element codes
Reggiani Efficient hardware acceleration of deep neural networks via arithmetic complexity reduction

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20021001