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