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

References

unittests/ADT/APFloatTest.cpp
 2064     { PInf, PNormalValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 2081     { MInf, PNormalValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2098     { PZero, PNormalValue, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2115     { MZero, PNormalValue, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2132     { QNaN, PNormalValue, "nan", APFloat::opOK, APFloat::fcNaN },
 2157     { PNormalValue, PInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2158     { PNormalValue, MInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 2159     { PNormalValue, PZero, "0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2160     { PNormalValue, MZero, "0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2161     { PNormalValue, QNaN, "-nan", APFloat::opOK, APFloat::fcNaN },
 2166     { PNormalValue, PNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2166     { PNormalValue, PNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2167     { PNormalValue, MNormalValue, "0x1p+1", APFloat::opOK, APFloat::fcNormal },
 2168     { PNormalValue, PLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2169     { PNormalValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2170     { PNormalValue, PSmallestValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2171     { PNormalValue, MSmallestValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2172     { PNormalValue, PSmallestNormalized, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2173     { PNormalValue, MSmallestNormalized, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2183     { MNormalValue, PNormalValue, "-0x1p+1", APFloat::opOK, APFloat::fcNormal },
 2200     { PLargestValue, PNormalValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2217     { MLargestValue, PNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2234     { PSmallestValue, PNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2251     { MSmallestValue, PNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2268     { PSmallestNormalized, PNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2285     { MSmallestNormalized, PNormalValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },