Lines Matching defs:ir
1342 IV il, ir;
1348 ir = SvIVX(svr);
1351 topr = ((UV)ir) >> (UVSIZE * 4 - 1);
1362 TARGi(il * ir, 0); /* args not GMG, so can't be tainted */
1373 if (lossless_NV_to_IV(nl, &il) && lossless_NV_to_IV(nr, &ir)) {
1944 IV il, ir;
1950 ir = SvIVX(svr);
1953 topr = ((UV)ir) >> (UVSIZE * 8 - 2);
1959 TARGi(il - ir, 0); /* args not GMG, so can't be tainted */
1969 if (lossless_NV_to_IV(nl, &il) && lossless_NV_to_IV(nr, &ir)) {