Lines Matching refs:semPPCDoubleDouble

88   static const fltSemantics semPPCDoubleDouble = {-1, 0, 0, 0};  variable
136 return semPPCDoubleDouble; in PPCDoubleDouble()
3850 assert(Semantics == &semPPCDoubleDouble);
3857 assert(Semantics == &semPPCDoubleDouble);
3863 assert(Semantics == &semPPCDoubleDouble);
3871 assert(Semantics == &semPPCDoubleDouble);
3878 assert(Semantics == &semPPCDoubleDouble);
3888 assert(Semantics == &semPPCDoubleDouble);
3894 assert(Semantics == &semPPCDoubleDouble); in DoubleAPFloat()
4137 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in divide()
4141 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in divide()
4146 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in remainder()
4150 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in remainder()
4155 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in mod()
4158 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in mod()
4166 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in fusedMultiplyAdd()
4171 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in fusedMultiplyAdd()
4176 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in roundToIntegral()
4179 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in roundToIntegral()
4226 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in makeLargest()
4234 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in makeSmallest()
4240 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in makeSmallestNormalized()
4272 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in bitcastToAPInt()
4282 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertFromString()
4285 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in convertFromString()
4290 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in next()
4293 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in next()
4301 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertToInteger()
4309 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertFromAPInt()
4312 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in convertFromAPInt()
4320 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertFromSignExtendedInteger()
4323 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in convertFromSignExtendedInteger()
4331 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertFromZeroExtendedInteger()
4334 *this = DoubleAPFloat(semPPCDoubleDouble, Tmp.bitcastToAPInt()); in convertFromZeroExtendedInteger()
4342 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in convertToHexString()
4371 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in isInteger()
4379 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in toString()
4385 assert(Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in getExactInverse()
4391 *inv = APFloat(semPPCDoubleDouble, Inv.bitcastToAPInt()); in getExactInverse()
4396 assert(Arg.Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in scalbn()
4397 return DoubleAPFloat(semPPCDoubleDouble, scalbn(Arg.Floats[0], Exp, RM), in scalbn()
4403 assert(Arg.Semantics == &semPPCDoubleDouble && "Unexpected Semantics"); in frexp()
4408 return DoubleAPFloat(semPPCDoubleDouble, std::move(First), std::move(Second)); in frexp()
4455 assert(&ToSemantics == &semPPCDoubleDouble); in convert()
4487 return APFloat(semPPCDoubleDouble, APInt::getAllOnesValue(BitWidth)); in getAllOnesValue()