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

References

unittests/ADT/APFloatTest.cpp
 1781     { PInf, MSmallestValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 1798     { MInf, MSmallestValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1815     { PZero, MSmallestValue, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 1832     { MZero, MSmallestValue, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 1849     { QNaN, MSmallestValue, "nan", APFloat::opOK, APFloat::fcNaN },
 1883     { PNormalValue, MSmallestValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1900     { MNormalValue, MSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1917     { PLargestValue, MSmallestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1934     { MLargestValue, MSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1951     { PSmallestValue, MSmallestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1954     { MSmallestValue, PInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 1955     { MSmallestValue, MInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1956     { MSmallestValue, PZero, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 1957     { MSmallestValue, MZero, "-0x1p-149", APFloat::opOK, APFloat::fcNormal },
 1958     { MSmallestValue, QNaN, "nan", APFloat::opOK, APFloat::fcNaN },
 1963     { MSmallestValue, PNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1964     { MSmallestValue, MNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1965     { MSmallestValue, PLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1966     { MSmallestValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1967     { MSmallestValue, PSmallestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1968     { MSmallestValue, MSmallestValue, "-0x1p-148", APFloat::opOK, APFloat::fcNormal },
 1968     { MSmallestValue, MSmallestValue, "-0x1p-148", APFloat::opOK, APFloat::fcNormal },
 1969     { MSmallestValue, PSmallestNormalized, "0x1.fffffcp-127", APFloat::opOK, APFloat::fcNormal },
 1970     { MSmallestValue, MSmallestNormalized, "-0x1.000002p-126", APFloat::opOK, APFloat::fcNormal },
 1985     { PSmallestNormalized, MSmallestValue, "0x1.fffffcp-127", APFloat::opOK, APFloat::fcNormal },
 2002     { MSmallestNormalized, MSmallestValue, "-0x1.000002p-126", APFloat::opOK, APFloat::fcNormal },