Home | History | Annotate | Download | only in include

Lines Matching defs:high

88       unsigned int low, high;
101 unsigned int low, high;
341 in the high byte of status word and differ from
374 h = hlp.lh.high;
438 h = hlp.lh.high & 0x7fffffff;
497 return ((hlp.lh.high & 0x80000000) != 0);
659 hx = hlp.lh.high & 0x7fffffff; /* high |x| */
682 v = hlp.val & 0x7fffffff; /* high |x| */
917 hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000);