Searched refs:seen_digit (Results 1 – 2 of 2) sorted by relevance
1099 int seen_digit = (literal_index ? 1 : 0); local1129 if (!seen_digit)1132 seen_digit = 0;1160 seen_digit = 1;1172 if (seen_exponent && !seen_digit)
1638 bool seen_digit = 0; in Perl_my_atof3() local1758 seen_digit = 1; in Perl_my_atof3()1824 if (s < send && seen_digit && (isALPHA_FOLD_EQ(*s, 'e'))) { in Perl_my_atof3()