Lines Matching refs:semPPCDoubleDoubleLegacy
121 static const fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53, variable
3165 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleAPFloatToAPInt()
3376 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3444 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3451 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3624 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
4532 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4534 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4541 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4543 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
4550 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod()
4551 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod()
4561 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd()
4563 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()), in fusedMultiplyAdd()
4564 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM); in fusedMultiplyAdd()
4571 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral()
4677 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString()
4685 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next()
4696 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToInteger()
4704 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt()
4715 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger()
4726 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger()
4737 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToHexString()
4774 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in toString()
4780 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in getExactInverse()
4783 APFloat Inv(semPPCDoubleDoubleLegacy); in getExactInverse()
4855 auto Ret = U.IEEE.convert(semPPCDoubleDoubleLegacy, RM, losesInfo); in convert()