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

References

lib/Support/APFloat.cpp
 2866   assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy);
 3047   if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy)
 3119   fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo);
 3126     fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo);
 3280   if (Sem == &semPPCDoubleDoubleLegacy)
 4176   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4178       Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM);
 4185   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4187       Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
 4194   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4195   auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()));
 4205   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4207       APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()),
 4208       APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM);
 4215   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4321   APFloat Tmp(semPPCDoubleDoubleLegacy);
 4329   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4340   return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
 4348   APFloat Tmp(semPPCDoubleDoubleLegacy);
 4359   APFloat Tmp(semPPCDoubleDoubleLegacy);
 4370   APFloat Tmp(semPPCDoubleDoubleLegacy);
 4381   return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
 4418   APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt())
 4424   APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt());
 4427   APFloat Inv(semPPCDoubleDoubleLegacy);
 4495     auto Ret = U.IEEE.convert(semPPCDoubleDoubleLegacy, RM, losesInfo);