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

/freebsd-9.3-release/lib/libc/quad/
H A Dmuldi3.c184 * splits into high and low longs as HHALF(l) and LHUP(l) respectively.
219 prodl = LHUP(high);
224 prodl -= LHUP(mid);
228 prodl += LHUP(mid);
234 prodl += LHUP(low);
H A Dquad.h93 #define LHUP(x) ((x) << HALF_BITS) macro
/freebsd-9.3-release/lib/libstand/
H A Dquad.h94 #define LHUP(x) ((x) << HALF_BITS) macro
/freebsd-9.3-release/sys/libkern/arm/
H A Dmuldi3.c189 * splits into high and low ints as HHALF(l) and LHUP(l) respectively.
224 prodl = LHUP(high);
229 prodl -= LHUP(mid);
233 prodl += LHUP(mid);
239 prodl += LHUP(low);
/freebsd-9.3-release/sys/libkern/
H A Dquad.h98 #define LHUP(x) ((x) << HALF_BITS) macro

Completed in 67 milliseconds