Show: Delphi
C++
Display Preferences
Category:Floating-Point
From RAD Studio
This category includes topics related to floating-point computation.
Not listed here are the RTL floating-point data types, and related procedures and functions. You can find most of these in the System and System.Math units.
x87 FPU
The FPU control word is illustrated below, for reference:
|
Bit |
Description | |
|---|---|---|
| 15 | Reserved | |
| 14 | Reserved | |
| 13 | Reserved | |
| 12 | Infinity control | |
| 11 | Rounding control | |
| 10 | ||
| 9 | Precision control | |
| 8 | ||
| 7 | Reserved | |
| 6 | Reserved | |
| 5 | Exception masking | Precision |
| 4 | Underflow | |
| 3 | Overflow | |
| 2 | Zero divide | |
| 1 | Denormal operand | |
| 0 | Invalid operation | |
See Also
- W1066 Lost Extended floating point precision. Reduced to Double (Delphi)
- Intel and Floating-Point
- x87 and SSE Floating Point Assists in IA-32: Flush-To-Zero (FTZ) and Denormals-Are-Zero (DAZ)
- Intel® 64 and IA-32 Architectures Software Developer's Manuals
- IA-64 Floating-Point Operations and the IEEE Standard for Binary Floating-Point Arithmetic
Pages in category "Floating-Point"
The following 20 pages are in this category, out of 20 total.
CDEF |
F cont. |
F cont.UVW |