Lines Matching refs:semPPCDoubleDoubleLegacy

191 static constexpr fltSemantics semPPCDoubleDoubleLegacy = {1023, -1022 + 53,  variable
3479 assert(semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy); in convertPPCDoubleDoubleAPFloatToAPInt()
3686 if (semantics == (const llvm::fltSemantics *)&semPPCDoubleDoubleLegacy) in bitcastToAPInt()
3793 fs = convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3800 fs = v.convert(semPPCDoubleDoubleLegacy, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3966 if (Sem == &semPPCDoubleDoubleLegacy) in initFromAPInt()
4974 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in divide()
4976 Tmp.divide(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt()), RM); in divide()
4983 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in remainder()
4985 Tmp.remainder(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in remainder()
4992 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in mod()
4993 auto Ret = Tmp.mod(APFloat(semPPCDoubleDoubleLegacy, RHS.bitcastToAPInt())); in mod()
5003 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in fusedMultiplyAdd()
5005 APFloat(semPPCDoubleDoubleLegacy, Multiplicand.bitcastToAPInt()), in fusedMultiplyAdd()
5006 APFloat(semPPCDoubleDoubleLegacy, Addend.bitcastToAPInt()), RM); in fusedMultiplyAdd()
5013 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in roundToIntegral()
5119 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromString()
5127 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in next()
5138 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToInteger()
5146 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromAPInt()
5157 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromSignExtendedInteger()
5168 APFloat Tmp(semPPCDoubleDoubleLegacy); in convertFromZeroExtendedInteger()
5179 return APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in convertToHexString()
5225 APFloat(semPPCDoubleDoubleLegacy, bitcastToAPInt()) in toString()
5231 APFloat Tmp(semPPCDoubleDoubleLegacy, bitcastToAPInt()); in getExactInverse()
5234 APFloat Inv(semPPCDoubleDoubleLegacy); in getExactInverse()
5329 auto Ret = U.IEEE.convert(semPPCDoubleDoubleLegacy, RM, losesInfo); in convert()