Defines | |
| #define | NAN IEEE_NaN() |
| #define | IND IEEE_NaN() |
| #define | INF IEEE_Infinity() |
| #define | NINF (-IEEE_Infinity()) |
Functions | |
| bool | IsNaN (double x) |
| bool | IsInfPos (double x) |
| void | ConvIEEEToVAX (double ieee_value, UINT8 *vax_value) |
| double | ConvVAXToIEEE (const UINT8 *vax_value) |
| LIBEXPORT double | IEEE_NaN (void) |
| LIBEXPORT double | IEEE_Infinity (void) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
VAX to IEEE and back conversion functions Convert IEEE floating point to VAX floating point.
|
|
|
Convert VAX floating point to IEEE floating point.
|
|
|
Returns the IEEE representation of Infinity.
|
|
|
Returns the IEEE representation of Not A Number.
|
|
|
|
|
|
|
1.3.4-20031026