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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.c47 float log2_table[LOG2_TABLE_SIZE]; variable
55 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE));
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.c47 float log2_table[LOG2_TABLE_SIZE]; variable
55 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE));

Completed in 93 milliseconds