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

References

unittests/ADT/APFloatTest.cpp
 3214   Frac = frexp(PZero, Exp, RM);
 3218   Frac = frexp(MZero, Exp, RM);
 3223   Frac = frexp(One, Exp, RM);
 3227   Frac = frexp(MOne, Exp, RM);
 3231   Frac = frexp(LargestDenormal, Exp, RM);
 3235   Frac = frexp(NegLargestDenormal, Exp, RM);
 3240   Frac = frexp(Smallest, Exp, RM);
 3244   Frac = frexp(NegSmallest, Exp, RM);
 3249   Frac = frexp(Largest, Exp, RM);
 3253   Frac = frexp(NegLargest, Exp, RM);
 3258   Frac = frexp(PInf, Exp, RM);
 3262   Frac = frexp(MInf, Exp, RM);
 3266   Frac = frexp(QPNaN, Exp, RM);
 3270   Frac = frexp(QMNaN, Exp, RM);
 3274   Frac = frexp(SNaN, Exp, RM);
 3278   Frac = frexp(SNaNWithPayload, Exp, RM);
 3283   Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x0.ffffp-1"), Exp, RM);
 3287   Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x1p-51"), Exp, RM);
 3291   Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x1.c60f120d9f87cp+51"), Exp, RM);