Searched refs:table_pow2 (Results 1 – 2 of 2) sorted by relevance
150 static Word16 table_pow2[33] = variable172 L_x = L_deposit_h(table_pow2[i]); /* table[i] << 16 */ in Pow2()173 tmp = vo_sub(table_pow2[i], table_pow2[i + 1]); /* table[i] - table[i+1] */ in Pow2()
376 const int16 table_pow2[33] = variable397 L_x = ((int32)table_pow2[i]) << 15; /* table[i] << 16 */ in power_of_2()398 tmp = table_pow2[i] - table_pow2[i + 1]; /* table[i] - table[i+1] */ in power_of_2()