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

References

unittests/ADT/APFloatTest.cpp
 1779     { PInf, MLargestValue, "inf", APFloat::opOK, APFloat::fcInfinity },
 1796     { MInf, MLargestValue, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1813     { PZero, MLargestValue, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 1830     { MZero, MLargestValue, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 1847     { QNaN, MLargestValue, "nan", APFloat::opOK, APFloat::fcNaN },
 1881     { PNormalValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1898     { MNormalValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1915     { PLargestValue, MLargestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1920     { MLargestValue, PInf, "inf", APFloat::opOK, APFloat::fcInfinity },
 1921     { MLargestValue, MInf, "-inf", APFloat::opOK, APFloat::fcInfinity },
 1922     { MLargestValue, PZero, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 1923     { MLargestValue, MZero, "-0x1.fffffep+127", APFloat::opOK, APFloat::fcNormal },
 1924     { MLargestValue, QNaN, "nan", APFloat::opOK, APFloat::fcNaN },
 1929     { MLargestValue, PNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1930     { MLargestValue, MNormalValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1931     { MLargestValue, PLargestValue, "0x0p+0", APFloat::opOK, APFloat::fcZero },
 1932     { MLargestValue, MLargestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
 1932     { MLargestValue, MLargestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
 1933     { MLargestValue, PSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1934     { MLargestValue, MSmallestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1935     { MLargestValue, PSmallestNormalized, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1936     { MLargestValue, MSmallestNormalized, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1949     { PSmallestValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1966     { MSmallestValue, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 1983     { PSmallestNormalized, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },
 2000     { MSmallestNormalized, MLargestValue, "-0x1.fffffep+127", APFloat::opInexact, APFloat::fcNormal },