Home
last modified time | relevance | path

Searched refs:default_exponent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c517 int kind, count, seen_dp, seen_digits, is_iso_c, default_exponent; in match_real_constant() local
528 default_exponent = 0; in match_real_constant()
612 default_exponent = 1; in match_real_constant()
638 buffer = (char *) alloca (count + default_exponent + 1); in match_real_constant()
639 memset (buffer, '\0', count + default_exponent + 1); in match_real_constant()
662 if (default_exponent) in match_real_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc517 int kind, count, seen_dp, seen_digits, is_iso_c, default_exponent; in match_real_constant() local
528 default_exponent = 0; in match_real_constant()
612 default_exponent = 1; in match_real_constant()
638 buffer = (char *) alloca (count + default_exponent + 1); in match_real_constant()
639 memset (buffer, '\0', count + default_exponent + 1); in match_real_constant()
662 if (default_exponent) in match_real_constant()