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

Declarations

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

References

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