Lines Matching defs:isNegative
410 bool isNegative;
420 isNegative = (*p == '-');
445 if (isNegative)
2376 bool inputSign = isNegative();
2385 if (inputSign != isNegative())
2796 if (isSigned && api.isNegative()) {
4340 if (isNegative())
4348 if (isNegative())
4374 toStringImpl(Str, isNegative(), exp, significand, FormatPrecision,
4465 if (!isNegative())
4477 makeNaN(false, isNegative(), nullptr);
4486 if (isSmallest() && isNegative()) {
4495 if (isLargest() && !isNegative()) {
4514 if (isNegative()) {
4808 if (zz.isZero() && !zz.isNegative()) {
4847 LHS.isNegative() != RHS.isNegative()) {
4848 Out.makeNaN(false, Out.isNegative(), nullptr);
5031 auto Against = Floats[0].isNegative() ^ Floats[1].isNegative();
5032 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative();
5049 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); }
5194 Tmp.makeSmallest(this->isNegative());
5203 Tmp.makeSmallestNormalized(this->isNegative());
5211 Tmp.makeLargest(this->isNegative());
5306 return isNegative() ? fcNegZero : fcPosZero;
5308 return isNegative() ? fcNegNormal : fcPosNormal;
5310 return isNegative() ? fcNegSubnormal : fcPosSubnormal;
5312 return isNegative() ? fcNegInf : fcPosInf;