JP2009067071A - Electronic control unit - Google Patents

Electronic control unit Download PDF

Info

Publication number
JP2009067071A
JP2009067071A JP2007234148A JP2007234148A JP2009067071A JP 2009067071 A JP2009067071 A JP 2009067071A JP 2007234148 A JP2007234148 A JP 2007234148A JP 2007234148 A JP2007234148 A JP 2007234148A JP 2009067071 A JP2009067071 A JP 2009067071A
Authority
JP
Japan
Prior art keywords
data
floating
point
fixed
electronic control
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.)
Pending
Application number
JP2007234148A
Other languages
Japanese (ja)
Inventor
Minoru Okubo
実 大久保
Toshiya Goto
俊哉 後藤
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2007234148A priority Critical patent/JP2009067071A/en
Publication of JP2009067071A publication Critical patent/JP2009067071A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Combined Controls Of Internal Combustion Engines (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To guarantee identity of a physical quantity conversion value between the same data and simplify processing of a procedure for guaranteeing the identity, in an electronic control device handling the same data constituted of two types of a fixed-point type and a floating-point type. <P>SOLUTION: A microcomputer 30 in an engine control ECU (Electronic Control Unit) 10 is provided with a CPU (Central Processing Unit) 31, a FPU (Floating-Point Unit) 32, a RAM (Read Access Memory) 33, a ROM (Read Only Memory) 34 and a peripheral module 35. The CPU 31 executes an operation by fixed-point form data, while the FPU 32 executes an operation of floating-point form data. In the RAM 33, the same data converted from pulse width correction data of the fixed-point type stored in the ROM 34 into the floating-point type. When an operation is performed by using pulse width correction data in the CPU 31, the operation is executed by referring to data stored in the ROM 34. When an operation is performed by using the pulse width correction data, the operation is executed by referring to data stored in the RAM 33. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、浮動小数点演算機能を備えた電子制御装置(以下「ECU」ともいう。)に関するものである。   The present invention relates to an electronic control device (hereinafter also referred to as “ECU”) having a floating point arithmetic function.

自動車のエンジン制御に適用される電子制御装置(ECU)では、近年、浮動小数点プロセッサ(FPU:Floating−Point Unit)の導入により浮動小数点型データによる演算が実施可能となった。それによって、同一データに対し、ECU内に浮動小数点型データ及び固定小数点データ型の2つの型式を記憶する必要が生じる場合がある。   In recent years, electronic control units (ECUs) applied to automobile engine control have been able to perform calculations based on floating-point type data by introducing a floating-point processor (FPU). As a result, it may be necessary to store two types of floating point type data and fixed point data type in the ECU for the same data.

浮動小数点演算を導入した電子制御装置において、固定小数点型データと浮動小数点型データが共に存在する場合、RAM値に記憶されるデータの場合は、固定小数点型データを浮動小数点型データに型変換して浮動小数点演算に使用する。または、逆に浮動小数点型データを固定小数点型に型変換する手法が用いられる。   In an electronic control unit incorporating floating-point arithmetic, if both fixed-point type data and floating-point type data exist, if the data is stored in a RAM value, the fixed-point type data is converted to floating-point type data. Used for floating-point arithmetic. Or, conversely, a technique is used in which floating-point type data is converted to a fixed-point type.

例えば、特開2001−195233号公報(特許文献1)のように、あらかじめ同一データが算出される毎に固定小数点と浮動小数点の型変換を行い、それらのデータを記憶領域を分けてもち、2つのデータ型式で各々のメモリ領域内に記憶する方法が考えられている。   For example, as disclosed in Japanese Patent Application Laid-Open No. 2001-195233 (Patent Document 1), fixed-point and floating-point type conversion is performed every time the same data is calculated in advance, and the data is divided into storage areas. A method of storing data in each memory area in one data type has been considered.

特開2001−195233号公報JP 2001-195233 A

しかしながら、上記従来の技術では、データ変化が発生するたびに改めて、固定小数点型データ領域及び、浮動小数点型データ領域の異なる2つの領域に同一物理量相当のデータを再記憶する必要がある。また、データがROM領域データであった場合、各々2つのROM領域に同一物理量値を記憶する必要であった。   However, in the above conventional technique, it is necessary to re-store data corresponding to the same physical quantity in two different areas of the fixed-point type data area and the floating-point type data area every time a data change occurs. Further, when the data is ROM area data, it is necessary to store the same physical quantity value in each of the two ROM areas.

本発明は、上記の課題に鑑み、同一データがROM領域データであった場合、ROM領域には固定小数点データを配置し、浮動小数点型データをRAM領域に配置することで、固定小数点型のROM領域データに変更が生じた際に、ROM領域の一箇所のみを書換えることで、浮動小数点型データは、マイクロコンピュータ内の型変換処理により、算出することでROM領域にことなる2つのデータ型の同一データを記憶させるために必要なデータ同一性を保証するための仕組みを軽減することを目的とする。   In view of the above problems, the present invention provides a fixed-point ROM by arranging fixed-point data in the ROM area and floating-point data in the RAM area when the same data is ROM area data. When the area data is changed, only one part of the ROM area is rewritten, so that the floating-point type data is calculated by the type conversion process in the microcomputer, and two data types that are different from the ROM area are calculated. The purpose is to reduce the mechanism for guaranteeing the data identity necessary for storing the same data.

本発明は、固定小数点型データを演算する固定小数点演算機能と、浮動小数点型データを演算する浮動小数点演算機能と、固定小数点型データを記憶するリードオンリーメモリ(ROM)領域と、浮動小数点型データを記憶するランダムアクセスメモリ(RAM)領域を含み、所定の制御プログラムに従い各種制御を実施するマイクロコンピュータを備える電子制御装置において、ランダムアクセスメモリ(RAM)領域に記憶される浮動小数点型データは、リードオンリーメモリ(ROM)領域に記憶されている固定小数点型データを浮動小数点型に変換した型式の異なる同一データであることを特徴とする。   The present invention relates to a fixed-point arithmetic function for calculating fixed-point type data, a floating-point arithmetic function for calculating floating-point type data, a read-only memory (ROM) area for storing fixed-point type data, and floating-point type data In an electronic control device including a microcomputer that includes a random access memory (RAM) area that stores various types of control according to a predetermined control program, floating point type data stored in the random access memory (RAM) area is read The fixed-point data stored in the only memory (ROM) area is converted to a floating-point data and is the same data of different types.

本発明により、リードオンリーメモリ(ROM)領域に同一物理量相当のデータを2箇所記憶する必要が無くなった。このため、データ変更を行う際に、固定小数点、浮動小数点の2つの記憶領域に同一物理量を記憶するための仕組み及び、2つのデータ領域に正しく記憶されていることを確認するための仕組みを軽減することが可能となり、2つの領域の同時性を保証するためのマイクロコンピュータ外部の仕組みを不要にすることが可能となる。   According to the present invention, it is no longer necessary to store two data corresponding to the same physical quantity in a read-only memory (ROM) area. For this reason, when changing data, the mechanism for storing the same physical quantity in two fixed-point and floating-point storage areas and the mechanism for confirming correct storage in the two data areas are reduced. This makes it possible to eliminate the need for a mechanism outside the microcomputer for guaranteeing the simultaneity of the two areas.

また本発明の更なる特徴は、固定小数点データから浮動小数点データへの変換は、変換用プログラムを用いて行なわれることにある。   A further feature of the present invention is that conversion from fixed-point data to floating-point data is performed using a conversion program.

更に本発明の更なる特徴は、固定小数点データから浮動小数点データへの変換、および変換された浮動小数点型データのランダムアクセスメモリ(RAM)領域への記憶はマイクロコンピュータの初期化処理時に行なわれることにある。   A further feature of the present invention is that conversion from fixed-point data to floating-point data and storage of the converted floating-point type data in a random access memory (RAM) area is performed during initialization processing of the microcomputer. It is in.

更にまた本発明の更なる特徴は、固定小数点データから浮動小数点データへの変換、および変換された浮動小数点型データのランダムアクセスメモリ(RAM)領域への記憶はマイクロコンピュータ内で任意時間に行なわれることを特徴とする。   A further feature of the present invention is that the conversion from fixed-point data to floating-point data and the storage of the converted floating-point data in a random access memory (RAM) area are performed at any time in the microcomputer. It is characterized by that.

上述した発明によれば、固定小数点と浮動小数点との2つのかたち型式からなる同一データを扱う電子制御装置において、演算負荷の低減及び、2つのデータ型式間のデータ同一性保証を行うための仕組みの簡素化を図ることが可能となる。   According to the above-described invention, in an electronic control apparatus that handles the same data consisting of two types of fixed-point and floating-point types, a mechanism for reducing the computation load and guaranteeing data identity between the two data types Can be simplified.

以下、本発明を具体化した実施形態を説明する。   Hereinafter, embodiments embodying the present invention will be described.

図1は、本発明の実施形態の概略を示すブロック図となる。   FIG. 1 is a block diagram showing an outline of an embodiment of the present invention.

エンジンECU10はエンジン20に接続され、エンジン20からの各種入力情報の処理及び燃料噴射等の出力を行う。エンジン制御ECU10内のマイクロコンピュータ30は、CPU31、FPU32、ランダムアクセスメモリ領域(RAM)33、リードオンリーメモリ領域(ROM)34、周辺モジュール35を備える。   The engine ECU 10 is connected to the engine 20 and processes various input information from the engine 20 and outputs fuel injection and the like. The microcomputer 30 in the engine control ECU 10 includes a CPU 31, an FPU 32, a random access memory area (RAM) 33, a read only memory area (ROM) 34, and a peripheral module 35.

CPU31は固定小数点型式データでの演算を実施する演算機能を有する。FPU32は、浮動小数点型式データの演算を実施する演算機能を有する。ROM34には、エンジン20を動作させるために必要な固定小数点型のパルス幅補正データが記憶される。   The CPU 31 has a calculation function for performing calculations with fixed-point model data. The FPU 32 has a calculation function for performing calculation of floating point type data. The ROM 34 stores fixed-point pulse width correction data necessary for operating the engine 20.

RAM33には、ROMに記憶した固定小数点型のパルス幅補正データから浮動小数点型に型変換された同一データが記憶される。固定小数点型から浮動小数点型へのデータの変換は、変換用プログラムを用いてCPU31等でソフト的に行なわれる。   The RAM 33 stores the same data obtained by converting the fixed-point pulse width correction data stored in the ROM into the floating-point type. Conversion of data from the fixed-point type to the floating-point type is performed in software by the CPU 31 or the like using a conversion program.

変換用プログラムとは、マイクロコンピュータがサポートする。メモリ転送伝令、データ変換命令などのデータ変換イニストラクションの実行処理を示す。   The conversion program is supported by the microcomputer. The execution processing of the data conversion instruction such as the memory transfer instruction and the data conversion instruction is shown.

周辺モジュール35は、一例としてA/D変換器等の入力モジュールや燃料パルスを出力するI/Oなどを具備している。   As an example, the peripheral module 35 includes an input module such as an A / D converter, an I / O that outputs a fuel pulse, and the like.

FPU32により演算に使用される浮動小数点データは、例えばIEEE745規格に従い構成され、図2に示すように、1ビットの符号部と、8ビットの指数部と、23ビットの仮数部とを有する。このような4バイトデータの記憶形式を単精度浮動小数点型式データと定義され、小数点以下7桁(0.0000001)の分解能を持つ。   The floating-point data used for computation by the FPU 32 is configured according to, for example, the IEEE 745 standard, and has a 1-bit sign part, an 8-bit exponent part, and a 23-bit mantissa part as shown in FIG. Such a storage format of 4-byte data is defined as single-precision floating-point type data, and has a resolution of 7 digits (0.0000001) after the decimal point.

図3は、RAM33、ROM34のデータ配置の一例を示し、図4は、図3に記載したデータの諸元を示した図である。   FIG. 3 shows an example of the data arrangement of the RAM 33 and ROM 34, and FIG. 4 is a diagram showing data specifications shown in FIG.

ROM34に記憶されるパルス幅補正データは、2バイトで表現され、図4に示すLSBにより、物理量換算し表現される。一方RAM33に記憶されるパルス幅補正データは、浮動小数点型で4バイトで表現される。尚、浮動小数点型には、LSBの概念はなく、そのままで物理量を示す。   The pulse width correction data stored in the ROM 34 is expressed by 2 bytes, and is expressed by physical quantity conversion by the LSB shown in FIG. On the other hand, the pulse width correction data stored in the RAM 33 is a floating point type represented by 4 bytes. Note that the floating point type has no concept of LSB, and indicates a physical quantity as it is.

図5に固定小数点データを浮動小数点データへの型変換処理を行うためのフローチャートを示す。   FIG. 5 shows a flowchart for performing a type conversion process from fixed-point data to floating-point data.

エンジンECU10に電源を供給することにより、マイクロコンピュータ30は、自身の初期化処理100を行う。初期化処理100は、I/O等の周辺モジュールの初期化処理101、RAM33の初期化処理102を実施する。   By supplying power to the engine ECU 10, the microcomputer 30 performs its own initialization process 100. The initialization process 100 performs an initialization process 101 for peripheral modules such as I / O and an initialization process 102 for the RAM 33.

RAMの初期化処理102を実施後、固定小数点データから浮動小数点データへの型変換処理103を実施する。型変換処理103は、固定小数点型のパルス幅補正データ値に対し、LSBを乗算し、浮動小数点型に変換する。例としては、固定小数点データ128(十進数)は、浮動小数点データ0.5として変換されることになる。   After the RAM initialization process 102, a type conversion process 103 from fixed-point data to floating-point data is performed. The type conversion process 103 multiplies the fixed-point type pulse width correction data value by the LSB and converts it to a floating-point type. As an example, fixed-point data 128 (decimal number) is converted as floating-point data 0.5.

浮動小数点型変換データのRAM記憶処理104にて型変換された浮動小数点データを、RAM33に記憶しておき、バックグランド処理においてFPU31でパルス幅補正データを使用した演算を実施する場合に、RAM33に記憶したパルス幅補正データを使用する。   When the floating point data converted by the RAM storage processing 104 of the floating point type conversion data is stored in the RAM 33 and the calculation using the pulse width correction data is performed by the FPU 31 in the background processing, the RAM 33 is stored. Use the stored pulse width correction data.

一方、CPU31でパルス幅補正データを使用し演算を実施する場合は、ROM33の領域に記憶したデータを使用する。   On the other hand, when the CPU 31 performs the calculation using the pulse width correction data, the data stored in the area of the ROM 33 is used.

本構成は、CPU33、FPU32において同一のROMデータを使用する演算を行う場合に有用である。   This configuration is useful when the CPU 33 and the FPU 32 perform calculations using the same ROM data.

以上、記述した本実施の形態によれば、以下に示す技術的な効果を得ることができる。
(イ).同一データをCPU及びFPU演算に使用する必要がある場合、CPUにて演算に使用する固定小数点データはROM領域に記憶され、FPUにて演算に使用する浮動小数点データはRAM領域に記憶されたデータを使用し、且つRAMに記憶される浮動小数点データは、ROM領域に記憶される固定小数点データから型変換をおこなうことで生成されるため、各々の型での物理量換算値の同一性がマイクロコンピュータ内部で保証される。
(ロ).前記に示すように、固定小数点データと浮動小数点データの物理量換算値の同一性がマイクロコンピュータ内部の処理で保証されることで、2つの型のデータをROM領域の2個所に記憶する必要が無くなり、同一データの変更が必要になった場合、固定小数点データのみの変更で浮動小数点側データの変更も可能となり、物理値換算値の同一性保証を行う手順の処理の簡素化が可能となる。
As described above, according to the described embodiment, the following technical effects can be obtained.
(I). When it is necessary to use the same data for CPU and FPU calculations, fixed-point data used for calculation by the CPU is stored in the ROM area, and floating-point data used for calculation by the FPU is stored in the RAM area. The floating-point data stored in the RAM is generated by performing type conversion from the fixed-point data stored in the ROM area. Therefore, the identity of the physical quantity converted value in each type is the microcomputer. Guaranteed internally.
(B). As described above, the identity of the physical quantity converted values of the fixed-point data and the floating-point data is guaranteed by the processing inside the microcomputer, so that it is not necessary to store the two types of data in the two ROM areas. When it is necessary to change the same data, it is possible to change the floating-point data only by changing the fixed-point data, and it is possible to simplify the processing of the procedure for guaranteeing the identity of the physical value converted values.

すなわち、ROM領域の固定小数点データのみの変更で、浮動小数点側データの変更が変換用プログラムによりソフト的に処理されてRAM領域に記憶されるので、変更されるデータの物理値換算値の同一性が保証され、かつ同一性保証を行う手順の処理の簡素化が図られるのである。
(ハ).また、固定小数点データから浮動小数点データへの型変換をマイクロコンピュータの初期化処理内で実施することにより、FPUにて演算に使用するたびに型変換を行う必要が無くなり、演算負荷の低減も図れる。
That is, by changing only the fixed-point data in the ROM area, the change in the floating-point data is processed by software by the conversion program and stored in the RAM area, so that the physical value converted value of the changed data is identical. And the process of the procedure for guaranteeing the identity is simplified.
(C). In addition, by performing type conversion from fixed-point data to floating-point data within the initialization processing of the microcomputer, it is not necessary to perform type conversion every time the FPU is used for calculation, and the calculation load can be reduced. .

尚、本発明は、上記以外に次の形態にて実現可能である。   In addition to the above, the present invention can be realized in the following forms.

上記実施の形態では、図6に示すようにイニシャライズのほかにバックグランド処理105にて100ms毎定時実行タスクにおいて、固定小数点データから浮動小数点型データへの型変換を実施してもよい。また、タスクは100ms毎以外の実行タスクを含む任意時間でも実現可能である。   In the above embodiment, as shown in FIG. 6, in addition to initialization, type conversion from fixed-point data to floating-point type data may be performed by a background processing 105 in a fixed execution task every 100 ms. Also, the task can be realized at any time including execution tasks other than every 100 ms.

上記実施形態は、単精度浮動小数点データの処理に関し、例として示したが倍精度浮動小数点演算データを扱う電子制御装置においても同様に適用できる。   Although the above embodiment has been described as an example regarding the processing of single precision floating point data, it can be similarly applied to an electronic control apparatus that handles double precision floating point arithmetic data.

本発明の実施例に係るもので、電子制御装置の構成を示すブロック図である。It is a block diagram which concerns on the Example of this invention and shows the structure of an electronic controller. 本発明の実施例に係るもので、単精度浮動小数点のデータ構成図である。FIG. 4 is a data structure diagram of a single precision floating point according to an embodiment of the present invention. 本発明の実施例に係るもので、RAM、ROMのデータ配置を示す図である。It is a figure which concerns on the Example of this invention and shows the data arrangement | positioning of RAM and ROM. 本発明の実施例に係るもので、固定小数点及び浮動少数点データの諸元例を示す図である。It is a figure which concerns on the Example of this invention and shows the example of a specification of fixed point and floating point data. 本発明の実施例に係るもので、固定小数点データを浮動小数点データへの型変換処理を行うためのフローチャートである。6 is a flowchart for performing type conversion processing of fixed-point data to floating-point data according to an embodiment of the present invention. 本発明の他の実施例に係るフローチャートである。6 is a flowchart according to another embodiment of the present invention.

符号の説明Explanation of symbols

10…エンジンECU、20…エンジン、30…マイクロコンピュータ、31…CPU、32…FPU、33…ランダムアクセスメモリ領域(RAM)、34…リードオンリーメモリ領域(ROM)、35…周辺モジュール35。   DESCRIPTION OF SYMBOLS 10 ... Engine ECU, 20 ... Engine, 30 ... Microcomputer, 31 ... CPU, 32 ... FPU, 33 ... Random access memory area (RAM), 34 ... Read-only memory area (ROM), 35 ... Peripheral module 35.

Claims (4)

固定小数点型データを演算する固定小数点演算機能と、浮動小数点型データを演算する浮動小数点演算機能と、前記固定小数点型データを記憶するリードオンリーメモリ(ROM)領域と、前記浮動小数点型データを記憶するランダムアクセスメモリ(RAM)領域を含み、所定の制御プログラムに従い各種制御を実施するマイクロコンピュータを備える電子制御装置において、
前記ランダムアクセスメモリ(RAM)領域に記憶される前記浮動小数点型データは、リードオンリーメモリ(ROM)領域に記憶されている前記固定小数点型データを浮動小数点型に変換した型式の異なる同一データであることを特徴とする電子制御装置
Fixed-point arithmetic function for calculating fixed-point type data, floating-point arithmetic function for calculating floating-point type data, read-only memory (ROM) area for storing the fixed-point type data, and storing the floating-point type data In an electronic control device including a random access memory (RAM) area and including a microcomputer that performs various controls according to a predetermined control program,
The floating point type data stored in the random access memory (RAM) area is the same data of different types obtained by converting the fixed point type data stored in the read only memory (ROM) area into a floating point type. Electronic control device characterized in that
請求項1の電子制御装置において、
前記変換は、変換用プログラムを用いて行なわれることを特徴とする電子制御装置。
The electronic control device according to claim 1.
The electronic control device according to claim 1, wherein the conversion is performed using a conversion program.
請求項1または2記載の電子制御装置において、
前記変換、および変換された前記浮動小数点型データの前記ランダムアクセスメモリ(RAM)領域への記憶は前記マイクロコンピュータの初期化処理時に行なわれることを特徴とする電子制御装置。
The electronic control device according to claim 1 or 2,
The electronic control device according to claim 1, wherein the conversion and the storage of the converted floating point type data in the random access memory (RAM) area are performed during an initialization process of the microcomputer.
請求項1または2記載の電子制御装置において、
前記変換、および変換された前記浮動小数点型データの前記ランダムアクセスメモリ(RAM)領域への記憶はマイクロコンピュータ内で任意時間に行なわれることを特徴とする電子制御装置。
The electronic control device according to claim 1 or 2,
An electronic control unit characterized in that the conversion and storage of the converted floating-point data in the random access memory (RAM) area is performed at an arbitrary time in a microcomputer.
JP2007234148A 2007-09-10 2007-09-10 Electronic control unit Pending JP2009067071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007234148A JP2009067071A (en) 2007-09-10 2007-09-10 Electronic control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007234148A JP2009067071A (en) 2007-09-10 2007-09-10 Electronic control unit

Publications (1)

Publication Number Publication Date
JP2009067071A true JP2009067071A (en) 2009-04-02

Family

ID=40603825

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007234148A Pending JP2009067071A (en) 2007-09-10 2007-09-10 Electronic control unit

Country Status (1)

Country Link
JP (1) JP2009067071A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015075917A (en) * 2013-10-09 2015-04-20 ファナック株式会社 Control device executing control program including floating-point arithmetic instruction for controlling machine

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015075917A (en) * 2013-10-09 2015-04-20 ファナック株式会社 Control device executing control program including floating-point arithmetic instruction for controlling machine
CN104570788A (en) * 2013-10-09 2015-04-29 发那科株式会社 Control device and method of converting floating point parameter
US9405505B2 (en) 2013-10-09 2016-08-02 Fanuc Corporation Control device for executing control program including floating point operation command for controlling machine and method of converting floating point parameter in control program

Similar Documents

Publication Publication Date Title
US8990282B2 (en) Apparatus and method for performing fused multiply add floating point operation
US20170315778A1 (en) Semiconductor device
JP4755129B2 (en) Arithmetic processing device and control method of arithmetic processing device
JPH0228830A (en) Integer number dividing circuit
JP2009067071A (en) Electronic control unit
EP3671432B1 (en) Arithmetic processing device and method of controlling arithmetic processing device
CN104281433B (en) For calculating the model computing unit and controller of the function model based on data
JPH10187416A (en) Floating point arithmetic unit
JPWO2007094047A1 (en) Arithmetic apparatus and arithmetic method
JP3935908B2 (en) Apparatus and method for reducing quantization error
JP6332091B2 (en) Electronic control unit
JP2004225668A (en) Electronic control unit and memory device of electronic control unit
JP2001216136A (en) Addition circuit and processor
JP2009086870A (en) Vector processing device
CN117707471A (en) Environment acquisition equipment, target equipment and data processing method and system thereof
JP6558317B2 (en) Electronic equipment
JP3551291B2 (en) Serial numerical operation device
JP2007072857A (en) Arithmetic processing unit and information processing device
JP4868408B2 (en) Arithmetic unit, reciprocal approximate calculation program, and approximate calculation method
JP2021060871A (en) Microcomputer
JP2023151153A (en) Arithmetic unit
JP5010648B2 (en) Arithmetic apparatus and arithmetic method
JP3688503B2 (en) Programmable controller
JPH07261984A (en) Arithmetic method and unit
JP2006195563A (en) Arithmetic processing unit