Lines Matching defs:biv
1421 const IV biv = SvIVX(svr);
1422 if (biv >= 0) {
1423 blow = biv;
1427 blow = (UV) (0 - (UV) biv);
1559 const IV biv = SvIVX(svr);
1560 if (biv >= 0) {
1561 right = biv;
1565 right = -(UV)biv;
1674 const IV biv = SvIVX(svr);
1675 if (biv >= 0) {
1676 right = biv;
1679 right = NEGATE_2UV(biv);
2021 const IV biv = SvIVX(svr);
2022 if (biv >= 0) {
2023 buv = biv;
2026 buv = (UV) (0 - (UV) biv);