JPH0527949A - Exponential part arithmetic circuit for floating point multiplication - Google Patents

Exponential part arithmetic circuit for floating point multiplication

Info

Publication number
JPH0527949A
JPH0527949A JP3184987A JP18498791A JPH0527949A JP H0527949 A JPH0527949 A JP H0527949A JP 3184987 A JP3184987 A JP 3184987A JP 18498791 A JP18498791 A JP 18498791A JP H0527949 A JPH0527949 A JP H0527949A
Authority
JP
Japan
Prior art keywords
precision
bits
bit
double
exponent
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
JP3184987A
Other languages
Japanese (ja)
Inventor
Tatsuya Nagasawa
達也 長沢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3184987A priority Critical patent/JPH0527949A/en
Publication of JPH0527949A publication Critical patent/JPH0527949A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To reduce the subtracter of 13 bits, to reduce circuit scale and to shorten delay time concerning the exponential part calculating circuit for a floating point multiplying circuit which is related to the floating point multiplying circuit in an IEEE type and can be used especially while switching single- precision multiplication and double-precision multiplication. CONSTITUTION:Single-precision and double-precision conversion parts CNV1 and CNV3 convert data to the double-precision exponental data of 11 bits by adding the four bits of a first bit as the most significant bit of single-precision exponental data having the width of 8 bits and 2nd to 4th bits as the inverse of the most significant bit to the low-order 7 bits of the single-precision exponental data. The exponent data expressed with the double-precision of 11 bits are added and outputted by a 13-bit adder ADD1 as the 13-bit data of the sum +1 of the exponental part according to a carry input and since '111' is added to the high-order 3 bits by a 3-bit adder, a fixed bias value is subtracted.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、IEEE形式の浮動小
数点乗算回路に係り、特に単精度乗算と倍精度乗算とを
切り換えて使用できる浮動少数点乗算回路の指数部演算
回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an IEEE format floating point multiplication circuit, and more particularly to an exponent part arithmetic circuit of a floating point multiplication circuit which can be used by switching between single precision multiplication and double precision multiplication.

【0002】IEE方式では、負〜正の範囲をとる指数
を正整数で表わせるようにするため、単精度では12
7、倍精度では1023のバイアス値分だけ指数を+側
に偏位させる偏位指数を用いている。
In the IEEE system, exponents in the range from negative to positive can be represented by positive integers, so that single precision is 12
7. For double precision, a displacement index is used that shifts the index toward the + side by the bias value of 1023.

【0003】[0003]

【従来の技術】従来、浮動少数点表示のデータ処理が多
用されているが、浮動小数点のデータ表現によっては精
度によって指数部のビット幅が異なるものがあり、単一
の演算装置で異なるビット幅の指数部を扱う必要があ
る。図3は、本発明が対象とするIEEE形式の浮動少
数点表示のフォーマットである。これには、浮動小数点
数値を64ビットで表す倍精度浮動少数点(a)と32
ビットで表す単精度浮動小数点(b)とがある。それぞ
れにおいてSは正負の符号部、Eは指数部、Fは仮数部
で、このように表現されたデータはそれぞれ下側に示し
た数値を表現するものである。指数部Eは、単精度では
8ビット幅、倍精度では11ビット幅と規定されてい
る。
2. Description of the Related Art Conventionally, floating-point display data processing has been widely used. However, depending on the floating-point data representation, the bit width of the exponent part may differ depending on the precision. It is necessary to handle the exponent part of. FIG. 3 shows an IEEE format floating point display format to which the present invention is applied. This includes double-precision floating point (a) and 32
There is a single precision floating point (b) expressed in bits. In each of these, S is a positive / negative sign part, E is an exponent part, and F is a mantissa part. The data expressed in this way expresses the numerical values shown on the lower side. The exponent part E is defined to have an 8-bit width in single precision and an 11-bit width in double precision.

【0004】浮動少数点数の乗算における指数部の処理
は2つのオペランドx,yの加算である。実際には正負
の範囲の整数である指数値に所定のバイアス値Bを加え
て浮動小数点データの指数部が正数となるよう偏位させ
ている。
The processing of the exponent part in the multiplication of floating point numbers is the addition of two operands x and y. Actually, a predetermined bias value B is added to the exponent value which is an integer in the positive and negative ranges, and the exponent part of the floating point data is displaced so as to be a positive number.

