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

References

lib/Support/APFloat.cpp
 4033     Out = LHS;
 4037     Out = RHS;
 4041     Out = RHS;
 4045     Out = LHS;
 4050     Out.makeNaN(false, Out.isNegative(), nullptr);
 4050     Out.makeNaN(false, Out.isNegative(), nullptr);
 4054     Out = LHS;
 4058     Out = RHS;
 4069   assert(&Out.Floats[0].getSemantics() == &semIEEEdouble);
 4070   assert(&Out.Floats[1].getSemantics() == &semIEEEdouble);
 4071   return Out.addImpl(A, AA, C, CC, RM);