Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
8169 if (FPClassTest PartialCheck = Mask & (fcZero | fcSubnormal)) { lowerISFPCLASS() local 8182 if (FPClassTest PartialCheck = Mask & fcZero) { lowerISFPCLASS() local 8194 if (FPClassTest PartialCheck = Mask & fcSubnormal) { lowerISFPCLASS() local 8208 if (FPClassTest PartialCheck = Mask & fcInf) { lowerISFPCLASS() local 8223 if (FPClassTest PartialCheck = Mask & fcNan) { lowerISFPCLASS() local 8244 if (FPClassTest PartialCheck = Mask & fcNormal) { lowerISFPCLASS() local [all...]
8642 if (FPClassTest PartialCheck = Test & (fcZero | fcSubnormal)) { expandIS_FPCLASS() local 8656 if (unsigned PartialCheck = Test & fcZero) { expandIS_FPCLASS() local 8666 if (unsigned PartialCheck = Test & fcSubnormal) { expandIS_FPCLASS() local 8679 if (unsigned PartialCheck = Test & fcInf) { expandIS_FPCLASS() local 8692 if (unsigned PartialCheck = Test & fcNan) { expandIS_FPCLASS() local 8723 if (unsigned PartialCheck = Test & fcNormal) { expandIS_FPCLASS() local [all...]