Home
last modified time | relevance | path

Searched refs:pow2_table (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/util/
Du_math.c45 float pow2_table[POW2_TABLE_SIZE]; variable
53 pow2_table[i] = exp2f((i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE); in init_pow2_table()
Du_math.h63 extern float pow2_table[POW2_TABLE_SIZE];
133 mpart = pow2_table[POW2_TABLE_OFFSET + (int)(fpart * POW2_TABLE_SCALE)]; in util_fast_exp2()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.c43 float pow2_table[POW2_TABLE_SIZE];
51 pow2_table[i] = (float) pow(2.0, (i - POW2_TABLE_OFFSET) / POW2_TABLE_SCALE);
Du_math.h210 extern float pow2_table[POW2_TABLE_SIZE];
279 mpart = pow2_table[POW2_TABLE_OFFSET + (int)(fpart * POW2_TABLE_SCALE)]; in util_fast_exp2()