Lines Matching refs:MathErrno
2303 bool MathErrno = getToolChain().IsMathErrnoDefault();2308 // Turning on -ffast_math (with either flag) removes the need for MathErrno.2314 MathErrno = false;2316 MathErrno = true;2318 if (MathErrno)2369 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&