Searched defs:MathErrno (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Driver/
H A DTools.cpp2648 bool MathErrno = getToolChain().IsMathErrnoDefault(); local
2653 // Turning on -ffast_math (with either flag) removes the need for MathErrno.
2659 MathErrno = false;
2661 MathErrno = true;
2663 if (MathErrno)
2714 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &&

Completed in 413 milliseconds