Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2790 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2848 RoundingFPMath = false; in RenderFloatingPointOptions()
3023 RoundingFPMath = true; in RenderFloatingPointOptions()
3080 RoundingFPMath = true; in RenderFloatingPointOptions()
3084 RoundingFPMath = false; in RenderFloatingPointOptions()
3255 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc && in RenderFloatingPointOptions()
3334 if (RoundingFPMath) in RenderFloatingPointOptions()
3361 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) in RenderFloatingPointOptions()