HomeSort by relevance Sort by last modified time
    Searched refs:pow2_table (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 43 float pow2_table[POW2_TABLE_SIZE]; variable
51 pow2_table[i] = exp2f((i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE);
u_math.h 64 extern float pow2_table[POW2_TABLE_SIZE];
134 mpart = pow2_table[POW2_TABLE_OFFSET + (int)(fpart * POW2_TABLE_SCALE)];

Completed in 61 milliseconds