Home
last modified time | relevance | path

Searched refs:POWI_MAX_MULTS (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dbuiltins.c2324 #ifndef POWI_MAX_MULTS
2325 #define POWI_MAX_MULTS (2*HOST_BITS_PER_WIDE_INT-2) macro
2550 && powi_cost (n) <= POWI_MAX_MULTS)) in expand_builtin_pow()
2599 && powi_cost (n) <= POWI_MAX_MULTS))) in expand_builtin_powi()
DChangeLog-200317678 generate RTL if powi_cost is less than POWI_MAX_MULTS.
17684 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi9834 @defmac POWI_MAX_MULTS