reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
450 friend IEEEFloat frexp(const IEEEFloat &X, int &Exp, roundingMode); 583 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);
1222 return APFloat(frexp(X.U.IEEE, Exp, RM), X.getSemantics());