Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dbuiltins.c2406 powi_cost (HOST_WIDE_INT n) in powi_cost() function
2550 && powi_cost (n) <= POWI_MAX_MULTS)) in expand_builtin_pow()
2599 && powi_cost (n) <= POWI_MAX_MULTS))) in expand_builtin_powi()
DChangeLog-200317584 * builtins.c (powi_cost): Fix typo. The number of multiplications
17678 generate RTL if powi_cost is less than POWI_MAX_MULTS.
17679 (powi_cost): New function to return the number of multiplications