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

References

unittests/ADT/APFloatTest.cpp
 1777     { PInf, MNormalValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 1794     { MInf, MNormalValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1811     { PZero, MNormalValue, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 1828     { MZero, MNormalValue, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 1845     { QNaN, MNormalValue, "nan", APFloat::opOK, APFloat::fcNaN },
 1879     { PNormalValue, MNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1886     { MNormalValue, PInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 1887     { MNormalValue, MInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1888     { MNormalValue, PZero, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 1889     { MNormalValue, MZero, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 1890     { MNormalValue, QNaN, "nan", APFloat::opOK, APFloat::fcNaN },
 1895     { MNormalValue, PNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1896     { MNormalValue, MNormalValue, "-0x1p+1", APFloat::opOK, APFloat::fcNormal },
 1896     { MNormalValue, MNormalValue, "-0x1p+1", APFloat::opOK, APFloat::fcNormal },
 1897     { MNormalValue, PLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1898     { MNormalValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1899     { MNormalValue, PSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1900     { MNormalValue, MSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1901     { MNormalValue, PSmallestNormalized, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1902     { MNormalValue, MSmallestNormalized, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1913     { PLargestValue, MNormalValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1930     { MLargestValue, MNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1947     { PSmallestValue, MNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1964     { MSmallestValue, MNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1981     { PSmallestNormalized, MNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 1998     { MSmallestNormalized, MNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },