Searched refs:Perl_my_atof3 (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | numeric.c | 1626 Perl_my_atof3(pTHX_ const char* orig, NV* value, const STRLEN len) in Perl_my_atof3() function
|
H A D | perl.h | 3108 # define Perl_atof2(s, n) Perl_my_atof3(aTHX_ (s), &(n), 0)
|
H A D | embed.h | 369 # define my_atof3(a,b,c) Perl_my_atof3(aTHX_ a,b,c)
|
H A D | proto.h | 2594 Perl_my_atof3(pTHX_ const char *orig, NV *value, const STRLEN len);
|