【0005】従って、指数部の値Eとしては、実際の数
値の指数eに定数Bを加えたE=e+Bが用いられてお
り、二つのオペランドx,yの加算は、バイアス表現さ
れたX=x+B、Y=y+Bを用いて(x+y)+B=
X+Y−Bとして行われ、二つのオペランドの加算のほ
か、定数Bの減算を含めて効率よく行う必要がある。
Therefore, as the value E of the exponent part, E = e + B obtained by adding the constant B to the exponent e of the actual numerical value is used, and the addition of the two operands x and y is X = biased. Using x + B and Y = y + B, (x + y) + B =
It is performed as X + Y-B, and it is necessary to efficiently perform the addition of the two operands and the subtraction of the constant B.

【0006】IEEE規格では、バイアス値Bとして、
倍精度浮動小数点では1023(=210−1)、単精度
浮動小数点では127(=27 −1)が規定されている。
図4は、従来例の指数部演算回路の図である。SEL
1、SEL2はそれぞれ乗数X、被乗数Yに対して設け
られ、精度選択信号SXDによって単精度・倍精度を選
択するセレクタであり、ADDは倍精度の11ビットの加
算を桁上げと符号を含めて可能とするための13ビット
幅の加算器であり、単精度の場合には下位11ビットが
用いられる。SUBは13ビットの減算器で、ADDの
出力と、SEL3によって精度に対応して選択されたバ
イアス値1023(倍精度)または127(単精度)と
が入力されてバイアス値の減算を行う。
In the IEEE standard, the bias value B is
In the double precision floating point, 1023 (= 2 10 -1) is specified, and in the single precision floating point, 127 (= 2 7 -1) is specified.
FIG. 4 is a diagram of a conventional exponent arithmetic circuit. SEL
1 and SEL2 are selectors provided for the multiplier X and the multiplicand Y, respectively, and select single precision or double precision by the precision selection signal SXD. ADD includes addition of double precision 11 bits and carry and sign. This is a 13-bit wide adder for enabling the lower 11 bits in the case of single precision. The SUB is a 13-bit subtractor, and the output of the ADD and the bias value 1023 (double precision) or 127 (single precision) selected according to the precision by the SEL3 are input to perform the subtraction of the bias value.

【0007】そして、この減算器としては、加算器ADD
からの入力が13ビットであるため、13ビットの減算器
が用いられていた。
As the subtractor, an adder ADD is used.
A 13-bit subtractor was used because the input from was 13 bits.

【0008】[0008]

【発明が解決しようとする課題】上記従来の指数部演算
回路では、バイアス値の減算のために13ビットの減算
器を用いているため減算器の回路規模が大きくなりまた
遅延が大きく高速演算が困難という問題があった。
In the above-mentioned conventional exponential part arithmetic circuit, since the 13-bit subtractor is used for subtracting the bias value, the circuit scale of the subtractor becomes large and the delay becomes large and high-speed arithmetic is possible. There was a problem of difficulty.

【0009】本発明は上記課題に鑑み創出されたもの
で、13ビットの減算器を削減して回路規模の縮小と遅
延時間を短縮することを目的とする。
The present invention has been made in view of the above problems, and it is an object of the present invention to reduce the circuit scale and delay time by reducing the 13-bit subtractor.

【0010】[0010]

