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

/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_dtoq.c54 unsigned int m, lhi, llo, fsr; local
64 lhi = u.l.hi & 0xfffff;
67 lhi = (lhi << 1) | (llo >> 31);
70 } while ((lhi & 0x7ff00000) == 0);
71 u.l.hi = (u.l.hi & 0x80000000) | lhi;

Completed in 52 milliseconds