Home
last modified time | relevance | path

Searched defs:GFC_DIMENSION_EXTENT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h416 #define GFC_DIMENSION_EXTENT(dim) ((dim)._ubound + 1 - (dim).lower_bound) macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h450 #define GFC_DIMENSION_EXTENT(dim) ((dim)._ubound + 1 - (dim).lower_bound) macro