Searched refs:PartialCheck (Results 1 – 1 of 1) sorted by relevance
7750 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()7752 else if (PartialCheck == fcZero) in expandIS_FPCLASS()7759 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local7760 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()7762 else if (PartialCheck == fcInf) in expandIS_FPCLASS()7772 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local7775 if (PartialCheck == fcNan) { in expandIS_FPCLASS()7788 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()7811 if (PartialCheck == fcNegSubnormal) in expandIS_FPCLASS()7824 if (PartialCheck == fcNegNormal) in expandIS_FPCLASS()[all …]