Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
9314 if (FPClassTest PartialCheck = Mask & (fcZero | fcSubnormal)) { in lowerISFPCLASS() local9327 if (FPClassTest PartialCheck = Mask & fcZero) { in lowerISFPCLASS() local9339 if (FPClassTest PartialCheck = Mask & fcSubnormal) { in lowerISFPCLASS() local9353 if (FPClassTest PartialCheck = Mask & fcInf) { in lowerISFPCLASS() local9368 if (FPClassTest PartialCheck = Mask & fcNan) { in lowerISFPCLASS() local9389 if (FPClassTest PartialCheck = Mask & fcNormal) { in lowerISFPCLASS() local
9115 if (FPClassTest PartialCheck = Test & (fcZero | fcSubnormal)) { in expandIS_FPCLASS() local9129 if (unsigned PartialCheck = Test & fcZero) { in expandIS_FPCLASS() local9139 if (unsigned PartialCheck = Test & fcSubnormal) { in expandIS_FPCLASS() local9152 if (unsigned PartialCheck = Test & fcInf) { in expandIS_FPCLASS() local9165 if (unsigned PartialCheck = Test & fcNan) { in expandIS_FPCLASS() local9196 if (unsigned PartialCheck = Test & fcNormal) { in expandIS_FPCLASS() local