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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dmuldi3.c195 u_int prodh, prodl, was; local
223 prodh = high + HHALF(high);
230 prodh -= HHALF(mid) + (prodl > was);
234 prodh += HHALF(mid) + (prodl < was);
240 prodh += HHALF(low) + (prodl < was);
243 prodh++;
246 prod.ul[H] = prodh;

Completed in 50 milliseconds