Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_math.c45 float log2_table[LOG2_TABLE_SIZE];
52 for (i = 0; i < LOG2_TABLE_SIZE; i++) in init_log2_table()
Du_math.h98 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1) macro
99 extern float log2_table[LOG2_TABLE_SIZE];