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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c2741 powi_table below. This threshold is also used to size the
2757 static const unsigned char powi_table[POWI_TABLE_SIZE] =
2808 return powi_lookup_cost (n - powi_table[n], cache)
2809 + powi_lookup_cost (powi_table[n], cache) + 1;
2874 op0 = expand_powi_1 (mode, n - powi_table[n], cache);
2875 op1 = expand_powi_1 (mode, powi_table[n], cache);
2756 static const unsigned char powi_table[POWI_TABLE_SIZE] = variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbuiltins.c2425 powi_table below. This threshold is also used to size the
2441 static const unsigned char powi_table[POWI_TABLE_SIZE] =
2492 return powi_lookup_cost (n - powi_table[n], cache)
2493 + powi_lookup_cost (powi_table[n], cache) + 1;
2558 op0 = expand_powi_1 (mode, n - powi_table[n], cache);
2559 op1 = expand_powi_1 (mode, powi_table[n], cache);
2440 static const unsigned char powi_table[POWI_TABLE_SIZE] = variable

Completed in 200 milliseconds