CN105094744A - Variable floating point data microprocessor - Google Patents

Variable floating point data microprocessor Download PDF

Info

Publication number
CN105094744A
CN105094744A CN201510449047.0A CN201510449047A CN105094744A CN 105094744 A CN105094744 A CN 105094744A CN 201510449047 A CN201510449047 A CN 201510449047A CN 105094744 A CN105094744 A CN 105094744A
Authority
CN
China
Prior art keywords
floating
territory
exponent
mantissa
represent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510449047.0A
Other languages
Chinese (zh)
Other versions
CN105094744B (en
Inventor
周海林
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.)
Sichuan Kaiyan Intellectual Property Service Co ltd
Zhejiang Qusu Technology Co ltd
Original Assignee
Chengdu Teng Yue Science And Technology 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 Chengdu Teng Yue Science And Technology Ltd filed Critical Chengdu Teng Yue Science And Technology Ltd
Priority to CN201510449047.0A priority Critical patent/CN105094744B/en
Publication of CN105094744A publication Critical patent/CN105094744A/en
Priority to PCT/CN2016/078071 priority patent/WO2017016233A1/en
Application granted granted Critical
Publication of CN105094744B publication Critical patent/CN105094744B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/38Methods or arrangements for performing computations using exclusively denominational number representation, e.g. using binary, ternary, decimal representation
    • G06F7/48Methods 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/57Arithmetic logic units [ALU], i.e. arrangements or devices for performing two or more of the operations covered by groups G06F7/483 – G06F7/556 or for performing logical operations

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Executing Machine-Instructions (AREA)
  • Complex Calculations (AREA)

Abstract

The invention discloses a variable floating point data microprocessor. A floating-point number is formed by a symbol domain, an exponent domain, and a mantissa domain. When a program uses custom the floating-point number, a zero custom floating point configuration register, a first custom floating point configuration register, a second custom floating point configuration register, and a third custom floating point configuration register need configuring. Composition sequence of the custom floating point numbers is the composition sequence of the custom floating point configuration registers. The composition sequence of the custom floating point numbers is the third custom floating point configuration register, the second custom floating point configuration register, the first custom floating point configuration register, and the zero custom floating point configuration register. The length of the mantissa domain plus the length of the exponent domain plus the length of the symbol domain equal to the length of floating-point data. Otherwise, anomaly occurs. In a calculation process, sequence and length of a sign bit, an index bit, and a mantissa bit in a floating-point number can be changed, and width of the floating-point number can be changed. The floating-point number has good portability. Floating point data in higher precision can be expressed. The microprocessor has higher security.

Description

