Searched refs:negall (Results 1 – 1 of 1) sorted by relevance
114 int negall, negmid; in __muldi3() local126 u.q = a, negall = 0; in __muldi3()128 u.q = -a, negall = 1; in __muldi3()132 v.q = -b, negall ^= 1; in __muldi3()169 return (negall ? -prod.q : prod.q); in __muldi3()