Searched refs:POWI_MAX_MULTS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1233 /* Provide a default value for POWI_MAX_MULTS, the maximum number of
1238 #ifndef POWI_MAX_MULTS
1239 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2) macro
1443 && powi_cost (n) <= POWI_MAX_MULTS))
1769 if (powi_cost (n) + synth_info.num_mults > POWI_MAX_MULTS)
1912 && powi_cost (n) <= POWI_MAX_MULTS)))
2013 && powi_cost (n / 3) <= POWI_MAX_MULTS)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1367 /* Provide a default value for POWI_MAX_MULTS, the maximum number of
1372 #ifndef POWI_MAX_MULTS
1373 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2) macro
1577 && powi_cost (n) <= POWI_MAX_MULTS))
1903 if (powi_cost (n) + synth_info.num_mults > POWI_MAX_MULTS)
2046 && powi_cost (n) <= POWI_MAX_MULTS)))
2147 && powi_cost (n / 3) <= POWI_MAX_MULTS)

Completed in 232 milliseconds