Searched refs:fcFinite (Results 1 – 3 of 3) sorted by relevance
218 fcFinite = fcPosFinite | fcNegFinite, enumerator219 fcAllFlags = fcNan | fcInf | fcFinite
193 case fcFinite: in getInvertedFPClassTest()
7731 else if ((Test & fcFinite) == fcFinite) { in expandIS_FPCLASS()7734 Test &= ~fcFinite; in expandIS_FPCLASS()7735 } else if ((Test & fcFinite) == fcPosFinite) { in expandIS_FPCLASS()7739 } else if ((Test & fcFinite) == fcNegFinite) { in expandIS_FPCLASS()