Home | History | Annotate | Download | only in soft-fp

Lines Matching defs:msb

40   UBILtype msb = i[idx];
48 msb &= ((UBILtype) 1 << (aiprec % BIL_TYPE_SIZE)) - 1;
50 msb |= (UBILtype) -1 << (aiprec % BIL_TYPE_SIZE);
54 SItype n = sizeof (0ULL) * __CHAR_BIT__ + 1 - __builtin_clzll (~msb);
57 else if (msb == 0)
61 SItype n = sizeof (0ULL) * __CHAR_BIT__ - __builtin_clzll (msb);
123 buf[BITINT_END (q_limbs - in, in - 1)] = msb;
230 mantissa = msb;
233 mantissa = iprec < 0 ? (UDItype) (BILtype) msb : (UDItype) msb;
235 mantissa = (UDItype) msb << 32 | i[BITINT_END (1, 0)];