Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_math.c34 float pow2_table[POW2_TABLE_SIZE];
41 for (i = 0; i < POW2_TABLE_SIZE; i++) in init_pow2_table()
Du_math.h165 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2) macro
166 #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];