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

References

unittests/ADT/APFloatTest.cpp
 2065     { PInf, MNormalValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 2082     { MInf, MNormalValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2099     { PZero, MNormalValue, "0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2116     { MZero, MNormalValue, "0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2133     { QNaN, MNormalValue, "nan", APFloat::opOK, APFloat::fcNaN },
 2167     { PNormalValue, MNormalValue, "0x1p+1", APFloat::opOK, APFloat::fcNormal },
 2174     { MNormalValue, PInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 2175     { MNormalValue, MInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 2176     { MNormalValue, PZero, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2177     { MNormalValue, MZero, "-0x1p+0", APFloat::opOK, APFloat::fcNormal },
 2178     { MNormalValue, QNaN, "-nan", APFloat::opOK, APFloat::fcNaN },
 2183     { MNormalValue, PNormalValue, "-0x1p+1", APFloat::opOK, APFloat::fcNormal },
 2184     { MNormalValue, MNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2184     { MNormalValue, MNormalValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 2185     { MNormalValue, PLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2186     { MNormalValue, MLargestValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2187     { MNormalValue, PSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2188     { MNormalValue, MSmallestValue, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2189     { MNormalValue, PSmallestNormalized, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2190     { MNormalValue, MSmallestNormalized, "-0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2201     { PLargestValue, MNormalValue, "0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2218     { MLargestValue, MNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2235     { PSmallestValue, MNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2252     { MSmallestValue, MNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2269     { PSmallestNormalized, MNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },
 2286     { MSmallestNormalized, MNormalValue, "0x1p+0", APFloat::opInexact, APFloat::fcNormal },