Lines Matching refs:iv
911 IV iv = SvIVX(TOPm1s);
912 if (iv >= 0) {
913 baseuv = iv;
916 baseuv = -iv; /* abs, baseuok == false records sign */
926 IV iv = SvIVX(TOPs);
927 if (iv >= 0) {
928 power = iv;
1976 IV iv;
1981 /* swap. top of stack (b) is the iv */
1982 iv = SvIVX(TOPs);
1984 if (iv < 0) {
1991 iv = SvIVX(TOPm1s);
1993 if (iv < 0) {
2000 SETs(boolSV((UV)iv != uv));
2784 IV iv = TOPi; /* attempt to convert to IV if possible. */
2797 SETi(iv);
2824 IV iv = TOPi;
2833 if (iv >= 0) {
2834 SETi(iv);
2836 if (iv != IV_MIN) {
2837 SETi(-iv);