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.c43 float pow2_table[POW2_TABLE_SIZE];
50 for (i = 0; i < POW2_TABLE_SIZE; i++) in init_pow2_table()
Du_math.h61 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2) macro
62 #define POW2_TABLE_OFFSET (POW2_TABLE_SIZE/2)
63 #define POW2_TABLE_SCALE ((float)(POW2_TABLE_SIZE/2))
64 extern float pow2_table[POW2_TABLE_SIZE];