#include <stdio.h>#include <string.h>#include "arith.h"
Go to the source code of this file.
Defines | |
| #define | DNAN0 1 |
| #define | DNAN1 0xfff00000 |
| #define | FA7UL 0xfa7a7a7aUL |
| #define | Long long |
| #define | RNAN 0xff800001 |
| #define | TYCOMPLEX 6 |
| #define | TYDCOMPLEX 7 |
| #define | TYDREAL 5 |
| #define | TYINT1 11 |
| #define | TYLONG 3 |
| #define | TYQUAD 14 |
| #define | TYREAL 4 |
| #define | TYSHORT 2 |
| #define | Void void |
Functions | |
| void | _uninit_f2c (void *x, int type, long len) |
| static void | ieee0 (Void) |
Variables | |
| double | _0 = 0. |
| static unsigned Long | dnan0 = DNAN0 |
| static unsigned Long | dnan1 = DNAN1 |
| static unsigned Long | rnan = RNAN |
| #define TYDCOMPLEX 7 |
| void _uninit_f2c | ( | void * | x, |
| int | type, | ||
| long | len | ||
| ) |