Lines Matching full:expmask
876 uint32_t ExpMask;879 ExpMask = 0x1f;882 ExpMask = 0xff;885 ExpMask = 0x7ff;901 int32_t Exponent = ((Bits >> ExpStart) & ExpMask);902 Exponent -= ExpMask >> 1;