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.c47 float log2_table[LOG2_TABLE_SIZE];
54 for (i = 0; i < LOG2_TABLE_SIZE; i++) in init_log2_table()
Du_math.h243 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1) macro
244 extern float log2_table[LOG2_TABLE_SIZE];