Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dnumeric.c564 int numtype = 0; in Perl_grok_number() local
574 numtype = IS_NUMBER_NEG; in Perl_grok_number()
646 numtype |= in Perl_grok_number()
667 numtype |= IS_NUMBER_IN_UV; in Perl_grok_number()
673 numtype |= IS_NUMBER_NOT_INT; in Perl_grok_number()
679 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */ in Perl_grok_number()
713 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
714 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in Perl_grok_number()
716 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in Perl_grok_number()
717 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in Perl_grok_number()
[all …]
Dsv.c2021 S_sv_2iuv_non_preserve(pTHX_ register SV *sv, I32 numtype) in S_sv_2iuv_non_preserve() argument
2023 …, IV=0x%"UVxf" NV=%"NVgf" inttype=%"UVXf"\n", SvPVX_const(sv), SvIVX(sv), SvNVX(sv), (UV)numtype)); in S_sv_2iuv_non_preserve()
2203 const int numtype = grok_number(SvPVX_const(sv), SvCUR(sv), &value); in Perl_sv_2iv() local
2217 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2iv()
2230 if ((numtype & (IS_NUMBER_IN_UV in Perl_sv_2iv()
2238 if (!(numtype & IS_NUMBER_NEG)) { in Perl_sv_2iv()
2267 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2iv()
2272 if (! numtype && ckWARN(WARN_NUMERIC)) in Perl_sv_2iv()
2315 if ((numtype & (IS_NUMBER_IN_UV | IS_NUMBER_NOT_INT)) in Perl_sv_2iv()
2346 if (sv_2iuv_non_preserve (sv, numtype) in Perl_sv_2iv()
[all …]
Dproto.h1868 STATIC int S_sv_2iuv_non_preserve(pTHX_ SV *sv, I32 numtype);
Dembed.fnc1266 s |int |sv_2iuv_non_preserve |NN SV *sv|I32 numtype
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dgrok103 int numtype = 0;
113 numtype = IS_NUMBER_NEG;
185 numtype |=
206 numtype |= IS_NUMBER_IN_UV;
212 numtype |= IS_NUMBER_NOT_INT;
218 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */
252 numtype &= IS_NUMBER_NEG; /* Keep track of sign */
253 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT;
255 numtype &= IS_NUMBER_NEG; /* Keep track of sign */
256 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT;
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h4389 int numtype = 0; in DPPP_() local
4399 numtype = IS_NUMBER_NEG; in DPPP_()
4471 numtype |= in DPPP_()
4492 numtype |= IS_NUMBER_IN_UV; in DPPP_()
4498 numtype |= IS_NUMBER_NOT_INT; in DPPP_()
4504 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */ in DPPP_()
4538 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in DPPP_()
4539 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in DPPP_()
4541 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in DPPP_()
4542 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in DPPP_()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h4389 int numtype = 0; in DPPP_() local
4399 numtype = IS_NUMBER_NEG; in DPPP_()
4471 numtype |= in DPPP_()
4492 numtype |= IS_NUMBER_IN_UV; in DPPP_()
4498 numtype |= IS_NUMBER_NOT_INT; in DPPP_()
4504 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */ in DPPP_()
4538 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in DPPP_()
4539 numtype |= IS_NUMBER_INFINITY | IS_NUMBER_NOT_INT; in DPPP_()
4541 numtype &= IS_NUMBER_NEG; /* Keep track of sign */ in DPPP_()
4542 numtype |= IS_NUMBER_NAN | IS_NUMBER_NOT_INT; in DPPP_()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DPPPort.pm5385 int numtype = 0;
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1243 s |int |sv_2iuv_non_preserve |SV *sv|I32 numtype