Searched refs:aiv (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp.c | 1048 IV aiv = SvIVX(TOPm1s); local 1049 if (aiv >= 0) { 1050 alow = aiv; 1053 alow = -aiv; /* abs, auvok == false records sign */ 1201 IV aiv = SvIVX(TOPm1s); local 1202 if (aiv >= 0) { 1203 left = aiv; 1207 left = -aiv; 1308 IV aiv = SvIVX(POPs); local 1309 if (aiv > 1508 register IV aiv = SvIVX(TOPm1s); local 1644 IV aiv = SvIVX(TOPm1s); local 1675 IV aiv; local 1722 IV aiv = SvIVX(TOPm1s); local 1753 IV aiv; local 1800 IV aiv = SvIVX(TOPm1s); local 1831 IV aiv; local 1878 IV aiv = SvIVX(TOPm1s); local 1909 IV aiv; local [all...] |
H A D | pp_pack.c | 570 IV aiv; 1131 Copy(s, &aiv, 1, IV); 1134 cdouble += (NV)aiv; 1136 cuv += aiv; 1145 Copy(s, &aiv, 1, IV); 1148 sv_setiv(sv, aiv); 1905 IV aiv; 2368 aiv = SvIV(fromstr); 2369 sv_catpvn(cat, (char*)&aiv, IVSIZE);
|
H A D | pp_hot.c | 402 register IV aiv = SvIVX(TOPm1s); local 403 if (aiv >= 0) { 404 auv = aiv; 407 auv = (UV)-aiv;
|
Completed in 27 milliseconds