【課題を解決するための手段】図1は、本発明の指数部
演算回路の構成図である。上記問題点は、図1に示す如
く、指数部が8ビット幅の単精度浮動小数点数同志また
は指数部が11ビット幅の倍精度浮動小数点数同志の乗
算を行う乗算回路における指数部演算回路であって、8
ビット幅の単精度指数データの最上位ビットを第1ビッ
トとし、該最上位ビットの反転を第2、第3、第4ビッ
トとする4ビットを前記単精度指数データの下位7ビッ
トに付加して11ビットの倍精度指数データに変換する
単精度倍精度変換部CNV1,CNV2と、入力する倍
精度指数データと前記単精度倍精度変換部CNV1,C
NV2の出力とを精度選択信号SXDに基づいて選択す
るセレクタSEL1,SEL2と、を乗数、被乗数に対
応して2組設け、該2組のセレクタSEL1,SEL2
の出力を加算しかつ桁上げ入力を加えることよって指数
部の和+1を求める13ビット加算器ADD1と、該1
3ビット加算器ADD1の出力の上位3ビットに“11
1”を加える3ビット加算器ADD2とを有し、該13
ビット加算器ADD1の出力の下位10ビットと前記3
ビット加算器ADD2の出力との13ビットを指数部演
算結果として出力することを特徴とする本発明の浮動少
数点乗算における指数部演算回路により解決される。
FIG. 1 is a block diagram of an exponential part arithmetic circuit of the present invention. As shown in FIG. 1, the above problem is caused by an exponent part arithmetic circuit in a multiplication circuit for performing multiplication of single precision floating point numbers having an exponent part of 8 bit width or double precision floating point numbers having exponent part of 11 bit width. There is 8
The most significant bit of the single-precision exponent data having a bit width is set as the first bit, and the inversion of the most significant bit is made the second, third, and fourth bits, and 4 bits are added to the lower 7 bits of the single-precision exponent data. Single-precision double-precision conversion units CNV1 and CNV2 for converting into 11-bit double-precision exponent data, and input double-precision exponent data and the single-precision double-precision conversion units CNV1 and C
Two sets of selectors SEL1 and SEL2 that select the output of NV2 based on the precision selection signal SXD are provided corresponding to the multiplier and the multiplicand, and the two sets of selectors SEL1 and SEL2 are provided.
13-bit adder ADD1 for calculating the sum +1 of the exponents by adding the outputs of
"11" is added to the upper 3 bits of the output of the 3-bit adder ADD1.
1 "and a 3-bit adder ADD2
The lower 10 bits of the output of the bit adder ADD1 and the above 3
This is solved by the exponent arithmetic circuit in the floating point multiplication of the present invention, which outputs 13 bits with the output of the bit adder ADD2 as the exponent arithmetic result.

【0011】[0011]

【作用】単精度乗算の際には、乗数、被乗数の8ビット
の指数部を単精度倍精度変換部を介して指数部を倍精度
に変換して倍精度演算と同様に11ビットで表し、これ
を加算することよって加算結果から減算するバイアス値
を単精度、倍精度演算の両方に共通に1023に固定す
る。この変換部は、上位1ビットの値をそのまま11ビ
ット目に、またインバータを介して3分割して10〜8
ビット目とするので、単純な回路構成で実現できる。
In the case of single precision multiplication, the 8-bit exponent part of the multiplier and multiplicand is converted to double precision through the single precision double precision conversion part and represented by 11 bits as in the double precision operation. By adding this, the bias value to be subtracted from the addition result is fixed to 1023 for both single precision and double precision operations. This conversion unit divides the value of the higher-order 1 bit into the 11th bit as it is, and divides it into 3 through the inverter for 10 to 8 bits.
Since it is the bit, it can be realized with a simple circuit configuration.

【0012】そして、加算器に入力する桁上げ信号によ
って、加算器の出力は指数部の和+1となるので、バイ
アス値+1=1024を減算すればよい。ところで、−
1024は2進数13ビットで表現すると“11100
00000000”となり、下位10ビットは全て
“0”なので、加算器出力に対して上位3ビットの加算
のみで−1024の減算を実現できる。
The carry signal input to the adder causes the output of the adder to be the sum of the exponents + 1, so that the bias value + 1 = 1024 may be subtracted. By the way-
1024 is “11100” when expressed in binary 13 bits.
Since the lower 10 bits are all "0", the subtraction of -1024 can be realized only by adding the upper 3 bits to the output of the adder.

【0013】従って、従来技術における13ビット減算
器の代わりに3ビット加算器でバイアス値の減算がで
き、回路規模が減少し動作遅延が小さくなる。
Therefore, the bias value can be subtracted by the 3-bit adder instead of the 13-bit subtractor in the prior art, which reduces the circuit scale and the operation delay.

【0014】[0014]

【実施例】以下添付図により本発明の実施例を説明す
る。図1は本発明の指数部演算回路の構成図、図2は単
精度倍精度変換部の構成図である。
Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a block diagram of an exponential part arithmetic circuit of the present invention, and FIG. 2 is a block diagram of a single-precision double-precision converter.

