Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dbuiltins.c2346 static const unsigned char powi_table[POWI_TABLE_SIZE] = variable
2397 return powi_lookup_cost (n - powi_table[n], cache) in powi_lookup_cost()
2398 + powi_lookup_cost (powi_table[n], cache) + 1; in powi_lookup_cost()
2463 op0 = expand_powi_1 (mode, n - powi_table[n], cache); in expand_powi_1()
2464 op1 = expand_powi_1 (mode, powi_table[n], cache); in expand_powi_1()