#include <foreign.h>#include <fortran.h>#include <cray/dopevec.h>#include <cray/mtlock.h>#include "fio.h"
Go to the source code of this file.
Variables | |
| const ftype_t | _f77_to_f90_type_cnvt [DT_MAX] |
| const short | _f90_to_f77_type_cnvt [DVTYPE_NTYPES] |
| const short | _f77_type_len [DT_MAX] |
| const char * | _f90_type_name [DVTYPE_NTYPES] |
| const char * | _f77_type_name [DT_MAX] |
| const short | _charset_cnvt [CS_MAX] = {0, 0, NCV_IBM, NCV_CDC, 0, 0} |
| const short | _ffstat_cnvt [7] |
| const short | _old_namelist_to_f77_type_cnvt [10] |
| type_packet | __tip_null = {DVTYPE_TYPELESS, -1, 0, 0, 0, 0, 1, 0, 0, 0, NULL} |
| type_packet __tip_null = {DVTYPE_TYPELESS, -1, 0, 0, 0, 0, 1, 0, 0, 0, NULL} |
Definition at line 204 of file tables.c.
Referenced by _FRF(), _FWF(), _FWN(), _FWU(), _nlstrent(), _wnl90to77(), and _WUF().
| const short _charset_cnvt[CS_MAX] = {0, 0, NCV_IBM, NCV_CDC, 0, 0} |
Definition at line 157 of file tables.c.
Referenced by _get_dc_param().
| const ftype_t _f77_to_f90_type_cnvt[DT_MAX] |
| const short _f77_type_len[DT_MAX] |
{
sizeof(long),
sizeof(_f_int),
sizeof(_f_real),
sizeof(_f_real) * 2,
sizeof(_f_real) * 2,
sizeof(_f_log),
sizeof(char),
sizeof(_f_int),
sizeof(_f_real) * 4
}
Definition at line 96 of file tables.c.
Referenced by _get_dc_param(), and n_getv().
| const char* _f77_type_name[DT_MAX] |
| const short _f90_to_f77_type_cnvt[DVTYPE_NTYPES] |
{
-1,
DT_NONE,
DT_INT,
DT_REAL,
DT_CMPLX,
DT_LOG,
DT_CHAR,
-1,
-1
}
Definition at line 77 of file tables.c.
Referenced by _get_dc_param().
| const char* _f90_type_name[DVTYPE_NTYPES] |
{
NULL,
"boolean",
"INTEGER",
"REAL",
"COMPLEX",
"LOGICAL",
"CHARACTER",
NULL,
NULL
}
Definition at line 119 of file tables.c.
Referenced by _gdc_abort().
| const short _ffstat_cnvt[7] |
1.7.1