【0015】図1において、CNV1,CNV2は単精
度倍精度変換部で、単精度でのバイアス値127が足さ
れた8ビットの単精度指数データを倍精度でのバイアス
値1023が足された11ビットの倍精度指数データに
変換する。
In FIG. 1, CNV1 and CNV2 are single-precision double-precision converters, and 8-bit single-precision exponent data to which a single-precision bias value 127 is added is added to a double-precision bias value 1023. Convert to double-precision exponential data of bits.

【0016】図2により単精度倍精度変換部の構成とそ
の作用を説明する。単精度から倍精度への変換は、デー
タのバイアス値を127から1023に増やすことを意
味し、バイアス値の増加分1023−127=896を
8ビットデータに加える必要がある。896はバイナリ
表現では10ビット幅の“1110000000”とな
り下位7ビットは“0”、上位3ビットが“1”であ
る。
The structure and operation of the single-precision / double-precision converter will be described with reference to FIG. The conversion from single precision to double precision means increasing the bias value of data from 127 to 1023, and it is necessary to add the increment of bias value 1023−127 = 896 to 8-bit data. In binary representation, 896 has a 10-bit width of "1110000000", and the lower 7 bits are "0" and the upper 3 bits are "1".

【0017】従って、896の加算結果は、8ビット入
力の最上位の1ビットに111を加えた結果を上位4ビ
ットとして、8ビット入力の下位7ビットに付加した1
1ビットとなる。最上位ビットが“1”のときは、加算
結果は“1000”、“0”のときは“0111”とな
る。以上の動作は、8ビット入力の最上位ビットの値E
7 を第1ビットとし、またインバータを介したE7の反
転を第2、第3、第4ビットとする4ビットを、入力が
そのまま出力される下位7ビットE0 〜E6 に付加して
出力する図2の回路で実現できる。
Therefore, in the addition result of 896, the result obtained by adding 111 to the most significant 1 bit of the 8-bit input is set as the upper 4 bits and added to the lower 7 bits of the 8-bit input.
It is 1 bit. When the most significant bit is "1", the addition result is "1000", and when it is "0", it is "0111". The above operation is performed with the value E of the most significant bit of the 8-bit input.
7 is a first bit and inverting the second E 7 via the inverter, a third, a 4-bit to the fourth bit, in addition to lower 7 bits E 0 to E 6 the input is output as it It can be realized by the circuit of FIG.

【0018】図1において、乗数X、被乗数Yとして入
力された8ビット単精度の指数データX30〜23、Y30〜
23は単精度倍精度変換回路を通り11ビットの倍精度表
現の指数データとして、また11ビットの倍精度指数デ
ータX62 〜52、Y62〜52はそのままで、それぞれセレク
タSEL1,SEL2に入力する。
In FIG. 1, 8-bit single precision exponent data X30-23, Y30- input as a multiplier X and a multiplicand Y.
Reference numeral 23 is passed through a single-precision double-precision conversion circuit as 11-bit double-precision representation exponent data, and 11-bit double-precision exponent data X62 to 52 and Y62 to 52 are input to selectors SEL1 and SEL2, respectively.

【0019】セレクタSEL1、SEL2は精度選択信
号SXDで制御されて単精度入力と倍精度入力とを切替
えて出力を加算器ADD1に入力する。加算器ADD1
は、入力される乗数、被乗数の11ビットの指数部の加
算を行う13ビット幅の加算器であり、桁上げ入力CI
に“1”が入力されており、乗数と被乗数の指数の和に
1を加えた値を13ビットで出力する。
The selectors SEL1 and SEL2 are controlled by the precision selection signal SXD to switch between the single precision input and the double precision input and input the output to the adder ADD1. Adder ADD1
Is a 13-bit wide adder that adds the 11-bit exponent part of the input multiplier and multiplicand.
"1" is input to, and the value obtained by adding 1 to the sum of the exponents of the multiplier and the multiplicand is output in 13 bits.

