Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/fp/
H A Dmuldi3.c220 prodl = LHUP(high); in __lmulq()
225 prodl -= LHUP(mid); in __lmulq()
229 prodl += LHUP(mid); in __lmulq()
235 prodl += LHUP(low); in __lmulq()
H A Dquadint.h118 #define LHUP(x) ((x) << HALF_BITS) macro