#include <stdio.h>#include <ctype.h>#include "arith.h"
Go to the source code of this file.
Functions | |
| main () | |
| get_hex_input (char **str, AR_HOST_SINT64 *arg) | |
Variables | |
| static char | USMID [] = "\n%Z%%M% %I% %G% %U%\n" |
| static char | rcsid [] = "$Id: test_tsieee_sim.c,v 1.1.1.1 2002-05-22 20:06:19 dsystem Exp $" |
| get_hex_input | ( | char** | str, | |
| AR_HOST_SINT64 * | arg | |||
| ) |
Definition at line 336 of file test_tsieee_sim.c.
| main | ( | ) |
Definition at line 40 of file test_tsieee_sim.c.
References AR_cabs(), AR_convert_str_to_float(), AR_exp(), AR_log(), AR_Modulo(), AR_power(), AR_selected_real_kind(), AR_sqrt(), AR_STAT_OVERFLOW, AR_STAT_UNDEFINED, AR_STAT_UNDERFLOW, arg, exit(), fail, fprintf(), get_hex_input(), NULL, pass, result, and strcpy.

char rcsid[] = "$Id: test_tsieee_sim.c,v 1.1.1.1 2002-05-22 20:06:19 dsystem Exp $" [static] |
Definition at line 381 of file test_tsieee_sim.c.
char USMID[] = "\n%Z%%M% %I% %G% %U%\n" [static] |
Definition at line 380 of file test_tsieee_sim.c.
1.7.1