Home
last modified time | relevance | path

Searched defs:LHALF (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/boot/lib/libstand/
H A Dquad.h95 #define LHALF(x) ((x) & ((1 << HALF_BITS) - 1)) macro
/titanic_51/usr/src/lib/libc/port/fp/
H A Dquadint.h117 #define LHALF(x) ((x) & ((1 << HALF_BITS) - 1)) macro