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

Declarations

include/llvm/ADT/APFloat.h
 1198   friend APFloat frexp(const APFloat &X, int &Exp, roundingMode RM);

References

lib/Support/APFloat.cpp
 4442   APFloat First = frexp(Arg.Floats[0], Exp, RM);
lib/Transforms/InstCombine/InstCombineCalls.cpp
 3357       APFloat Significand = frexp(C->getValueAPF(), Exp,
unittests/ADT/APFloatTest.cpp
 1634     Result = frexp(APFloat(APFloat::PPCDoubleDouble(), "1.0"), Exp,
 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);
 4007       frexp(APFloat(APFloat::PPCDoubleDouble(), APInt(128, 2, Input)), Exp,