Lines Matching defs:ApproxFunc
2856 bool ApproxFunc = false;
2899 ApproxFunc = true;
3017 ApproxFunc = false;
3061 case options::OPT_fapprox_func: ApproxFunc = true; break;
3062 case options::OPT_fno_approx_func: ApproxFunc = false; break;
3202 ApproxFunc = true;
3212 ApproxFunc = false;
3241 ApproxFunc = false;
3263 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc &&
3289 if (ApproxFunc)
3295 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3356 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc &&