Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2621 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2749 RoundingFPMath = true; in RenderFloatingPointOptions()
2754 RoundingFPMath = false; in RenderFloatingPointOptions()
2859 RoundingFPMath = false; in RenderFloatingPointOptions()
2874 RoundingFPMath = false; in RenderFloatingPointOptions()
2886 SignedZeros && TrappingMath && RoundingFPMath && in RenderFloatingPointOptions()
2952 if (!RoundingFPMath) in RenderFloatingPointOptions()
2955 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
2968 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()