Searched refs:seen_dp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dread.c899 int seen_dp, exponent; local
907 seen_dp = 0;
1021 if (seen_dp)
1026 seen_dp = 1;
1054 if (!seen_dp)
1158 if (!seen_dp)
1162 if (seen_dp && !seen_dec_digit)
H A Dlist_read.c1291 int c, m, seen_dp; local
1316 seen_dp = (c == '.') ? 1 : 0;
1331 if (seen_dp)
1334 seen_dp = 1;
1626 int seen_dp; local
1629 seen_dp = 0;
1642 seen_dp = 1;
1682 if (seen_dp)
1685 seen_dp = 1;
1761 if (seen_dp)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dread.c932 int seen_dp, exponent; local
940 seen_dp = 0;
1054 if (seen_dp)
1059 seen_dp = 1;
1087 if (!seen_dp)
1191 if (!seen_dp)
1195 if (seen_dp && !seen_dec_digit)
H A Dlist_read.c1290 int c, m, seen_dp; local
1315 seen_dp = (c == '.') ? 1 : 0;
1330 if (seen_dp)
1333 seen_dp = 1;
1625 int seen_dp; local
1628 seen_dp = 0;
1641 seen_dp = 1;
1681 if (seen_dp)
1684 seen_dp = 1;
1760 if (seen_dp)
[all...]

Completed in 92 milliseconds