Searched defs:MaxExponent (Results 1 – 5 of 5) sorted by relevance
21 struct MaxExponent { struct22 static const int value = std::numeric_limits<NumericType>::is_iec559
22 struct MaxExponent { struct23 static const int value = std::numeric_limits<NumericType>::is_iec559
24 struct MaxExponent { struct25 static const int value = std::numeric_limits<NumericType>::is_iec559
20 struct MaxExponent { struct21 static const int value = std::numeric_limits<NumericType>::is_iec559
3890 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst() local