Lines Matching defs:frexp
2490 Result = frexp(APFloat(APFloat::PPCDoubleDouble(), "1.0"), Exp,
4043 TEST(APFloatTest, frexp) {
4087 Frac = frexp(PZero, Exp, RM);
4091 Frac = frexp(MZero, Exp, RM);
4096 Frac = frexp(One, Exp, RM);
4100 Frac = frexp(MOne, Exp, RM);
4104 Frac = frexp(LargestDenormal, Exp, RM);
4108 Frac = frexp(NegLargestDenormal, Exp, RM);
4113 Frac = frexp(Smallest, Exp, RM);
4117 Frac = frexp(NegSmallest, Exp, RM);
4122 Frac = frexp(Largest, Exp, RM);
4126 Frac = frexp(NegLargest, Exp, RM);
4131 Frac = frexp(PInf, Exp, RM);
4135 Frac = frexp(MInf, Exp, RM);
4139 Frac = frexp(QPNaN, Exp, RM);
4143 Frac = frexp(QMNaN, Exp, RM);
4147 Frac = frexp(SNaN, Exp, RM);
4151 Frac = frexp(SNaNWithPayload, Exp, RM);
4156 Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x0.ffffp-1"), Exp, RM);
4160 Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x1p-51"), Exp, RM);
4164 Frac = frexp(APFloat(APFloat::IEEEdouble(), "0x1.c60f120d9f87cp+51"), Exp, RM);
5328 frexp(APFloat(APFloat::PPCDoubleDouble(), APInt(128, 2, Input)), Exp,