Home
last modified time | relevance | path

Searched refs:FastMath (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp831 if (LangOpts.FastMath) in InitializePredefinedMacros()
1020 if (LangOpts.FastMath || LangOpts.FiniteMathOnly) in InitializePredefinedMacros()
1158 if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) { in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.def197 COMPATIBLE_LANGOPT(FastMath , 1, 0, "fast FP math optimizations, and __FAST_MATH__ predefi…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1813 bool FastMath = EnableFastMath; in HexagonTargetLowering() local
1832 if (FastMath) in HexagonTargetLowering()
1838 if (FastMath) { in HexagonTargetLowering()
1852 if (FastMath) in HexagonTargetLowering()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcomplex.d283 version (FastMath) in version() argument
373 version (FastMath) in version() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp804 if (RHSi && !CGF.getLangOpts().FastMath) { in EmitBinDiv()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1441 LangOpts<"FastMath">, DefaultFalse,