#include <stdio.h>#include <math.h>#include <errno.h>
Go to the source code of this file.
Classes | |
| struct | Akind |
Typedefs | |
| typedef struct Akind | Akind |
Functions | |
| static Akind * | ccheck (void) |
| void | fpinit_ASL (void) |
| static int | fzcheck (void) |
| void | get_nanbits (unsigned int *b, int k) |
| static Akind * | icheck (void) |
| static Akind * | Lcheck (void) |
| int | main (void) |
| static int | need_nancheck (void) |
Variables | |
| static Akind | CRAY = { "CRAY", 5} |
| static int | dalign |
| char * | emptyfmt = "" |
| static Akind | IBM = { "IBM", 3 } |
| static Akind | IEEE_8087 = { "IEEE_8087", 1 } |
| static Akind | IEEE_MC68k = { "IEEE_MC68k", 2 } |
| static double | t_nan |
| static Akind | VAX = { "VAX", 4 } |
Definition at line 116 of file arithchk.c.
| void fpinit_ASL | ( | void | ) |
| static int fzcheck | ( | void | ) | [static] |
Definition at line 137 of file arithchk.c.
| void get_nanbits | ( | unsigned int * | b, |
| int | k | ||
| ) |
Definition at line 170 of file arithchk.c.
Definition at line 87 of file arithchk.c.
Definition at line 60 of file arithchk.c.
| int main | ( | void | ) |
Definition at line 183 of file arithchk.c.
| static int need_nancheck | ( | void | ) | [static] |
Definition at line 156 of file arithchk.c.
Definition at line 55 of file arithchk.c.
int dalign [static] |
Definition at line 43 of file arithchk.c.
| char* emptyfmt = "" |
Definition at line 113 of file arithchk.c.
Definition at line 53 of file arithchk.c.
Definition at line 51 of file arithchk.c.
Akind IEEE_MC68k = { "IEEE_MC68k", 2 } [static] |
Definition at line 52 of file arithchk.c.
double t_nan [static] |
Definition at line 57 of file arithchk.c.
Definition at line 54 of file arithchk.c.