Searched defs:blow (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1042 UV blow; local
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_le
[all...]

Completed in 29 milliseconds