Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dgrok.t82 [ "nan", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
83 [ "nanq", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
84 [ "nan(123)", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
87 [ "nan(123 ) ", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
99 [ "nanx", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
100 [ "nan(123 x)", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
101 [ "nan(123) x", undef, IS_NUMBER_NAN | IS_NUMBER_NOT_INT ],
/openbsd/src/gnu/usr.bin/perl/
Dnumeric.c792 flags |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_infnan()
812 flags |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_infnan()
1253 else if ((infnan & IS_NUMBER_NAN)) { in Perl_grok_number_flags()
1553 if ((infnan & IS_NUMBER_NAN)) { in S_my_atof_infnan()
1576 if ((infnan & IS_NUMBER_NAN)) { in S_my_atof_infnan()
1598 if ((infnan & IS_NUMBER_NAN)) { in S_my_atof_infnan()
Dsv.c2052 if ((numtype & IS_NUMBER_NAN)) { in S_sv_setnv()
2215 if ((numtype & (IS_NUMBER_INFINITY | IS_NUMBER_NAN))) { in S_sv_2iuv_common()
2410 } else if ((numtype & IS_NUMBER_NAN)) { in Perl_sv_2iv_flags()
2495 } else if ((numtype & IS_NUMBER_NAN)) { in Perl_sv_2uv_flags()
Dperl.h8196 #define IS_NUMBER_NAN 0x20 /* this is not */ macro
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DMakefile.PL31 IS_NUMBER_NAN IS_NUMBER_TRAILING PERL_SCAN_TRAILING
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500700337 IS_NUMBER_NAN # E
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dgrok33 __UNDEFINED__ IS_NUMBER_NAN 0x20
247 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007238 IS_NUMBER_NAN # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h16625 #ifndef IS_NUMBER_NAN
16626 # define IS_NUMBER_NAN 0x20 macro
16880 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in DPPP_()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc320 Amnhd|bool|IS_NUMBER_NAN