Searched refs:resultHi (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/stand/ficl/
H A Dmath64.c151 DPUNS resultHi = ficlLongMul(u.hi, mul); local
152 resultLo.hi += resultHi.lo;
153 resultHi.lo = resultLo.lo + add;
155 if (resultHi.lo < resultLo.lo)
158 resultLo.lo = resultHi.lo;

Completed in 76 milliseconds