Lines Matching defs:blow
1042 UV blow;
1057 blow = SvUVX(TOPs);
1061 blow = biv;
1064 blow = -biv; /* abs, buvok == false records sign */
1071 bhigh = blow >> (4 * sizeof (UV));
1072 blow &= botmask;
1079 UV product = alow * blow;
1098 bhigh = blow; /* bhigh now the temp var for the swap */
1099 blow = alow;
1102 /* now, ((ahigh * blow) << half_UV_len) + (alow * blow)
1104 product_middle = ahigh * blow;
1106 /* OK, (ahigh * blow) won't lose bits when we shift it. */
1109 product_low = alow * blow;