Searched refs:AssociativeMath (Results 1 – 2 of 2) sorted by relevance
504 bool AssociativeMath = false; in addFloatingPointOptions() local556 AssociativeMath = true; in addFloatingPointOptions()559 AssociativeMath = false; in addFloatingPointOptions()572 AssociativeMath = true; in addFloatingPointOptions()581 AssociativeMath = false; in addFloatingPointOptions()597 if (!HonorINFs && !HonorNaNs && AssociativeMath && ReciprocalMath && in addFloatingPointOptions()619 if (AssociativeMath && !SignedZeros) in addFloatingPointOptions()
2859 bool AssociativeMath = false; in RenderFloatingPointOptions() local2897 AssociativeMath = true; in RenderFloatingPointOptions()3020 AssociativeMath = false; in RenderFloatingPointOptions()3065 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()3066 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()3199 AssociativeMath = true; in RenderFloatingPointOptions()3209 AssociativeMath = false; in RenderFloatingPointOptions()3239 AssociativeMath = false; in RenderFloatingPointOptions()3262 if (HonorINFs && HonorNaNs && !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()3295 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc && in RenderFloatingPointOptions()[all …]