reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/ADT/APFloatTest.cpp
 2067     { PInf, MLargestValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 2084     { MInf, MLargestValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2101     { PZero, MLargestValue, "0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 2118     { MZero, MLargestValue, "0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 2135     { QNaN, MLargestValue, "nan", APFloat::opOK, APFloat::fcNaN },
 2169     { PNormalValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2186     { MNormalValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2203     { PLargestValue, MLargestValue, "inf", OverflowStatus, APFloat::fcInfinity },
 2208     { MLargestValue, PInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2209     { MLargestValue, MInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 2210     { MLargestValue, PZero, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 2211     { MLargestValue, MZero, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 2212     { MLargestValue, QNaN, "-nan", APFloat::opOK, APFloat::fcNaN },
 2217     { MLargestValue, PNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2218     { MLargestValue, MNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2219     { MLargestValue, PLargestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
 2220     { MLargestValue, MLargestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2220     { MLargestValue, MLargestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2221     { MLargestValue, PSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2222     { MLargestValue, MSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2223     { MLargestValue, PSmallestNormalized, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2224     { MLargestValue, MSmallestNormalized, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2237     { PSmallestValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2254     { MSmallestValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2271     { PSmallestNormalized, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2288     { MSmallestNormalized, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },