Searched refs:NML_DIGITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite.c1989 #define NML_DIGITS 20 macro
2068 char rep_buff[NML_DIGITS];
2177 snprintf(rep_buff, NML_DIGITS, " %d*", rep_ctr);
2284 + strlen (obj->var_name) + obj->var_rank * NML_DIGITS + 1;
2439 #undef NML_DIGITS macro
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c2041 #define NML_DIGITS 20 macro
2120 char rep_buff[NML_DIGITS];
2229 snprintf(rep_buff, NML_DIGITS, " %d*", rep_ctr);
2336 + strlen (obj->var_name) + obj->var_rank * NML_DIGITS + 1;
2491 #undef NML_DIGITS macro

Completed in 189 milliseconds