Searched refs:biv (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1059 IV biv = SvIVX(TOPs); local
1060 if (biv >= 0) {
1061 blow = biv;
1064 blow = -biv; /* abs, buvok == false records sign */
1180 IV biv = SvIVX(TOPs); local
1181 if (biv >= 0) {
1182 right = biv;
1186 right = -biv;
1276 IV biv = SvIVX(POPs); local
1277 if (biv >
1528 register IV biv = SvIVX(TOPs); local
1645 IV biv = SvIVX(TOPs); local
1661 IV biv; local
1723 IV biv = SvIVX(TOPs); local
1739 IV biv; local
1801 IV biv = SvIVX(TOPs); local
1817 IV biv; local
1879 IV biv = SvIVX(TOPs); local
1895 IV biv; local
[all...]
H A Dpp_hot.c422 register IV biv = SvIVX(TOPs); local
423 if (biv >= 0) {
424 buv = biv;
427 buv = (UV)-biv;

Completed in 44 milliseconds