Searched refs:negall (Results 1 – 1 of 1) sorted by relevance
101 int negall, negmid; in __muldi3() local113 u.q = a, negall = 0; in __muldi3()115 u.q = -a, negall = 1; in __muldi3()119 v.q = -b, negall ^= 1; in __muldi3()156 return (negall ? -prod.q : prod.q); in __muldi3()