Lines Matching refs:isNegative
379 bool isNegative; in readExponent() local
389 isNegative = (*p == '-'); in readExponent()
414 if (isNegative) in readExponent()
2345 bool inputSign = isNegative(); in roundToIntegral()
2354 if (inputSign != isNegative()) in roundToIntegral()
2765 if (isSigned && api.isNegative()) { in convertFromAPInt()
4049 if (isNegative()) in toString()
4057 if (isNegative()) in toString()
4077 if (isNegative()) in toString()
4351 if (!isNegative()) in next()
4363 makeNaN(false, isNegative(), nullptr); in next()
4372 if (isSmallest() && isNegative()) { in next()
4381 if (isLargest() && !isNegative()) { in next()
4396 if (isNegative()) { in next()
4687 if (zz.isZero() && !zz.isNegative()) { in addImpl()
4726 LHS.isNegative() != RHS.isNegative()) { in addWithSpecial()
4727 Out.makeNaN(false, Out.isNegative(), nullptr); in addWithSpecial()
4910 auto Against = Floats[0].isNegative() ^ Floats[1].isNegative(); in compareAbsoluteValue()
4911 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative(); in compareAbsoluteValue()
4928 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
5073 Tmp.makeSmallest(this->isNegative()); in isSmallest()
5082 Tmp.makeSmallestNormalized(this->isNegative()); in isSmallestNormalized()
5090 Tmp.makeLargest(this->isNegative()); in isLargest()
5185 return isNegative() ? fcNegZero : fcPosZero; in classify()
5187 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
5189 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
5191 return isNegative() ? fcNegInf : fcPosInf; in classify()