Searched refs:POW2_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
34 float pow2_table[POW2_TABLE_SIZE];41 for (i = 0; i < POW2_TABLE_SIZE; i++) in init_pow2_table()
165 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2) macro166 #define POW2_TABLE_OFFSET (POW2_TABLE_SIZE/2)167 #define POW2_TABLE_SCALE ((float)(POW2_TABLE_SIZE/2))168 extern float pow2_table[POW2_TABLE_SIZE];