Lines Matching refs:hi
60 u.l.hi = (x->l.msw & 0x80000000) | 0x7ff80000; in _Q_qtod()
61 u.l.hi |= ((xm & 0x7fff) << 4) | in _Q_qtod()
78 u.l.hi = (x->l.msw & 0x80000000) | 0x7ff00000; in _Q_qtod()
84 u.l.hi = 0x7ff00000; in _Q_qtod()
87 u.l.hi = 0x7fefffff; in _Q_qtod()
90 u.l.hi |= (x->l.msw & 0x80000000); in _Q_qtod()
105 u.l.hi = (x->l.msw & 0x80000000); in _Q_qtod()
110 u.l.hi = (x->l.msw & 0x80000000); in _Q_qtod()
124 u.l.hi = 0x80000 | ((xm & 0xffff) << 3) | (x->l.frac2 >> 29); in _Q_qtod()
132 u.l.lo = u.l.hi; in _Q_qtod()
133 u.l.hi = 0; in _Q_qtod()
139 u.l.lo = (u.l.lo >> e) | (u.l.hi << (32 - e)); in _Q_qtod()
140 u.l.hi >>= e; in _Q_qtod()
144 u.l.hi = ((xm - 0x3c000000) << 4) | (x->l.frac2 >> 28); in _Q_qtod()
162 if (++u.l.hi >= 0x7ff00000) in _Q_qtod()
173 u.l.hi |= (x->l.msw & 0x80000000); in _Q_qtod()