Searched refs:negall (Results 1 – 1 of 1) sorted by relevance
106 int negall, negmid; in ___muldi3() local118 u.q = a, negall = 0; in ___muldi3()120 u.q = -a, negall = 1; in ___muldi3()124 v.q = -b, negall ^= 1; in ___muldi3()161 return (negall ? -prod.q : prod.q); in ___muldi3()