Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
8368 if (FPClassTest PartialCheck = Mask & (fcZero | fcSubnormal)) { in lowerISFPCLASS() local8381 if (FPClassTest PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local8393 if (FPClassTest PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local8407 if (FPClassTest PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local8422 if (FPClassTest PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local8443 if (FPClassTest PartialCheck = Mask & fcNormal) { in lowerISFPCLASS() local
8710 if (FPClassTest PartialCheck = Test & (fcZero | fcSubnormal)) { in expandIS_FPCLASS() local8724 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local8734 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local8747 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local8760 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local8791 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local