|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
unittests/ADT/APFloatTest.cpp 2748 { PNormalValue, PSmallestValue, "inf", OverflowStatus, APFloat::fcInfinity },
2749 { PNormalValue, MSmallestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
2765 { MNormalValue, PSmallestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
2766 { MNormalValue, MSmallestValue, "inf", OverflowStatus, APFloat::fcInfinity },
2782 { PLargestValue, PSmallestValue, "inf", OverflowStatus, APFloat::fcInfinity },
2783 { PLargestValue, MSmallestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
2784 { PLargestValue, PSmallestNormalized, "inf", OverflowStatus, APFloat::fcInfinity },
2785 { PLargestValue, MSmallestNormalized, "-inf", OverflowStatus, APFloat::fcInfinity },
2799 { MLargestValue, PSmallestValue, "-inf", OverflowStatus, APFloat::fcInfinity },
2800 { MLargestValue, MSmallestValue, "inf", OverflowStatus, APFloat::fcInfinity },
2801 { MLargestValue, PSmallestNormalized, "-inf", OverflowStatus, APFloat::fcInfinity },
2802 { MLargestValue, MSmallestNormalized, "inf", OverflowStatus, APFloat::fcInfinity },