Home | History | Annotate | Download | only in gcc

Lines Matching defs:factors

1653   bool *factors;
1662 as the factors a[i], the maximum 0.5 power and the number of
1674 memset (info->factors, 0, n * sizeof (bool));
1688 info->factors[i] = true;
1695 info->factors[i] = true;
1699 info->factors[i] = false;
1753 bool is_set = info->factors[i];
1846 synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1877 alt_synth_info.factors = XALLOCAVEC (bool, max_depth + 1);
1890 memcpy (synth_info.factors, alt_synth_info.factors,
1962 if (synth_info.factors[i])