Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dnumeric.c850 bool seen_digit = 0; in Perl_my_atof2() local
915 seen_digit = 1; in Perl_my_atof2()
982 if (seen_digit && (*s == 'e' || *s == 'E')) { in Perl_my_atof2()