#include <fortran.h>

Go to the source code of this file.
Classes | |
| struct | f90_type |
| struct | DopeVector |
| struct | DopeVector::DvDimen |
Defines | |
| #define | MAXDIM 7 |
| #define | DVTYPE_NTYPES 9 |
| #define | SMSCALE(dv) (sizeof(long)) |
| #define | CPPLOG2(x) |
| #define | SMSHIFT(dv) CPPLOG2(SMSCALE(dv)/sizeof(bcont)) |
Typedefs | |
| typedef struct f90_type | f90_type_t |
| typedef struct DopeVector | DopeVectorType |
| typedef enum typecodes | ftype_t |
| #define CPPLOG2 | ( | x | ) |
| #define MAXDIM 7 |
| #define SMSCALE | ( | dv | ) | (sizeof(long)) |
Definition at line 335 of file dopevec.h.
Referenced by _getnlval(), _nl_strd_derv(), _nl_stride_dv(), _stride_dv(), _strip_mine(), and _xfer_iolist().
| #define SMSHIFT | ( | dv | ) | CPPLOG2(SMSCALE(dv)/sizeof(bcont)) |
Definition at line 347 of file dopevec.h.
Referenced by _map_to_dv(), _nl_stride_dv(), _stride_dv(), and _strip_mine().
| typedef struct DopeVector DopeVectorType |
| typedef struct f90_type f90_type_t |
1.7.1