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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-math-opts.c876 powi_table below. This threshold is also used to size the
892 static const unsigned char powi_table[POWI_TABLE_SIZE] = variable
943 return powi_lookup_cost (n - powi_table[n], cache)
944 + powi_lookup_cost (powi_table[n], cache) + 1;
1010 op0 = powi_as_mults_1 (gsi, loc, type, n - powi_table[n], cache);
1011 op1 = powi_as_mults_1 (gsi, loc, type, powi_table[n], cache);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c2568 static const unsigned char powi_table[POWI_TABLE_SIZE] = variable
2623 op0 = gfc_conv_powi (se, n - powi_table[n], tmpvar);
2624 op1 = gfc_conv_powi (se, powi_table[n], tmpvar);

Completed in 119 milliseconds