Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dgrok.t79 [ "3.1", 3, IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT ],
80 [ "3e5", undef, IS_NUMBER_NOT_INT ],
81 [ "Inf", undef, IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT ],
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 ],
95 [ "3.1a", 3, IS_NUMBER_IN_UV | 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 ],
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dnumeric.c774 flags |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_infnan()
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()
926 if ((nantype & IS_NUMBER_NOT_INT) || in Perl_grok_infnan()
1184 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number_flags()
1190 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */ in Perl_grok_number_flags()
1223 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number_flags()
H A Dsv.c2206 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in S_sv_2iuv_common()
2228 | IS_NUMBER_NOT_INT in S_sv_2iuv_common()
2265 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in S_sv_2iuv_common()
2282 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in S_sv_2iuv_common()
2283 == (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) { in S_sv_2iuv_common()
2395 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2iv_flags()
2485 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2uv_flags()
2634 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2nv_flags()
2681 if (numtype & IS_NUMBER_NOT_INT) { in Perl_sv_2nv_flags()
2701 if (numtype & IS_NUMBER_NOT_INT) { in Perl_sv_2nv_flags()
H A Dperl.h8193 #define IS_NUMBER_NOT_INT 0x04 /* saw . or E notation or infnan */ macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dgrok30 __UNDEFINED__ IS_NUMBER_NOT_INT 0x04
203 numtype |= IS_NUMBER_NOT_INT;
209 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */
244 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT;
247 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT;
253 numtype |= IS_NUMBER_NOT_INT;
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DMakefile.PL30 IS_NUMBER_NOT_INT IS_NUMBER_NEG IS_NUMBER_INFINITY
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700239 IS_NUMBER_NOT_INT # E
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h16613 #ifndef IS_NUMBER_NOT_INT
16614 # define IS_NUMBER_NOT_INT 0x04 macro
16836 numtype |= IS_NUMBER_NOT_INT; in DPPP_()
16842 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */ in DPPP_()
16877 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in DPPP_()
16880 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in DPPP_()
16886 numtype |= IS_NUMBER_NOT_INT; in DPPP_()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007240 IS_NUMBER_NOT_INT # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc322 Amnhd|bool|IS_NUMBER_NOT_INT