Searched refs:IS_NUMBER_NAN (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | grok.t | 82 [ "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/ |
| D | numeric.c | 792 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()
|
| D | sv.c | 2052 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()
|
| D | perl.h | 8196 #define IS_NUMBER_NAN 0x20 /* this is not */ macro
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | Makefile.PL | 31 IS_NUMBER_NAN IS_NUMBER_TRAILING PERL_SCAN_TRAILING
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5007003 | 37 IS_NUMBER_NAN # E
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | grok | 33 __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/ |
| D | 5003007 | 238 IS_NUMBER_NAN # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 16625 #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/ |
| D | apidoc.fnc | 320 Amnhd|bool|IS_NUMBER_NAN
|