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

References

lib/Support/APFloat.cpp
 4445     Second = scalbn(Second, -Exp, RM);
 4445     Second = scalbn(Second, -Exp, RM);
 4446   return DoubleAPFloat(semPPCDoubleDouble, std::move(First), std::move(Second));