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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1041 UV ahigh; local
1069 ahigh = alow >> (4 * sizeof (UV));
1073 if (ahigh && bhigh) {
1076 } else if (!ahigh && !bhigh) {
1097 ahigh = bhigh;
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. */
1131 } /* ahigh && bhigh */

Completed in 31 milliseconds