Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_math.c56 float log2_table[LOG2_TABLE_SIZE];
63 for (i = 0; i < LOG2_TABLE_SIZE; i++) in init_log2_table()
Du_math.h153 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1) macro
154 extern float log2_table[LOG2_TABLE_SIZE];