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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1299 subroutine of powi_cost. CACHE is an array indicating
1320 powi_cost (HOST_WIDE_INT n) function
1401 This function needs to be kept in sync with powi_cost above. */
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.cc1433 subroutine of powi_cost. CACHE is an array indicating
1454 powi_cost (HOST_WIDE_INT n) function
1535 This function needs to be kept in sync with powi_cost above. */
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 122 milliseconds