Searched refs:fcNegNormal (Results 1 – 15 of 15) sorted by relevance
18 if (Mask & fcNegNormal) in fneg() 29 NewMask |= fcNegNormal; in fneg() 82 {fcNegNormal, "nnorm"}, in operator <<()
5308 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
245 fcNegNormal = 0x0008, enumerator255 fcNormal = fcPosNormal | fcNegNormal,259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
189 case fcNegNormal: in invertFPClassTestIfSimpler()
352 fcNegSubnormal | fcNegNormal | fcNegInf;413 if (KnownFPClasses & fcNegNormal) in fabs()
4450 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()4452 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()4614 RHSClass == fcNegNormal || RHSClass == fcNormal || in fcmpImpliesClass()4646 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in fcmpImpliesClass()4652 ClassesGE |= fcNegNormal; in fcmpImpliesClass()4724 Mask |= fcNegNormal | fcNegInf; in fcmpImpliesClass()4736 Mask |= fcNegInf | fcNegNormal; in fcmpImpliesClass()5113 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()5709 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
2748 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
877 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()885 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
172 if (Check & fcNegNormal)
2585 return fcNegNormal; in keywordToFPClassTest()
8453 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
6080 if (Check & fcNegNormal) in lowerIS_FPCLASS()
8799 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
11366 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
5774 if (Check & fcNegNormal) in LowerIS_FPCLASS()