Searched defs:log2_table (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.c56 float log2_table[LOG2_TABLE_SIZE]; variable
64 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE));

Completed in 117 milliseconds