Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2628 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2756 RoundingFPMath = true; in RenderFloatingPointOptions()
2761 RoundingFPMath = false; in RenderFloatingPointOptions()
2866 RoundingFPMath = false; in RenderFloatingPointOptions()
2881 RoundingFPMath = false; in RenderFloatingPointOptions()
2893 SignedZeros && TrappingMath && RoundingFPMath && in RenderFloatingPointOptions()
2959 if (!RoundingFPMath) in RenderFloatingPointOptions()
2962 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
2975 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()