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

Declarations

include/llvm/ADT/APFloat.h
  450   friend IEEEFloat frexp(const IEEEFloat &X, int &Exp, roundingMode);
  583 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM);

References

include/llvm/ADT/APFloat.h
 1222     return APFloat(frexp(X.U.IEEE, Exp, RM), X.getSemantics());