Searched refs:fcNegSubnormal (Results 1 – 15 of 15) sorted by relevance
20 if (Mask & fcNegSubnormal) in fneg() 27 NewMask |= fcNegSubnormal; in fneg() 79 {fcNegSubnormal, "nsub"}, in operator <<()
5310 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
246 fcNegSubnormal = 0x0010, enumerator256 fcSubnormal = fcPosSubnormal | fcNegSubnormal,259 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
320 return isKnownNever(fcNegSubnormal); in isKnownNeverNegSubnormal()352 fcNegSubnormal | fcNegNormal | fcNegInf;410 if (KnownFPClasses & fcNegSubnormal) in fabs()
192 case fcNegSubnormal: in invertFPClassTestIfSimpler()
4450 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()4452 return exactClass(Src, fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()4615 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in fcmpImpliesClass()4647 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in fcmpImpliesClass()4650 ClassesLE |= fcNegSubnormal; in fcmpImpliesClass()5113 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()5466 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()5708 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
2749 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
863 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()879 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
176 if (Check & fcNegSubnormal)
2591 return fcNegSubnormal; in keywordToFPClassTest()
8402 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
6084 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
8742 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
11430 if (Mask & fcNegSubnormal) in getDataClassTest()
5779 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()