Searched defs:PartialCheck (Results 1 – 2 of 2) sorted by relevance
7854 if (FPClassTest PartialCheck = Mask & (fcZero | fcSubnormal)) { lowerISFPCLASS() local 7867 if (FPClassTest PartialCheck = Mask & fcZero) { lowerISFPCLASS() local 7879 if (FPClassTest PartialCheck = Mask & fcSubnormal) { lowerISFPCLASS() local 7893 if (FPClassTest PartialCheck = Mask & fcInf) { lowerISFPCLASS() local 7908 if (FPClassTest PartialCheck = Mask & fcNan) { lowerISFPCLASS() local 7929 if (FPClassTest PartialCheck = Mask & fcNormal) { lowerISFPCLASS() local [all...]
8506 if (FPClassTest PartialCheck = Test & (fcZero | fcSubnormal)) { expandIS_FPCLASS() local 8520 if (unsigned PartialCheck = Test & fcZero) { expandIS_FPCLASS() local 8530 if (unsigned PartialCheck = Test & fcSubnormal) { expandIS_FPCLASS() local 8543 if (unsigned PartialCheck = Test & fcInf) { expandIS_FPCLASS() local 8556 if (unsigned PartialCheck = Test & fcNan) { expandIS_FPCLASS() local 8587 if (unsigned PartialCheck = Test & fcNormal) { expandIS_FPCLASS() local [all...]