Lines Matching defs:isNegative
420 bool isNegative;
430 isNegative = (*p == '-');
455 if (isNegative)
2438 bool inputSign = isNegative();
2447 if (inputSign != isNegative())
2859 if (isSigned && api.isNegative()) {
4478 if (isNegative())
4486 if (isNegative())
4512 toStringImpl(Str, isNegative(), exp, significand, FormatPrecision,
4603 if (!isNegative())
4615 makeNaN(false, isNegative(), nullptr);
4624 if (isSmallest() && isNegative()) {
4635 if (isLargest() && !isNegative()) {
4654 if (isNegative()) {
4954 if (zz.isZero() && !zz.isNegative()) {
4993 LHS.isNegative() != RHS.isNegative()) {
4994 Out.makeNaN(false, Out.isNegative(), nullptr);
5177 auto Against = Floats[0].isNegative() ^ Floats[1].isNegative();
5178 auto RHSAgainst = RHS.Floats[0].isNegative() ^ RHS.Floats[1].isNegative();
5195 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); }
5340 Tmp.makeSmallest(this->isNegative());
5349 Tmp.makeSmallestNormalized(this->isNegative());
5357 Tmp.makeLargest(this->isNegative());
5452 return isNegative() ? fcNegZero : fcPosZero;
5454 return isNegative() ? fcNegNormal : fcPosNormal;
5456 return isNegative() ? fcNegSubnormal : fcPosSubnormal;
5458 return isNegative() ? fcNegInf : fcPosInf;