Home | History | Annotate | Download | only in Driver

Lines Matching refs:MathErrno

4183   bool MathErrno = getToolChain().IsMathErrnoDefault();
4188 // Turning on -ffast_math (with either flag) removes the need for MathErrno.
4194 MathErrno = false;
4196 MathErrno = true;
4198 if (MathErrno)
4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&