Searched refs:AssociativeMath (Results 1 – 2 of 2) sorted by relevance
613 bool AssociativeMath = false; in addFloatingPointOptions() local681 AssociativeMath = true; in addFloatingPointOptions()684 AssociativeMath = false; in addFloatingPointOptions()697 AssociativeMath = true; in addFloatingPointOptions()706 AssociativeMath = false; in addFloatingPointOptions()733 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()755 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
2784 bool AssociativeMath = false; in RenderFloatingPointOptions() local2843 AssociativeMath = true; in RenderFloatingPointOptions()2985 AssociativeMath = false; in RenderFloatingPointOptions()3041 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()3042 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()3189 AssociativeMath = true; in RenderFloatingPointOptions()3200 AssociativeMath = false; in RenderFloatingPointOptions()3227 AssociativeMath = false; in RenderFloatingPointOptions()3254 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3297 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]