Home
last modified time | relevance | path

Searched refs:negall (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/quad/
Dmuldi3.c107 int negall, negmid; local
119 u.q = a, negall = 0;
121 u.q = -a, negall = 1;
125 v.q = -b, negall ^= 1;
162 return (negall ? -prod.q : prod.q);
/freebsd-10-stable/sys/libkern/arm/
Dmuldi3.c112 int negall, negmid; in __muldi3() local
124 u.q = a, negall = 0; in __muldi3()
126 u.q = -a, negall = 1; in __muldi3()
130 v.q = -b, negall ^= 1; in __muldi3()
167 return (negall ? -prod.q : prod.q); in __muldi3()