Searched refs:buv (Results 1 – 2 of 2) sorted by relevance
1556 register UV buv; in PP() local1560 buv = SvUVX(TOPs); in PP()1564 buv = biv; in PP()1567 buv = (UV)-biv; in PP()1581 result = auv + buv; in PP()1586 if (auv >= buv) { in PP()1587 result = auv - buv; in PP()1592 result = buv - auv; in PP()1593 if (result <= buv) { in PP()1687 const UV buv = SvUVX(TOPs); in PP() local[all …]
276 UV buv = SvUVX(POPs); in PP() local279 SETs(boolSV(auv == buv)); in PP()430 register UV buv; in PP() local434 buv = SvUVX(TOPs); in PP()438 buv = biv; in PP()441 buv = (UV)-biv; in PP()455 if (auv >= buv) { in PP()456 result = auv - buv; in PP()461 result = buv - auv; in PP()462 if (result <= buv) { in PP()[all …]