Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2755 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2889 RoundingFPMath = true; in RenderFloatingPointOptions()
2894 RoundingFPMath = false; in RenderFloatingPointOptions()
3015 RoundingFPMath = false; in RenderFloatingPointOptions()
3047 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc && in RenderFloatingPointOptions()
3116 if (!RoundingFPMath) in RenderFloatingPointOptions()
3119 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
3135 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()