A kind of variable floating data microprocessor
Technical field
The present invention relates to a kind of variable floating data microprocessor.
Background technology
In current processor, the floating-point standard of IEEE754 standard that what we generally adopted is, mainly employ single precision floating datum, double-precision floating points, temporary floating point number in the standard, add the expression scope of data to a great extent, use widely so floating number calculates to obtain in engineering calculation, scientific algorithm.
Because floating data relies on the floating point calculating unit of computing machine completely when calculating, but floating number standard in processor system is not identical, such as some processor uses American National floating data standard, and some processor company uses the floating data standard of oneself company, and can only support that in some processor fixed point floating number calculates.Cause many programs of writing for conventional processors can not well be transplanted to other processor platforms, the human cost of transplanting increases greatly.
In some scientific algorithm, need more accurate floating data to calculate, at this moment we need the floating data of more widening, common process applicator platform can not meet this precise requirements, at this moment we only have with software simulation or abandon this processor platform, the mode of software simulation can spend a large amount of processor time, thus causes the efficiency of processor to decline.
Because variable floating data processor can change sign bit in floating number, the order of exponent bits and mantissa position and length in the calculation, also has the width of floating number, if use variable floating data processor, certainly will can carry out the transplanting of floating-point more easily, and there is higher degree of accuracy.
Summary of the invention
The object of the invention is to overcome the deficiencies in the prior art, a kind of novel variable floating data microprocessor is provided, sign bit in floating number, the order of exponent bits and mantissa position and length can be changed, also has the width of floating number, portable good, can represent more high-precision floating data, security is high.
The object of the invention is to be achieved through the following technical solutions: a kind of variable floating data microprocessor, floating number is made up of symbol field, exponent territory, mantissa territory, floating number=sign bit. mantissa × 2 exponent, (2 exponent) represent 2 exponent power, floating number composed as follows:
Symbol field: represent with S, symbol field accounts for 1, and 0 represents positive number, and 1 represents negative;
Exponent territory: represent with E, indicates radix point position in the data with integer form, determines floating-point numerical representation scope, and the exponent territory E of floating number equals exponent e and adds a fixing off-set value, and this off-set value is (2 the bit wide-1 in exponent territory-1);
Mantissa territory: represent with M, represents with fractional fixed point, and the figure place providing significant figure determines floating-point numerical representation precision;
Described variable floating data microprocessor comprises self-defined floating-point configuration register, self-defined floating-point configuration register is made up of data length register, sign bit register, rank, position length register and mantissa's length register, and the composition of self-defined floating number order is exactly self-defined floating-point configuration register configuration composition order, the composition order of self-defined floating number is: self-defined floating-point configuration register 0, self-defined floating-point configuration register 1, self-defined floating-point configuration register 2, self-defined floating-point configuration register 3; Mantissa's length of field adds exponent length of field length of field of putting in marks and equals floating data length, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 0: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 1: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 2: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 3: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
The floating number of five types is defined as follows in self-defined floating number:
(1) when the exponent of exponent territory E is full 0 and the mantissa of mantissa territory M also for full 0 time, sign bit is 0/1, is called positive and negative 0;
(2) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is full 0, sign bit is 0/1, is called positive minus infinity;
(3) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is non-zero, sign bit is 0/1, is called illegal floating number;
(4) when the exponent of exponent territory E is arbitrary value and the mantissa of mantissa territory M is full 0, sign bit is 0/1, or when the minimum value that the value of exponent territory E can represent than it is also little, no matter why its mantissa is worth, computing machine all regards null value as this floating number, is called machine zero;
(5) when the exponent of exponent territory E is 1 ~ (2 the bit wide in exponent territory, and when the mantissa of mantissa territory M is arbitrary value, sign bit is 0/1, is called standardizing number-1); When the value of mantissa is not 0, the highest significant position in mantissa territory should be 1, otherwise moves the way of radix point in left and right to revise exponent simultaneously, makes it become this representation, is called that the normalization of floating number represents.
The invention has the beneficial effects as follows: variable floating data processor can change sign bit in floating number, the order of exponent bits and mantissa position and length in computation process, also has the width of floating number, portable good, and more high-precision floating data can be represented, security is also higher.
Embodiment
Technical scheme of the present invention is described in further detail, but protection scope of the present invention is not limited to the following stated below.
A kind of variable floating data microprocessor, floating number is made up of symbol field, exponent territory, mantissa territory, floating number=sign bit. mantissa × 2 exponent, (2 exponent) represent 2 exponent power, floating number composed as follows:
Symbol field: represent with S, symbol field accounts for 1, and 0 represents positive number, and 1 represents negative;
Exponent territory: represent with E, indicates radix point position in the data with integer form, determines floating-point numerical representation scope, and the exponent territory E of floating number equals exponent e and adds a fixing off-set value, and this off-set value is (2 the bit wide-1 in exponent territory-1);
Mantissa territory: represent with M, represents with fractional fixed point, and the figure place providing significant figure determines floating-point numerical representation precision;
Described variable floating data microprocessor comprises self-defined floating-point configuration register, self-defined floating-point configuration register is made up of data length register, sign bit register, rank, position length register and mantissa's length register, and the composition of self-defined floating number order is exactly self-defined floating-point configuration register configuration composition order, the composition order of self-defined floating number is: self-defined floating-point configuration register 0, self-defined floating-point configuration register 1, self-defined floating-point configuration register 2, self-defined floating-point configuration register 3; Mantissa's length of field adds exponent length of field length of field of putting in marks and equals floating data length, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 0: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 1: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 2: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 3: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
The floating number of five types is defined as follows in self-defined floating number:
(1) when the exponent of exponent territory E is full 0 and the mantissa of mantissa territory M also for full 0 time, sign bit is 0/1, is called positive and negative 0;
(2) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is full 0, sign bit is 0/1, is called positive minus infinity;
(3) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is non-zero, sign bit is 0/1, is called illegal floating number;
(4) when the exponent of exponent territory E is arbitrary value and the mantissa of mantissa territory M is full 0, sign bit is 0/1, or when the minimum value that the value of exponent territory E can represent than it is also little, no matter why its mantissa is worth, computing machine all regards null value as this floating number, is called machine zero;
(5) when the exponent of exponent territory E is 1 ~ (2 the bit wide in exponent territory, and when the mantissa of mantissa territory M is arbitrary value, sign bit is 0/1, is called standardizing number-1); When the value of mantissa is not 0, the highest significant position in mantissa territory should be 1, otherwise moves the way of radix point in left and right to revise exponent simultaneously, makes it become this representation, is called that the normalization of floating number represents.
The above is only the preferred embodiment of the present invention, be to be understood that the present invention is not limited to the form disclosed by this paper, should not regard the eliminating to other embodiments as, and can be used for other combinations various, amendment and environment, and can in contemplated scope described herein, changed by the technology of above-mentioned instruction or association area or knowledge.And the change that those skilled in the art carry out and change do not depart from the spirit and scope of the present invention, then all should in the protection domain of claims of the present invention.

Claims (1)

1. a variable floating data microprocessor, is characterized in that, floating number is made up of symbol field, exponent territory, mantissa territory, floating number=sign bit. mantissa × 2 exponent, floating number composed as follows:
Symbol field: represent with S, symbol field accounts for 1, and 0 represents positive number, and 1 represents negative;
Exponent territory: represent with E, indicates radix point position in the data with integer form, determines floating-point numerical representation scope, and the exponent territory E of floating number equals exponent e and adds a fixing off-set value, and this off-set value is (2 the bit wide-1 in exponent territory-1);
Mantissa territory: represent with M, represents with fractional fixed point, and the figure place providing significant figure determines floating-point numerical representation precision;
Described variable floating data microprocessor comprises self-defined floating-point configuration register, self-defined floating-point configuration register is made up of data length register, sign bit register, rank, position length register and mantissa's length register, and the composition of self-defined floating number order is exactly self-defined floating-point configuration register configuration composition order, the composition order of self-defined floating number is: self-defined floating-point configuration register 0, self-defined floating-point configuration register 1, self-defined floating-point configuration register 2, self-defined floating-point configuration register 3; Mantissa's length of field adds exponent length of field length of field of putting in marks and equals floating data length, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 0: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 1: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 2: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
Self-defined floating-point configuration register 3: if low 2 equal Binary Zero 0, represent self-defined floating data length; If low 2 equal Binary Zero 1, represent symbol field; If low 2 equal binary one 0, represent exponent territory; If low 2 equal binary one 1, represent mantissa territory; Other remaining data bit represent the length of this data, and wherein symbol field length can only be length is 1, otherwise mistake produces unknown result, and processor produces abnormal;
The floating number of five types is defined as follows in self-defined floating number:
(1) when the exponent of exponent territory E is full 0 and the mantissa of mantissa territory M also for full 0 time, sign bit is 0/1, is called positive and negative 0;
(2) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is full 0, sign bit is 0/1, is called positive minus infinity;
(3) when the exponent of exponent territory E is complete 1 and the mantissa of mantissa territory M is non-zero, sign bit is 0/1, is called illegal floating number;
(4) when the exponent of exponent territory E is arbitrary value and the mantissa of mantissa territory M is full 0, sign bit is 0/1, or when the minimum value that the value of exponent territory E can represent than it is also little, no matter why its mantissa is worth, computing machine all regards null value as this floating number, is called machine zero;
(5) when the exponent of exponent territory E is 1 ~ (2 the bit wide in exponent territory, and when the mantissa of mantissa territory M is arbitrary value, sign bit is 0/1, is called standardizing number-1); When the value of mantissa is not 0, the highest significant position in mantissa territory should be 1, otherwise moves the way of radix point in left and right to revise exponent simultaneously, makes it become this representation, is called that the normalization of floating number represents.
CN201510449047.0A 2015-07-28 2015-07-28 A kind of variable floating data microprocessor Active CN105094744B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510449047.0A CN105094744B (en) 2015-07-28 2015-07-28 A kind of variable floating data microprocessor
PCT/CN2016/078071 WO2017016233A1 (en) 2015-07-28 2016-03-31 Variable floating-point data microprocessor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510449047.0A CN105094744B (en) 2015-07-28 2015-07-28 A kind of variable floating data microprocessor

