Searched refs:fcNegNormal (Results 1 – 18 of 18) sorted by relevance
18 if (Mask & fcNegNormal) in fneg() 29 NewMask |= fcNegNormal; in fneg() 82 {fcNegNormal, "nnorm"}, in operator <<()
5492 return isNegative() ? fcNegNormal : fcPosNormal; in classify()
168 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf); in fcmpImpliesClass()170 return ExactClass(fcNegSubnormal | fcNegNormal | fcNegInf | fcNan); in fcmpImpliesClass()330 RHSClass == fcNegNormal || RHSClass == fcNormal || in fcmpImpliesClass()362 FPClassTest ClassesLE = fcNegInf | fcNegNormal; in fcmpImpliesClass()368 ClassesGE |= fcNegNormal; in fcmpImpliesClass()441 Mask |= fcNegNormal | fcNegInf; in fcmpImpliesClass()453 Mask |= fcNegInf | fcNegNormal; in fcmpImpliesClass()
246 fcNegNormal = 0x0008, enumerator256 fcNormal = fcPosNormal | fcNegNormal,260 fcNegFinite = fcNegNormal | fcNegSubnormal | fcNegZero,
91 fcNegSubnormal | fcNegNormal | fcNegInf;152 if (KnownFPClasses & fcNegNormal) in fabs()
190 case fcNegNormal: in invertFPClassTestIfSimpler()
948 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()1508 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
9399 if (PartialCheck == fcNegNormal) in lowerISFPCLASS()
1168 if (Check & fcNegNormal)
934 case fcNegSubnormal | fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()942 case fcNegNormal | fcNegInf: in fpclassTestIsFCmp0()
3189 ((Mask & fcNegNormal) && Op1V.isNormal() && Op1V.isNegative()) || in ConstantFoldIntrinsicCall2()
4931 Known.knownNot(fcNegInf | fcNegSubnormal | fcNegNormal); in computeKnownFPClass()5569 Known.KnownFPClasses |= fcNegNormal; in computeKnownFPClass()
193 if (Check & fcNegNormal)
2615 return fcNegNormal; in keywordToFPClassTest()
6970 if (Check & fcNegNormal) in lowerIS_FPCLASS()
9204 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()
11747 if (Mask == fcPosNormal || Mask == fcNegNormal) in getDataClassTest()
6698 if (Check & fcNegNormal) in LowerIS_FPCLASS()