HomeSort by: relevance | last modified time | path
    Searched defs:ReciprocalMath (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 2616 bool ReciprocalMath = false;
2656 ReciprocalMath = false;
2721 case options::OPT_freciprocal_math: ReciprocalMath = true; break;
2722 case options::OPT_fno_reciprocal_math: ReciprocalMath = false; break;
2829 ReciprocalMath = true;
2836 ReciprocalMath = false;
2856 ReciprocalMath = true;
2871 ReciprocalMath = false;
2885 !AssociativeMath && !ReciprocalMath &&
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &
    [all...]

Completed in 69 milliseconds