HomeSort by: relevance | last modified time | path
    Searched refs:FastMath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 831 if (LangOpts.FastMath)
1020 if (LangOpts.FastMath || LangOpts.FiniteMathOnly)
1158 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 1813 bool FastMath = EnableFastMath;
1832 if (FastMath)
1838 if (FastMath) {
1852 if (FastMath)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
complex.d 283 version (FastMath)
373 version (FastMath)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 797 // If we have a complex operand on the RHS and FastMath is not allowed, we
799 // underflow/overflow cases. When FastMath is allowed we construct the
804 if (RHSi && !CGF.getLangOpts().FastMath) {

Completed in 34 milliseconds