【0020】加算器ADD2は3ビット幅で、加算器A
DD1が出力する加算結果の13ビットの内の上位3ビ
ットに“111”を加える。上記13ビット加算器AD
D1と3ビット加算器ADD2とで、指数データの加算
結果から倍精度のバイアス値1023を減算して倍精度
表現の指数データを求める処理を行う。即ち、乗数の指
数+被乗数の指数−1023=乗数の指数+被乗数の指
数+1−1024となり、−1024は213−1024
=7168=1*212+1*211+1*210であるか
ら、ADD1が出力する13ビットの演算結果(=乗数
の指数+被乗数の指数+1)の上位3ビットに、ADD
2で“111”を加算することに相当するからである。
The adder ADD2 has a width of 3 bits, and the adder A
"111" is added to the upper 3 bits of the 13 bits of the addition result output by DD1. 13-bit adder AD
D1 and the 3-bit adder ADD2 perform a process of subtracting the double precision bias value 1023 from the addition result of the exponent data to obtain the double precision expression of the exponent data. That is, the exponent of the multiplier + the exponent of the multiplicand-1023 = the exponent of the multiplier + the exponent of the multiplicand + 1-1024, and −1024 is 2 13 −1024.
= 7168 = 1 * 2 12 + 1 * 2 11 + 1 * 2 10 , the ADD1 outputs the 13-bit operation result (= multiplier exponent + multiplicand exponent + 1) with the ADD in the upper 3 bits.
This is because 2 corresponds to adding "111".

【0021】そして、3ビット加算器ADD2の出力を
上位3ビットとし、13ビット加算器ADD1の下位1
0ビットを下位10ビットとする13ビットの指数デー
タが指数演算結果として出力される。
The output of the 3-bit adder ADD2 is set to the upper 3 bits, and the lower 1 of the 13-bit adder ADD1 is set.
13-bit exponent data in which 0 bit is the lower 10 bits is output as the exponent operation result.

【0022】[0022]

【発明の効果】以上説明した如く、本発明によれば、単
精度・倍精度変換により単精度演算の場合にもバイアス
値を倍精度と共通の1023に固定したので、バイアス
減算器を3ビットの加算器で代用でき、演算回路の回路
規模を縮小できまた遅延時間も短縮できるという効果が
ある。
As described above, according to the present invention, the bias value is fixed to 1023 which is common to the double precision even in the single precision operation by the single precision / double precision conversion. Can be used as a substitute, and the circuit scale of the arithmetic circuit can be reduced, and the delay time can be shortened.

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

【図1】 本発明の指数部演算回路の構成図FIG. 1 is a configuration diagram of an exponential part arithmetic circuit of the present invention.

【図2】 単精度倍精度変換部の構成図FIG. 2 is a block diagram of a single-precision double-precision conversion unit.

【図3】 IEEE規格による浮動小数点表示のフォー
マット
[Fig. 3] Floating-point display format according to the IEEE standard

【図4】 従来例の指数部演算回路の図FIG. 4 is a diagram of a conventional exponent arithmetic circuit.

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

CNV1,CNV2─単精度倍精度変換部、SEL1,
SEL2─セレクタ、ADD1─13ビット加算器、A
DD2─3ビット加算器
CNV1, CNV2-single-precision double-precision conversion unit, SEL1,
SEL2-selector, ADD1- 13-bit adder, A
DD2-3 bit adder

Claims (1)

