Home
last modified time | relevance | path

Searched refs:LHUP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dmuldi3.c218 prodl = LHUP(high); in __lmulq()
223 prodl -= LHUP(mid); in __lmulq()
227 prodl += LHUP(mid); in __lmulq()
233 prodl += LHUP(low); in __lmulq()
H A Dquadint.h116 #define LHUP(x) ((x) << HALF_BITS) macro
/illumos-gate/usr/src/boot/libsa/
H A Dquad.h96 #define LHUP(x) ((x) << HALF_BITS) macro