Searched refs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
7386 if (unsigned PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local7387 if (PartialCheck == fcPosZero) in lowerISFPCLASS()7390 else if (PartialCheck == fcZero) in lowerISFPCLASS()7398 if (unsigned PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local7399 if (PartialCheck == fcPosInf) in lowerISFPCLASS()7402 else if (PartialCheck == fcInf) in lowerISFPCLASS()7413 if (unsigned PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local7415 if (PartialCheck == fcNan) { in lowerISFPCLASS()7419 } else if (PartialCheck == fcQNan) { in lowerISFPCLASS()7434 if (unsigned PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local[all …]
8131 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local8132 if (PartialCheck == fcPosZero) in expandIS_FPCLASS()8134 else if (PartialCheck == fcZero) in expandIS_FPCLASS()8141 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local8142 if (PartialCheck == fcPosInf) in expandIS_FPCLASS()8144 else if (PartialCheck == fcInf) in expandIS_FPCLASS()8154 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local8157 if (PartialCheck == fcNan) { in expandIS_FPCLASS()8170 } else if (PartialCheck == fcQNan) { in expandIS_FPCLASS()8185 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local[all …]