Lines Matching refs:semPPCDoubleDoubleLegacy
180 static constexpr fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53, variable
3448 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleAPFloatToAPInt()
3633 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3719 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3726 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3876 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
4853 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4855 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4862 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4864 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
4871 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod()
4872 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod()
4882 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd()
4884 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()), in fusedMultiplyAdd()
4885 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM); in fusedMultiplyAdd()
4892 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral()
4998 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString()
5006 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next()
5017 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToInteger()
5025 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt()
5036 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger()
5047 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger()
5058 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToHexString()
5104 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in toString()
5110 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in getExactInverse()
5113 APFloat Inv(semPPCDoubleDoubleLegacy); in getExactInverse()
5208 auto Ret = U.IEEE.convert(semPPCDoubleDoubleLegacy, RM, losesInfo); in convert()