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

References

unittests/ADT/APFloatTest.cpp
 2069     { PInf, MSmallestValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 2086     { MInf, MSmallestValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2103     { PZero, MSmallestValue, "0x1p-149", APFloat::opOK, APFloat::fcNormal },
 2120     { MZero, MSmallestValue, "0x1p-149", APFloat::opOK, APFloat::fcNormal },
 2137     { QNaN, MSmallestValue, "nan", APFloat::opOK, APFloat::fcNaN },
 2171     { PNormalValue, MSmallestValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2188     { MNormalValue, MSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2205     { PLargestValue, MSmallestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2222     { MLargestValue, MSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2239     { PSmallestValue, MSmallestValue, "0x1p-148", APFloat::opOK, APFloat::fcNormal },
 2242     { MSmallestValue, PInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2243     { MSmallestValue, MInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 2244     { MSmallestValue, PZero, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 2245     { MSmallestValue, MZero, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 2246     { MSmallestValue, QNaN, "-nan", APFloat::opOK, APFloat::fcNaN },
 2251     { MSmallestValue, PNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2252     { MSmallestValue, MNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2253     { MSmallestValue, PLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2254     { MSmallestValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2255     { MSmallestValue, PSmallestValue, "-0x1p-148", APFloat::opOK, APFloat::fcNormal },
 2256     { MSmallestValue, MSmallestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2256     { MSmallestValue, MSmallestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2257     { MSmallestValue, PSmallestNormalized, "-0x1.000002p-126", APFloat::opOK, APFloat::fcNormal },
 2258     { MSmallestValue, MSmallestNormalized, "0x1.fffffcp-127", APFloat::opOK, APFloat::fcNormal },
 2273     { PSmallestNormalized, MSmallestValue, "0x1.000002p-126", APFloat::opOK, APFloat::fcNormal },
 2290     { MSmallestNormalized, MSmallestValue, "-0x1.fffffcp-127", APFloat::opOK, APFloat::fcNormal },