Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp2695 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2833 RoundingFPMath = true; in RenderFloatingPointOptions()
2838 RoundingFPMath = false; in RenderFloatingPointOptions()
2990 RoundingFPMath = false; in RenderFloatingPointOptions()
3023 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc && in RenderFloatingPointOptions()
3094 if (!RoundingFPMath) in RenderFloatingPointOptions()
3097 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
3117 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()