Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp2522 bool RoundingFPMath = false; in RenderFloatingPointOptions() local
2650 RoundingFPMath = true; in RenderFloatingPointOptions()
2655 RoundingFPMath = false; in RenderFloatingPointOptions()
2760 RoundingFPMath = false; in RenderFloatingPointOptions()
2775 RoundingFPMath = false; in RenderFloatingPointOptions()
2787 SignedZeros && TrappingMath && RoundingFPMath && in RenderFloatingPointOptions()
2855 if (!RoundingFPMath) in RenderFloatingPointOptions()
2858 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()
2871 ReciprocalMath && !SignedZeros && !TrappingMath && !RoundingFPMath) { in RenderFloatingPointOptions()