Searched refs:fcNegSubnormal (Results 1 – 18 of 18) sorted by relevance
20 if (Mask & fcNegSubnormal) in fneg() 27 NewMask |= fcNegSubnormal; in fneg() 79 {fcNegSubnormal, "nsub"}, in operator <<()
5494 return isNegative() ? fcNegSubnormal : fcPosSubnormal; in classify()
66 bool isKnownNeverNegSubnormal() const { return isKnownNever(fcNegSubnormal); } in isKnownNeverNegSubnormal()91 fcNegSubnormal | fcNegNormal | fcNegInf;149 if (KnownFPClasses & fcNegSubnormal) in fabs()
168 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()170 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()331 RHSClass == fcPosSubnormal || RHSClass == fcNegSubnormal || in fcmpImpliesClass()363 FPClassTest ClassesGE = fcPositive | fcNegZero | fcNegSubnormal; in fcmpImpliesClass()366 ClassesLE |= fcNegSubnormal; in fcmpImpliesClass()
247 fcNegSubnormal = 0x0010, enumerator257 fcSubnormal = fcPosSubnormal | fcNegSubnormal,260 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
193 case fcNegSubnormal: in invertFPClassTestIfSimpler()
948 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()1507 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
9348 if (PartialCheck == fcNegSubnormal) in lowerISFPCLASS()
1172 if (Check & fcNegSubnormal)
918 case fcPositive | fcNegZero | fcNegSubnormal: in fpclassTestIsFCmp0()934 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
4931 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()5308 Known.knownNot(fcNegSubnormal); in computeKnownFPClass()5568 if (Known.KnownFPClasses & fcNegSubnormal) in computeKnownFPClass()
3190 ((Mask & fcNegSubnormal) && Op1V.isDenormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
197 if (Check & fcNegSubnormal)
2621 return fcNegSubnormal; in keywordToFPClassTest()
6974 if (Check & fcNegSubnormal) in lowerIS_FPCLASS()
9147 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()
11811 if (Mask & fcNegSubnormal) in getDataClassTest()
6702 if (Check & fcNegSubnormal) in LowerIS_FPCLASS()