Searched refs:POW2_TABLE_OFFSET (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.c42 pow2_table[i] = (float) pow(2.0, (i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE);
H A Du_math.h166 #define POW2_TABLE_OFFSET (POW2_TABLE_SIZE/2) macro
224 mpart = pow2_table[POW2_TABLE_OFFSET + (int)(fpart * POW2_TABLE_SCALE)];

Completed in 72 milliseconds