Lines Matching defs:ApproxFunc
2916 bool ApproxFunc = false;
2979 ApproxFunc = true;
3110 ApproxFunc = false;
3164 case options::OPT_fapprox_func: ApproxFunc = true; break;
3165 case options::OPT_fno_approx_func: ApproxFunc = false; break;
3319 ApproxFunc = true;
3330 ApproxFunc = false;
3355 ApproxFunc = false;
3372 SignedZeros && TrappingMath && RoundingFPMath && !ApproxFunc &&
3403 if (ApproxFunc)
3414 if (AssociativeMath && ReciprocalMath && !SignedZeros && ApproxFunc &&
3475 if (!HonorINFs && !HonorNaNs && !MathErrno && AssociativeMath && ApproxFunc &&