Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
7854 if (FPClassTest PartialCheck = Mask & (fcZero | fcSubnormal)) { in lowerISFPCLASS() local7867 if (FPClassTest PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local7879 if (FPClassTest PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local7893 if (FPClassTest PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local7908 if (FPClassTest PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local7929 if (FPClassTest PartialCheck = Mask & fcNormal) { in lowerISFPCLASS() local
8506 if (FPClassTest PartialCheck = Test & (fcZero | fcSubnormal)) { in expandIS_FPCLASS() local8520 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local8530 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local8543 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local8556 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local8587 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local