Searched defs:MaxExponent (Results 1 – 6 of 6) sorted by relevance
24 struct MaxExponent { struct25 static const int value = std::numeric_limits<NumericType>::is_iec559
20 struct MaxExponent { struct21 static const int value = std::is_floating_point<NumericType>::value
27 struct MaxExponent { struct28 static const int value = std::is_floating_point<NumericType>::value
780 const uint64_t MaxExponent = UINT64_MAX >> 1; in visitMulExpr() local
4349 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst() local
4933 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in foldFCmpIntToFPConst() local