【特許請求の範囲】 【請求項1】 指数部が8ビット幅の単精度浮動小数点
数同志または指数部が11ビット幅の倍精度浮動小数点
数同志の乗算を行う乗算回路における指数部演算回路で
あって、 8ビット幅の単精度指数データの最上位ビットを第1ビ
ットとし、該最上位ビットの反転を第2、第3、第4ビ
ットとする4ビットを前記単精度指数データの下位7ビ
ットに付加して11ビット幅の倍精度指数データに変換
する単精度倍精度変換部(CNV1,CNV2)と、 入力する倍精度指数データと前記単精度倍精度変換部
(CNV1,CNV2)の出力とを精度選択信号SXD
に基づいて選択するセレクタ(SEL1,SEL2)
と、を乗数、被乗数に対応して2組設け、 該2組のセレクタ(SEL1,SEL2)の出力を加算
しかつ桁上げ入力を加えることよって指数部の和+1を
求める13ビット加算器(ADD1)と、 該13ビット加算器(ADD1)の出力の上位3ビット
に“111”を加える3ビット加算器(ADD2)とを
有し、 該13ビット加算器(ADD1)の出力の下位10ビッ
トと前記3ビット加算器(ADD2)の出力との13ビ
ットを指数部演算結果として出力することを特徴とする
本発明の浮動小数点乗算における指数部演算回路。
Claims: What is claimed is: 1. An exponent arithmetic circuit in a multiplication circuit for performing multiplication of single precision floating point numbers having exponents of 8 bits width or double precision floating point numbers having exponents of 11 bits width. Then, the most significant bit of the 8-bit width single precision exponent data is the first bit, and the inversion of the most significant bit is the second, third, and fourth bits, and the four bits are the lower 7 bits of the single precision exponent data. Single-precision double-precision conversion unit (CNV1, CNV2) that adds to bits and converts to double-precision exponent data of 11-bit width, input double-precision exponent data and output of the single-precision double-precision conversion unit (CNV1, CNV2) Precision selection signal SXD
Selector based on (SEL1, SEL2)
And 2 are provided corresponding to the multiplier and the multiplicand, and the outputs of the selectors (SEL1, SEL2) of the two sets are added and a carry input is added to obtain the sum +1 of the exponent part (ADD1). ) And a 3-bit adder (ADD2) that adds “111” to the upper 3 bits of the output of the 13-bit adder (ADD1), and the lower 10 bits of the output of the 13-bit adder (ADD1) An exponent arithmetic circuit in floating-point multiplication according to the present invention, which outputs 13 bits from the output of the 3-bit adder (ADD2) as an exponent arithmetic result.
JP3184987A 1991-07-25 1991-07-25 Exponential part arithmetic circuit for floating point multiplication Withdrawn JPH0527949A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3184987A JPH0527949A (en) 1991-07-25 1991-07-25 Exponential part arithmetic circuit for floating point multiplication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3184987A JPH0527949A (en) 1991-07-25 1991-07-25 Exponential part arithmetic circuit for floating point multiplication

Publications (1)

Publication Number Publication Date
JPH0527949A true JPH0527949A (en) 1993-02-05

Family

ID=16162817

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3184987A Withdrawn JPH0527949A (en) 1991-07-25 1991-07-25 Exponential part arithmetic circuit for floating point multiplication

Country Status (1)

Country Link
JP (1) JPH0527949A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100385233B1 (en) * 2000-03-14 2003-05-23 삼성전자주식회사 Exponent unit for data processing system
KR100431707B1 (en) * 1996-11-12 2004-09-04 주식회사 하이닉스반도체 Method for processing exponents on multiplication/division operation of floating point operation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100431707B1 (en) * 1996-11-12 2004-09-04 주식회사 하이닉스반도체 Method for processing exponents on multiplication/division operation of floating point operation
KR100385233B1 (en) * 2000-03-14 2003-05-23 삼성전자주식회사 Exponent unit for data processing system

Similar Documents

Publication Publication Date Title
EP0472139B1 (en) A floating-point processor
US7188133B2 (en) Floating point number storage method and floating point arithmetic device
JPH06348455A (en) Rounding method for multiplication and multiplying circuit
KR101718817B1 (en) Apparatus for converting between floating point number and integer, and method thereof
JP2884057B2 (en) Numeric format converter
JPH04290122A (en) Numerical expression conversion device
JP4274633B2 (en) Power arithmetic unit
JPH05134851A (en) Multiplying circuit output system
US5862068A (en) Arithmetic circuit for calculating a square-root of a sum of squares
US5181184A (en) Apparatus for multiplying real-time 2's complement code in a digital signal processing system and a method for the same
JPH0527949A (en) Exponential part arithmetic circuit for floating point multiplication
JP2509279B2 (en) Floating point number-fixed point number converter
JP2645422B2 (en) Floating point processor
JPH086766A (en) Sine and cosine arithmetic device
JP2902041B2 (en) Floating point arithmetic unit
JP2795253B2 (en) Divider
KR20010067226A (en) Interpolation method and apparatus
JPH0251732A (en) Floating point computing element
JP2890412B2 (en) Code conversion circuit
JPH07200259A (en) Arithmetic processing method and arithmetic processor
JP2002344316A (en) Nonlinear quantizer and nonlinear quantizing method, nonlinear quantizing program
JPS61230428A (en) Digital signal processing circuit
JPS6359170B2 (en)
JP2699658B2 (en) Square root arithmetic unit
JP2000010763A (en) Division circuit

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