Searched refs:ExponentWidth (Results 1 – 1 of 1) sorted by relevance
119 unsigned ExponentWidth = FloatWidth - FPMantissaWidth - 1; in expandFPToI() local120 unsigned ExponentBias = (1 << (ExponentWidth - 1)) - 1; in expandFPToI()167 And, Builder.getIntN(BitWidth, (1 << ExponentWidth) - 1)); in expandFPToI()