JP4635087B2 - 拡張関数のための向上した浮動小数点演算部 - Google Patents
拡張関数のための向上した浮動小数点演算部 Download PDFInfo
- Publication number
- JP4635087B2 JP4635087B2 JP2008528261A JP2008528261A JP4635087B2 JP 4635087 B2 JP4635087 B2 JP 4635087B2 JP 2008528261 A JP2008528261 A JP 2008528261A JP 2008528261 A JP2008528261 A JP 2008528261A JP 4635087 B2 JP4635087 B2 JP 4635087B2
- Authority
- JP
- Japan
- Prior art keywords
- mantissa
- exponent
- argument
- generate
- constant
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
- 230000006870 function Effects 0.000 title description 37
- 238000000034 method Methods 0.000 claims description 62
- 238000010606 normalization Methods 0.000 claims description 15
- 230000008569 process Effects 0.000 description 31
- 239000013598 vector Substances 0.000 description 13
- 238000010586 diagram Methods 0.000 description 12
- 238000004364 calculation method Methods 0.000 description 9
- 238000012884 algebraic function Methods 0.000 description 6
- 230000002093 peripheral effect Effects 0.000 description 4
- 230000009467 reduction Effects 0.000 description 4
- 238000002940 Newton-Raphson method Methods 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 3
- 238000004519 manufacturing process Methods 0.000 description 2
- 238000009877 rendering Methods 0.000 description 2
- 230000009466 transformation Effects 0.000 description 2
- PXFBZOLANLWPMH-UHFFFAOYSA-N 16-Epiaffinine Natural products C1C(C2=CC=CC=C2N2)=C2C(=O)CC2C(=CC)CN(C)C1C2CO PXFBZOLANLWPMH-UHFFFAOYSA-N 0.000 description 1
- 230000004075 alteration Effects 0.000 description 1
- 238000004458 analytical method Methods 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- XPYGGHVSFMUHLH-UUSULHAXSA-N falecalcitriol Chemical compound C1(/[C@@H]2CC[C@@H]([C@]2(CCC1)C)[C@@H](CCCC(O)(C(F)(F)F)C(F)(F)F)C)=C\C=C1\C[C@@H](O)C[C@H](O)C1=C XPYGGHVSFMUHLH-UUSULHAXSA-N 0.000 description 1
- 238000002955 isolation Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000000873 masking effect Effects 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 238000002156 mixing Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000003134 recirculating effect Effects 0.000 description 1
- 238000000844 transformation Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/544—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices for evaluating functions by calculation
- G06F7/5443—Sum of products
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/52—Multiplying; Dividing
- G06F7/535—Dividing only
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2207/00—Indexing scheme relating to methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F2207/535—Indexing scheme relating to groups G06F7/535 - G06F7/5375
- G06F2207/5355—Using iterative approximation not using digit recurrence, e.g. Newton Raphson or Goldschmidt
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F7/00—Methods or arrangements for processing data by operating upon the order or content of the data handled
- G06F7/38—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
- G06F7/48—Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation using non-contact-making devices, e.g. tube, solid state device; using unspecified devices
- G06F7/483—Computations with numbers represented by a non-linear combination of denominational numbers, e.g. rational numbers, logarithmic number system or floating-point numbers
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Complex Calculations (AREA)
Description
y=(((ax+b)x+c)x+d)x+e ・・・(1)
A=ax+b ・・・(2a)
B=Ax+c ・・・(2b)
C=Bx+d ・・・(2c)
D=Cx+e=y ・・・(2d)
f(x)=a0xn+a1xn−1+...+akxn−k+ak+1 ・・・(3)
多項式の評価は、各演算が新たな係数ai(i=0,...,k)を含むn個のMAD演算を行うことで効率的に実行することができる。
f(x)=ax8+bx6+cx4+dx2+e ・・・(4)
上記の多項式は依然8個のMAD演算が必要である。上記の式は以下のように書き換えられる。
f(x)=(((ax2+b)x2+c)x2+d)x2+e ・・・(5)
A=ax2+b ・・・(6a)
B=Ax2+c ・・・(6b)
C=Bx2+d ・・・(6c)
D=Cx2+e=f(y) ・・・(6e)
サイン(x)=x−a0x3+a1x5−a2x7 ・・・(7)
コサイン(x)=1−b0x2+b1x4−b2x6 ・・・(8)
xi=xi−1(2−axi−1) ・・・(9)
第一のMAD:z=2−a*xi−1 ・・・(10a)
第二のMAD:xi=z*xi−1+0 ・・・(10b)
xi=2xi−1−ax2 i−1 ・・・(7)
Claims (20)
- 単一の入力である第一の引き数を二乗して中間の引き数を生成するFP二乗器と、
前記FP二乗器に連結され、前記中間の引き数、第二の引き数、および第三の引き数に乗加算演算を行い、結果仮数と結果指数とを有する結果を生成するFPMAD部と、
を含み、
前記第一の引き数および前記中間の引き数は、第一の仮数/第一の指数および中間の仮数/中間の指数を有し、
前記第二の引き数および前記第三の引き数はそれぞれ、第二の仮数/第二の指数および第三の仮数/第三の指数を有し、
前記第一の引き数、前記中間の引き数、前記第二の引き数、前記第三の引き数及び前記結果は、浮動小数点数である、
装置。 - 前記FP二乗器は、
前記第一の仮数を、前記第一の仮数および第一の定数のうちから選択された仮数被乗数で乗算し、前記中間の仮数を生成する第一の乗算器と、
前記第一の指数に、前記第一の指数および第二の定数のうちから選択された指数加数を加算し、前記中間の指数を生成する、第一の加算器と、
を含む請求項1に記載の装置。 - 前記FPMAD部は、
前記中間の仮数を前記第二の仮数で乗算して仮数積を生成する第二の乗算器と、
前記第二の乗算器に連結されて、前記仮数積および前記第三の仮数を調節する調節器と、
前記第一の加算器に連結されて、前記中間の指数に前記第二の指数を加算して指数和を生成する第二の加算器と、
前記調節器に連結されて、前記調節された仮数積と第三の仮数とを加算して仮数和を生成する第三の加算器と、
を含む請求項2に記載の装置。 - 前記調節器は、
前記指数和と、前記第三の指数、増分された第三の指数、および第三の定数のうちの一つとを利用して、仮数シフトコードおよび調節された指数和を生成する調節回路と、
前記仮数シフトコードを利用して前記仮数積をシフトして、前記調節された仮数積を生成する第一のシフタと、
前記第三の仮数および第四の定数のうちの一方を、前記仮数シフトコードを利用してシフトして、前記調節された第三の仮数を生成する第二のシフタと、
を含む請求項3に記載の装置。 - 前記第三の加算器に連結され、前記仮数和を丸めおよび正規化して前記結果仮数を生成するとともに、丸めおよび正規化コードを提供する、丸めおよび正規化回路と、
前記調節回路に連結され、前記調節された指数和および前記丸めおよび正規化コードを利用して前記結果指数を生成する、結果指数調節器と、
をさらに含む請求項4に記載の装置。 - 前記第一の定数、前記第二の定数、前記第三の定数、および前記第四の定数はそれぞれ、単一(unity)、ゼロ、ゼロ、ゼロである、請求項4に記載の装置。
- 前記第一の引き数、前記第二の引き数、および前記第三の引き数は、拡張関数の多項式近似法およびニュートン−ラプソン反復法のうちの一方で利用される、請求項1から6のいずれか1項に記載の装置。
- 単一の入力である第一の引き数を二乗して中間の引き数を生成することと、
前記中間の引き数、第二の引き数、および第三の引き数に乗加算演算を行い、結果仮数と結果指数とを有す結果を生成することと、を含み、
前記第一の引き数および前記中間の引き数は、第一の仮数/第一の指数および中間の仮数/中間の指数を有し、
前記第二の引き数および前記第三の引き数はそれぞれ、第二の仮数/第二の指数および第三の仮数/第三の指数を有し、
前記第一の引き数、前記中間の引き数、前記第二の引き数、前記第三の引き数及び前記結果は、浮動小数点数である、
方法。 - 前記二乗することは、
前記第一の仮数を、前記第一の仮数および第一の定数のうちから選択された仮数被乗数で乗算し、前記中間の仮数を生成することと、
前記第一の指数に、前記第一の指数および第二の定数のうちから選択された指数加数を加算し、前記中間の指数を生成することと、
を含む請求項8に記載の方法。 - 前記乗加算演算を行うことは、
前記中間の仮数を前記第二の仮数で乗算して仮数積を生成することと、
前記仮数積および前記第三の仮数を調節することと、
前記中間の指数に前記第二の指数を加算して指数和を生成することと、
前記調節された仮数積と第三の仮数とを加算して仮数和を生成することと、
を含む請求項9に記載の方法。 - 前記調節することは、
前記指数和と、前記第三の指数、増分された第三の指数、および第三の定数のうちの一つとを利用して、仮数シフトコードおよび調節された指数和を生成することと、
前記仮数シフトコードを利用して前記仮数積をシフトして、前記調節された仮数積を生成することと、
前記第三の仮数および第四の定数のうちの一方を、前記仮数シフトコードを利用してシフトして、前記調節された第三の仮数を生成することと、
を含む請求項10に記載の方法。 - 前記仮数和を丸めおよび正規化して前記結果仮数を生成するとともに、丸めおよび正規化コードを提供することと、
前記調節された指数和および前記丸めおよび正規化コードを利用して前記結果指数を生成することと、
をさらに含む請求項11に記載の方法。 - 前記第一の定数、前記第二の定数、前記第三の定数、および前記第四の定数はそれぞれ、単一(unity)、ゼロ、ゼロ、ゼロである、請求項11に記載の方法。
- 前記第一の引き数、前記第二の引き数、および前記第三の引き数は、拡張関数の多項式近似法およびニュートン−ラプソン反復法のうちの一方で利用される、請求項8から13のいずれか1項に記載の方法。
- 制御器と、
FPパイプラインと、
出力回路と、を備え、
前記FPパイプラインは、
連続して(in series)接続される複数のSMAD部を含み、
単一のSMAD部は、
単一の入力である第一の引き数を二乗して中間の引き数を生成するFP二乗器と、
前記FP二乗器に連結され、前記中間の引き数、第二の引き数、および第三の引き数に乗加算演算を行い、結果仮数と結果指数とを有する結果を生成するFPMAD部と、を含み、
前記第一の引き数および前記中間の引き数は、第一の仮数/第一の指数および中間の仮数/中間の指数を有し、
前記第二の引き数および前記第三の引き数はそれぞれ、第二の仮数/第二の指数および第三の仮数/第三の指数を有し、
前記第一の引き数、前記中間の引き数、前記第二の引き数、前記第三の引き数及び前記結果は、浮動小数点数である、
FPU。 - 前記FP二乗器は、
前記第一の仮数を、前記第一の仮数および第一の定数のうちから選択された仮数被乗数で乗算し、前記中間の仮数を生成する第一の乗算器と、
前記第一の指数に、前記第一の指数および第二の定数のうちから選択された指数加数を加算し、前記中間の指数を生成する、第一の加算器と、
を含む請求項15に記載のFPU。 - 前記FPMAD部は、
前記中間の仮数を前記第二の仮数で乗算して仮数積を生成する第二の乗算器と、
前記第二の乗算器に連結されて、前記仮数積および前記第三の仮数を調節する調節器と、
前記第一の加算器に連結されて、前記中間の指数に前記第二の指数を加算して指数和を生成する第二の加算器と、
前記調節器に連結されて、前記調節された仮数積と第三の仮数とを加算して仮数和を生成する第三の加算器と、
を含む請求項16に記載のFPU。 - 前記調節器は、
前記指数和と、前記第三の指数、増分された第三の指数、および第三の定数のうちの一つとを利用して、仮数シフトコードおよび調節された指数和を生成する調節回路と、
前記仮数シフトコードを利用して前記仮数積をシフトして、前記調節された仮数積を生成する第一のシフタと、
前記第三の仮数および第四の定数のうちの一方を、前記仮数シフトコードを利用してシフトして、前記調節された第三の仮数を生成する第二のシフタと、
を含む請求項17に記載のFPU。 - 前記第三の加算器に連結され、前記仮数和を丸めおよび正規化して前記結果仮数を生成するとともに、丸めおよび正規化コードを提供する、丸めおよび正規化回路と、
前記調節回路に連結され、前記調節された指数和および前記丸めおよび正規化コードを利用して前記結果指数を生成する、結果指数調節器と、
をさらに含む請求項18に記載のFPU。 - 前記第一の定数、前記第二の定数、前記第三の定数、および前記第四の定数はそれぞれ、単一(unity)、ゼロ、ゼロ、ゼロである、請求項18に記載のFPU。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/236,984 US7676535B2 (en) | 2005-09-28 | 2005-09-28 | Enhanced floating-point unit for extended functions |
PCT/US2006/037809 WO2007038667A1 (en) | 2005-09-28 | 2006-09-26 | Enhanced floating-point unit for extended functions |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009505309A JP2009505309A (ja) | 2009-02-05 |
JP4635087B2 true JP4635087B2 (ja) | 2011-02-16 |
Family
ID=37728336
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008528261A Expired - Fee Related JP4635087B2 (ja) | 2005-09-28 | 2006-09-26 | 拡張関数のための向上した浮動小数点演算部 |
Country Status (4)
Country | Link |
---|---|
US (1) | US7676535B2 (ja) |
JP (1) | JP4635087B2 (ja) |
CN (1) | CN1983161B (ja) |
WO (1) | WO2007038667A1 (ja) |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8429384B2 (en) * | 2006-07-11 | 2013-04-23 | Harman International Industries, Incorporated | Interleaved hardware multithreading processor architecture |
US8074053B2 (en) * | 2006-07-11 | 2011-12-06 | Harman International Industries, Incorporated | Dynamic instruction and data updating architecture |
US8346831B1 (en) * | 2006-07-25 | 2013-01-01 | Vivante Corporation | Systems and methods for computing mathematical functions |
CN102043609B (zh) * | 2010-12-14 | 2013-11-20 | 东莞市泰斗微电子科技有限公司 | 一种浮点协处理器及相应的配置、控制方法 |
US9104479B2 (en) * | 2011-12-07 | 2015-08-11 | Arm Limited | Apparatus and method for rounding a floating-point value to an integral floating-point value |
TWI537819B (zh) * | 2012-05-17 | 2016-06-11 | 國立交通大學 | 運算模組、裝置及系統 |
US9043378B2 (en) * | 2012-10-01 | 2015-05-26 | Freescale Semiconductor, Inc. | Multiply and accumulate feedback |
US9207941B2 (en) * | 2013-03-15 | 2015-12-08 | Intel Corporation | Systems, apparatuses, and methods for reducing the number of short integer multiplications |
US20140372493A1 (en) * | 2013-06-14 | 2014-12-18 | Texas Instruments Incorporated | System and method for accelerating evaluation of functions |
CN103677742B (zh) * | 2013-12-13 | 2016-08-17 | 广西科技大学 | 多浮点操作数加/减运算控制器 |
CN104714773B (zh) * | 2015-03-04 | 2018-04-20 | 中国航天科技集团公司第九研究院第七七一研究所 | 用于旋转角计算的基于plb总线的嵌入式ip软核及旋转角计算方法 |
US10303439B2 (en) | 2016-04-26 | 2019-05-28 | International Business Machines Corporation | Logarithm and power (exponentiation) computations using modern computer architectures |
US20180081634A1 (en) * | 2016-09-22 | 2018-03-22 | Qualcomm Incorporated | Piecewise polynomial evaluation instruction |
US10572253B2 (en) * | 2017-05-02 | 2020-02-25 | Signalchip Innovations Private Limited | System and method for reducing non-linearity in mixed signal processing using complex polynomial vector processor |
CN112615852A (zh) * | 2020-12-16 | 2021-04-06 | 百度在线网络技术(北京)有限公司 | 数据的处理方法、相关装置及计算机程序产品 |
CN117270811B (zh) * | 2023-11-21 | 2024-02-02 | 上海为旌科技有限公司 | 非线性算子近似计算方法、装置、神经网络处理器 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0317738A (ja) * | 1989-06-15 | 1991-01-25 | Nec Corp | 演算処理装置 |
US5197130A (en) * | 1989-12-29 | 1993-03-23 | Supercomputer Systems Limited Partnership | Cluster architecture for a highly parallel scalar/vector multiprocessor system |
JP2972326B2 (ja) * | 1990-11-28 | 1999-11-08 | 日本電気株式会社 | 平方根計算装置 |
JP3453618B2 (ja) * | 1991-10-11 | 2003-10-06 | ヒュンダイ、エレクトロニクス、インダストリーズ、カムパニー、リミテッド | 根の多項近似式を利用した割り算と平方根の為のプロセッサー |
JP2960595B2 (ja) * | 1991-12-16 | 1999-10-06 | パイオニアビデオ株式会社 | ディジタル信号プロセッサ |
US5305248A (en) * | 1993-04-23 | 1994-04-19 | International Business Machines Corporation | Fast IEEE double precision reciprocals and square roots |
EP0706122A3 (en) * | 1994-09-30 | 1998-07-01 | International Business Machines Corporation | System and method to process multi-cycle operations |
US5768170A (en) * | 1996-07-25 | 1998-06-16 | Motorola Inc. | Method and apparatus for performing microprocessor integer division operations using floating point hardware |
US5996066A (en) * | 1996-10-10 | 1999-11-30 | Sun Microsystems, Inc. | Partitioned multiply and add/subtract instruction for CPU with integrated graphics functions |
US6275838B1 (en) * | 1997-12-03 | 2001-08-14 | Intrinsity, Inc. | Method and apparatus for an enhanced floating point unit with graphics and integer capabilities |
US6697832B1 (en) * | 1999-07-30 | 2004-02-24 | Mips Technologies, Inc. | Floating-point processor with improved intermediate result handling |
US20030101206A1 (en) * | 2001-07-31 | 2003-05-29 | Graziano Michael J. | Method and system for estimating a base-2 logarithm of a number |
-
2005
- 2005-09-28 US US11/236,984 patent/US7676535B2/en not_active Expired - Fee Related
-
2006
- 2006-09-26 WO PCT/US2006/037809 patent/WO2007038667A1/en active Application Filing
- 2006-09-26 JP JP2008528261A patent/JP4635087B2/ja not_active Expired - Fee Related
- 2006-09-28 CN CN200610063928.XA patent/CN1983161B/zh not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
CN1983161A (zh) | 2007-06-20 |
US20070073798A1 (en) | 2007-03-29 |
CN1983161B (zh) | 2015-11-25 |
WO2007038667A1 (en) | 2007-04-05 |
US7676535B2 (en) | 2010-03-09 |
JP2009505309A (ja) | 2009-02-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4635087B2 (ja) | 拡張関数のための向上した浮動小数点演算部 | |
JP5111377B2 (ja) | 浮動小数点パイプラインに係る装置、方法およびシステム | |
US11797303B2 (en) | Generalized acceleration of matrix multiply accumulate operations | |
US20240303076A1 (en) | Generalized acceleration of matrix multiply accumulate operations | |
US8037119B1 (en) | Multipurpose functional unit with single-precision and double-precision operations | |
Nam et al. | Power and area-efficient unified computation of vector and elementary functions for handheld 3D graphics systems | |
EP0821303A2 (en) | Method and apparatus for performing microprocessor integer division operations using floating point hardware | |
US8051123B1 (en) | Multipurpose functional unit with double-precision and filtering operations | |
JPH08185309A (ja) | 4倍精度演算の実行方法 | |
US7640285B1 (en) | Multipurpose arithmetic functional unit | |
KR100919236B1 (ko) | 병렬 프로세서를 이용한 3차원 그래픽 기하 변환 방법 | |
US8681173B2 (en) | Device, system, and method for improving processing efficiency by collectively applying operations | |
US8190669B1 (en) | Multipurpose arithmetic functional unit | |
TWI258698B (en) | Static floating-point processor suitable for embedded digital signal processing and shift control method thereof | |
Hsiao et al. | Design of a low-cost floating-point programmable vertex processor for mobile graphics applications based on hybrid number system | |
RU2276805C2 (ru) | Способ и устройство для выделения целой и дробных компонент из данных с плавающей точкой | |
US9361267B2 (en) | Splitable and scalable normalizer for vector data | |
US20240176588A1 (en) | Operation unit, processing device, and operation method of processing device | |
US20230110383A1 (en) | Floating-point logarithmic number system scaling system for machine learning | |
Arnold et al. | Implementing LNS using filtering units of GPUs | |
CN113778376A (zh) | 改进的用于执行乘法/累加运算的设备 | |
CN118760415A (zh) | 数据处理方法及装置、处理器、电子设备、存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100427 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100727 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20101102 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20101119 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131126 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |