Extended precision

Extended precision

The term "extended precision" refers to storage formats for floating point numbers taking advantage of an opportunity not falling in to a regular sequence of single, double and quadruple precision such as 32-bit, 64-bit and 128-bit occupying two, four or eight 16-bit storage words or similar accountancy. In contrast, arbitrary-precision arithmetic refers to implementations of much larger numeric types with a storage count that usually is not a power of two.

The most common extended-precision format is currently the 80-bit format first used in the Intel 8087 math coprocessor (and later in the Motorola 68881), which has since become ubiquitous on the x86 architecture. This 80-bit format was standardized by the IEEE floating-point standard and uses 64 bits for the significand, 15 bits for the exponent field and one bit for the sign of the significand. The exponent field has an offset of 16383 (that is exponent value = exponent field - 16383), and the exponent field value of 32767 (all fifteen bits 1) is reserved so as to enable the representation of special states such as Infinity and Not a Number. For historical reasons, this format has no implicit/hidden bit: the explicit bit was used in the Intel 8087 to suppress the normalization of subnormal numbers in certain cases.

The opportunity for extended precision arises because, on the one hand, a number format should fit into a whole number of storage words but must pack in both the mantissa and exponent and, on the other hand, the hardware performing the arithmetic almost certainly will also be used for integer arithmetic where there is no exponent part. The 64-bit double precision format allows 53 bits for the mantissa and 11 for the exponent, but the hardware also allows 64-bit integer arithmetic. With trivial additional circuitry, it could therefore be generalised to perform floating-point arithmetic on a mantissa of 64 bits, and this additional precision might be useful. But that leaves no room for an exponent, so an additional word of storage is taken (16 bits), for a total of 80 bits or five words. Subtle differences in the behaviour of the arithmetic (in this case) are a side effect.

80-bit floating point hardware was introduced well after the development of C and is not supported in as many platforms as smaller formats. As a result, despite it being supported in many cases, 32 and 64-bit floating point are more commonly used. (On the x86 architecture, most C compilers support 80-bit extended precision via the long double type.)

Older machines used a variety of formats. On an IBM 1130, extended precision referred to a floating-point format that offered a 32-bit significand or mantissa (corresponding to the 32-bit two's complement integer arithmetic of the cpu) for a floating-point number, an extension on the normal 24-bit significand of its standard 32-bit floating-point format. Floating-point arithmetic operations were performed by software, and double precision was not supported at all. The extended format occupied three 16-bit words, with the extra space simply ignored.

ee also

* IEEE floating-point standard
* Half precision – single precision – double precision – quadruple precision
* Floating point
* Arbitrary-precision arithmetic


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Extended Range Guided Munition — The Extended Range Guided Munition was a precision guided rocket assisted 5 inch artillery shell development by Raytheon for the U.S. Navy. The program was cancelled in March 2008 after twelve years of development and over 600 million dollars in… …   Wikipedia

  • precision runway monitor — Provides air traffic controllers with high precision secondary surveillance data for aircraft on final approach to parallel runways that have extended centerlines separated by less than 4300 ft. The final monitor aid (FMA) is a high resolution… …   Aviation dictionary

  • Precision Lightweight GPS Receiver — The Precision Lightweight GPS Receiver (PLGR) is a handheld, single frequency, military GPS receiver that incorporates the Precise Positioning Service Security Module (PPS SM) to access the encrypted P(Y) code GPS signal. Introduced in January… …   Wikipedia

  • Quadruple-precision floating-point format — In computing, quadruple precision (also commonly shortened to quad precision) is a binary floating point computer number format that occupies 16 bytes (128 bits) in computer memory. In IEEE 754 2008 the 128 bit base 2 format is officially… …   Wikipedia

  • Double-precision floating-point format — In computing, double precision is a computer number format that occupies two adjacent storage locations in computer memory. A double precision number, sometimes simply called a double, may be defined to be an integer, fixed point, or floating… …   Wikipedia

  • Arbitrary-precision arithmetic — In computer science, arbitrary precision arithmetic indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed precision… …   Wikipedia

  • Joint precision airdrop system — The Joint Precision Airdrop System (JPADS) is a military airdrop system which uses the GPS, steerable parachutes, and an onboard computer to steer loads to the point of impact (PI) on a drop zone (DZ). It s a combination of the US Army s… …   Wikipedia

  • Daewoo Precision Industries K1 — Daewoo Precision Industries K1A Daewoo Precision Industries K1A Type Assault rifle …   Wikipedia

  • Daewoo Precision Industries K7 — on display Type Submachine gun …   Wikipedia

  • Daewoo Precision Industries K3 — LMG Type Light machine gun Place of o …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”