Searched refs:fcNegative (Results 1 – 5 of 5) sorted by relevance
361 return isKnownNever(fcNegative); in signBitIsZeroOrNaN()387 KnownFPClasses &= (fcNegative | fcNan); in copysign()388 if (Sign.isKnownNever(fcNegative | fcNan) || (SignBit && !*SignBit)) in copysign()
262 fcNegative = fcNegFinite | fcNegInf, enumerator
4064 return {LHS, fcNegative | fcPosZero}; in fcmpToClassTest()4513 Known.knownNot(fcNegative); in computeKnownFPClass()4718 Known.knownNot(fcNegative); in computeKnownFPClass()4784 Known.knownNot(fcNegative); in computeKnownFPClass()4800 Known.knownNot(fcNegative); in computeKnownFPClass()4811 Known.knownNot(fcNegative); in computeKnownFPClass()4958 Known.knownNot(fcNegative); in computeKnownFPClass()5050 if (KnownLHS.isKnownNever(fcNegative) && KnownRHS.isKnownNever(fcNegative)) in computeKnownFPClass()5051 Known.knownNot(fcNegative); in computeKnownFPClass()5068 Known.knownNot(fcNegative); in computeKnownFPClass()[all …]
876 case fcNegative | fcPosZero: in fpclassTestIsFCmp0()880 case fcNegative | fcPosZero | fcPosSubnormal: in fpclassTestIsFCmp0()
3340 KnownFPClass Known = computeKnownFPClass(MulVal, FMF, fcNegative, CtxI); in fmulByZeroIsZero()