Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2754 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2914 RoundingFPMath = true; in RenderFloatingPointOptions()
2919 RoundingFPMath = false; in RenderFloatingPointOptions()
3074 RoundingFPMath = false; in RenderFloatingPointOptions()
3111 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc && in RenderFloatingPointOptions()
3182 if (!RoundingFPMath) in RenderFloatingPointOptions()
3185 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
3208 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()