Searched refs:AssociativeMath (Results 1 – 1 of 1) sorted by relevance
2615 bool AssociativeMath = false; in RenderFloatingPointOptions() local2655 AssociativeMath = false; in RenderFloatingPointOptions()2719 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()2720 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()2828 AssociativeMath = true; in RenderFloatingPointOptions()2835 AssociativeMath = false; in RenderFloatingPointOptions()2855 AssociativeMath = true; in RenderFloatingPointOptions()2870 AssociativeMath = false; in RenderFloatingPointOptions()2885 !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()[all …]