Publications (2)

Publication Number Publication Date
CN105094744A true CN105094744A (en) 2015-11-25
CN105094744B CN105094744B (en) 2018-01-16

Family

ID=54575295

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510449047.0A Active CN105094744B (en) 2015-07-28 2015-07-28 A kind of variable floating data microprocessor

Country Status (2)

Country Link
CN (1) CN105094744B (en)
WO (1) WO2017016233A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017016233A1 (en) * 2015-07-28 2017-02-02 成都腾悦科技有限公司 Variable floating-point data microprocessor
CN107038016A (en) * 2017-03-29 2017-08-11 广州酷狗计算机科技有限公司 A kind of floating number conversion method and device based on GPU
CN110163353A (en) * 2018-02-13 2019-08-23 上海寒武纪信息科技有限公司 A kind of computing device and method
CN110515584A (en) * 2019-08-09 2019-11-29 苏州浪潮智能科技有限公司 Floating-point Computation method and system
CN112130807A (en) * 2020-11-25 2020-12-25 上海燧原科技有限公司 Tensor floating point data processing method, device, equipment and storage medium
CN116594589A (en) * 2019-12-31 2023-08-15 华为技术有限公司 Method, device and arithmetic logic unit for floating point number multiplication calculation

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101685383A (en) * 2008-09-28 2010-03-31 杨高祥 Calculator and direct match-exponent based operational circuit of free-precision floating point
CN102799411A (en) * 2012-06-29 2012-11-28 华为技术有限公司 Accumulation circuit for floating-point numbers and realization method thereof
CN104246690A (en) * 2012-04-20 2014-12-24 华为技术有限公司 System and method for signal processing in digital signal processors
CN104268122A (en) * 2014-09-12 2015-01-07 安徽四创电子股份有限公司 Point-changeable floating point FFT (fast Fourier transform) processor
CN104572018A (en) * 2014-12-30 2015-04-29 杭州中天微系统有限公司 Device and method for generating floating point constant

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105094744B (en) * 2015-07-28 2018-01-16 成都腾悦科技有限公司 A kind of variable floating data microprocessor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101685383A (en) * 2008-09-28 2010-03-31 杨高祥 Calculator and direct match-exponent based operational circuit of free-precision floating point
CN104246690A (en) * 2012-04-20 2014-12-24 华为技术有限公司 System and method for signal processing in digital signal processors
CN102799411A (en) * 2012-06-29 2012-11-28 华为技术有限公司 Accumulation circuit for floating-point numbers and realization method thereof
CN104268122A (en) * 2014-09-12 2015-01-07 安徽四创电子股份有限公司 Point-changeable floating point FFT (fast Fourier transform) processor
CN104572018A (en) * 2014-12-30 2015-04-29 杭州中天微系统有限公司 Device and method for generating floating point constant

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017016233A1 (en) * 2015-07-28 2017-02-02 成都腾悦科技有限公司 Variable floating-point data microprocessor
CN107038016A (en) * 2017-03-29 2017-08-11 广州酷狗计算机科技有限公司 A kind of floating number conversion method and device based on GPU
CN107038016B (en) * 2017-03-29 2019-11-15 广州酷狗计算机科技有限公司 A kind of floating number conversion method and device based on GPU
CN110163353A (en) * 2018-02-13 2019-08-23 上海寒武纪信息科技有限公司 A kind of computing device and method
CN110515584A (en) * 2019-08-09 2019-11-29 苏州浪潮智能科技有限公司 Floating-point Computation method and system
CN116594589A (en) * 2019-12-31 2023-08-15 华为技术有限公司 Method, device and arithmetic logic unit for floating point number multiplication calculation
CN116594589B (en) * 2019-12-31 2024-03-26 华为技术有限公司 Method, device and arithmetic logic unit for floating point number multiplication calculation
CN112130807A (en) * 2020-11-25 2020-12-25 上海燧原科技有限公司 Tensor floating point data processing method, device, equipment and storage medium
CN112130807B (en) * 2020-11-25 2021-02-26 上海燧原科技有限公司 Tensor floating point data processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN105094744B (en) 2018-01-16
WO2017016233A1 (en) 2017-02-02

