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

/external/clang/lib/Driver/
H A DTools.cpp4183 bool MathErrno = getToolChain().IsMathErrnoDefault(); local
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 &&

Completed in 263 milliseconds