Similar Documents

Publication Publication Date Title
CN105094744A (en) Variable floating point data microprocessor
TWI784980B (en) An apparatus and method for performing arithmetic operations to accumulate floating-point numbers
US10574260B2 (en) Techniques for floating-point number conversion
CN107077416B (en) Apparatus and method for vector processing in selective rounding mode
CN107273090A (en) Towards the approximate floating-point multiplier and floating number multiplication of neural network processor
US20130246496A1 (en) Floating-point vector normalisation
CN104598197A (en) Operation method for reciprocal value and/or reciprocal square root of floating-point number and operation device
CN103914276A (en) Fixed point division circuit utilizing floating point architecture
TWI635437B (en) Methods for calculating floating-point operands and apparatuses using the same
CN108196822A (en) A kind of method and system of double-precision floating point extracting operation
Townsend The race for high order Gauss–Legendre quadrature
CN105224283B (en) A kind of floating number processing method and processing device
Carr III Error bounds for the Runge-Kutta single-step integration process
CN108363558A (en) Number of machines level data comparative approach towards big data processing
US20060259745A1 (en) Processor having efficient function estimate instructions
US9703626B2 (en) Recycling error bits in floating point units
US20160026437A1 (en) Apparatus and method for performing floating-point square root operation
DE3066464D1 (en) Method of obtaining the result of a numerical calculation in floating-point representation with the number of exact significant digits, and numerical calculating device for carrying out this method
CN101510149A (en) Method and apparatus for processing data
CN108153513B (en) Leading zero prediction
CN106997284A (en) The method and apparatus for realizing floating-point arithmetic operation
US20040249877A1 (en) Fast integer division with minimum number of iterations in substraction-based hardware divide processor
US8495114B1 (en) System and methods for determining attributes for arithmetic operations with fixed-point numbers
CN102109973A (en) Processor implementation device including transcendental function calculation
CN102043609A (en) Floating-point coprocessor and corresponding configuration and control method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191227

Address after: 610000 No.6, 20th floor, building 4, NO.666, Jincheng Avenue, Chengdu high tech Zone, Chengdu, Sichuan Province

Patentee after: CHENGDU CHANGMING INFORMATION TECHNOLOGY Co.,Ltd.

Address before: West high tech Zone Fucheng Road in Chengdu city of Sichuan Province in 610000 399, 9 13 storey building No. 6

Patentee before: CHENGDU TENYUM TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right

Effective date of registration: 20201202

Address after: 274300 380 meters east of the intersection of Weichuang road and Jiantai Road, Shanxian Industrial Zone, Heze City, Shandong Province

Patentee after: Zeng Huan

Address before: 610000 No.6, 20th floor, building 4, NO.666, Jincheng Avenue, Chengdu high tech Zone, Chengdu, Sichuan Province

Patentee before: CHENGDU CHANGMING INFORMATION TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20210125

Address after: No.17, 18 / F, unit 1, building 4, No.68, yangzishan Road, Chenghua District, Chengdu, Sichuan 610000

Patentee after: Sichuan Kaiyan Intellectual Property Service Co.,Ltd.

Address before: 274300 380 meters east of the intersection of Weichuang road and Jiantai Road, Shanxian Industrial Zone, Heze City, Shandong Province

Patentee before: Zeng Huan

Effective date of registration: 20210125

Address after: 311800 17th floor, Jiyang Fortune Building, 28 Wenzhong South Road, Taozhu street, Zhuji City, Shaoxing City, Zhejiang Province

Patentee after: Zhejiang qusu Technology Co.,Ltd.

Address before: No.17, 18 / F, unit 1, building 4, No.68, yangzishan Road, Chenghua District, Chengdu, Sichuan 610000

Patentee before: Sichuan Kaiyan Intellectual Property Service Co.,Ltd.

TR01 Transfer of patent right
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20151125

Assignee: Hefei Qusu Chaowei Integrated Circuit Co.,Ltd.

Assignor: Zhejiang qusu Technology Co.,Ltd.

Contract record no.: X2022990000804

Denomination of invention: A Variable Floating Point Data Microprocessor

Granted publication date: 20180116

License type: Exclusive License

Record date: 20221013

EE01 Entry into force of recordation of patent licensing contract